HomeSort by relevance Sort by last modified time
    Searched full:fs_fsize (Results 1 - 5 of 5) sorted by null

  /external/grub/stage2/
fs.h 161 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)
ufs2.h 258 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) */ \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 351 __fs32 fs_fsize; /* size of frag blocks in fs */
811 __fs32 fs_fsize; member in struct:ufs_super_block_first
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 351 __fs32 fs_fsize; /* size of frag blocks in fs */
811 __fs32 fs_fsize; member in struct:ufs_super_block_first
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 351 __fs32 fs_fsize; /* size of frag blocks in fs */
811 __fs32 fs_fsize; member in struct:ufs_super_block_first
    [all...]

Completed in 83 milliseconds