Searched defs:fs_iblkno (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h61 * [fs->fs_iblkno] Inode blocks
152 mach_daddr_t fs_iblkno; /* offset of inode-blocks in filesys */ member in struct:fs
361 #define cgimin(fs, c) (cgstart(fs, c) + (fs)->fs_iblkno) /* inode blk */
H A Dufs.h67 grub_daddr32_t fs_iblkno; /* offset of inode-blocks in filesys */ member in struct:fs
225 #define cgimin(fs, c) (cgstart(fs, c) + (fs)->fs_iblkno) /* inode block */
H A Dufs2.h249 grub_int32_t fs_iblkno; /* offset of inode-blocks in filesys */ member in struct:fs
362 #define cgimin(fs, c) (cgstart(fs, c) + (fs)->fs_iblkno) /* inode blk */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h79 * [fs->fs_iblkno] Inode blocks
243 daddr32_t fs_iblkno; /* offset of inode-blocks in filesys */ member in struct:fs
569 #define cgimin(fs, c) (cgstart(fs, c) + (fs)->fs_iblkno) /* inode blk */
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h55 * [fs->fs_iblkno] Inode blocks
265 int32_t fs_iblkno; /* offset of inode-blocks in filesys */ member in struct:fs
532 #define cgimin(fs, c) (cgstart(fs, c) + (fs)->fs_iblkno) /* inode blk */

Completed in 114 milliseconds