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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c72 uint32_t fs_bsize; /* size of basic blocks in fs */ member in struct:ufs_super_block
192 PedSector block_size = PED_BE32_TO_CPU(sb->fs_bsize) / 512;
198 PedSector block_size = PED_LE32_TO_CPU(sb->fs_bsize) / 512;
226 block_size = PED_BE32_TO_CPU(sb->fs_bsize) / 512;
237 block_size = PED_LE32_TO_CPU(sb->fs_bsize) / 512;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfs.h160 int fs_bsize; /* size of basic blocks in fs */ member in struct:fs
401 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \
405 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \
409 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \
410 (((size) + (fs)->fs_bsize - 1) & (fs)->fs_bmask)
435 ? (fs)->fs_bsize \
439 ? (fs)->fs_bsize \
H A Dufs.h75 grub_int32_t fs_bsize; /* size of basic blocks in fs */ member in struct:fs
H A Dufs2.h257 grub_int32_t fs_bsize; /* size of basic blocks in fs */ member in struct:fs
327 grub_int32_t fs_save_cgsize; /* save real cg size to use fs_bsize */
384 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \
388 #define smalllblktosize(fs, blk) /* calculates (blk * fs->fs_bsize) */ \
392 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \
412 ? (fs)->fs_bsize \
416 ? (fs)->fs_bsize \

Completed in 39 milliseconds