HomeSort by relevance Sort by last modified time
    Searched refs:fs_fsize (Results 1 - 3 of 3) 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) */ \
  /prebuilt/linux-x86/toolchain/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...]

Completed in 36 milliseconds