Searched defs:fs_fmask (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c81 uint32_t fs_fmask; /* ``fragoff'' calc of frag offsets */ member in struct:ufs_super_block
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfs.h169 int fs_fmask; /* ``fragoff'' calc of frag offsets */ member in struct:fs
229 quad fs_qfmask; /* ~fs_fmask - for use with quad size */
404 ((loc) & ~(fs)->fs_fmask)
412 (((size) + (fs)->fs_fsize - 1) & (fs)->fs_fmask)
H A Dufs.h84 grub_int32_t fs_fmask; /* ``fragoff'' calc of frag offsets */ member in struct:fs
167 grub_quad_t fs_qfmask; /* ~fs_fmask - for use with quad size */
H A Dufs2.h266 grub_int32_t fs_fmask; /* ``fragoff'' calc of frag offsets */ member in struct:fs
335 grub_int64_t fs_qfmask; /* ~fs_fmask for use with 64-bit size */
396 (((size) + (fs)->fs_qfmask) & (fs)->fs_fmask)

Completed in 20 milliseconds