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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h92 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ member in struct:fs
220 #define fsbtodb(fs, b) (((grub_daddr32_t)(b)) << (fs)->fs_fsbtodb)
H A Dfs.h177 int fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ member in struct:fs
349 #define fsbtodb(fs, b) ((b) << (fs)->fs_fsbtodb)
350 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb)
H A Dufs2.h274 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ member in struct:fs
354 #define fsbtodb(fs, b) ((b) << (fs)->fs_fsbtodb)
355 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c89 uint32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ member in struct:ufs_super_block

Completed in 21 milliseconds