Searched refs:fs_bshift (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h85 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */ member in struct:fs
218 #define lblkno(fs, loc) ((grub_int32_t)((loc) >> (fs)->fs_bshift))
H A Dfs.h170 int fs_bshift; /* ``lblkno'' calc of logical blkno */ member in struct:fs
406 ((loc) >> (fs)->fs_bshift)
434 (((lbn) >= NDADDR || (ip)->i_size >= ((lbn) + 1) << (fs)->fs_bshift) \
438 (((lbn) >= NDADDR || (dip)->di_size >= ((lbn) + 1) << (fs)->fs_bshift) \
H A Dufs2.h267 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */ member in struct:fs
389 ((blk) << (fs)->fs_bshift)
393 ((loc) >> (fs)->fs_bshift)
415 (((lbn) >= NDADDR || (size) >= ((lbn) + 1) << (fs)->fs_bshift) \
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c82 uint32_t fs_bshift; /* ``lblkno'' calc of logical blkno */ member in struct:ufs_super_block

Completed in 22 milliseconds