HomeSort by relevance Sort by last modified time
    Searched refs:fs_fsbtodb (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
fs.h 177 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)
ufs2.h 274 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)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 367 __fs32 fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
823 __fs32 fs_fsbtodb; member in struct:ufs_super_block_first
    [all...]

Completed in 87 milliseconds