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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c73 uint32_t fs_fsize; /* size of frag blocks in fs */ member in struct:ufs_super_block
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfs.h161 int fs_fsize; /* size of frag blocks in fs */ member in struct:fs
403 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \
407 #define numfrags(fs, loc) /* calculates (loc / fs->fs_fsize) */ \
411 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \
412 (((size) + (fs)->fs_fsize - 1) & (fs)->fs_fmask)
H A Dufs.h76 grub_int32_t fs_fsize; /* size of frag blocks in fs */ member in struct:fs
H A Dufs2.h258 grub_int32_t fs_fsize; /* size of frag blocks in fs */ member in struct:fs
395 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \

Completed in 28 milliseconds