Searched refs:icommon (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode.h53 * Data in icommon is read in from permanent inode on volume.
62 struct icommon struct
103 struct icommon di_com;
H A Dfsys_ufs.c36 #define INODE ((struct icommon *)(FSYS_BUF + 0x1000))
157 off = itoo(SUPERBLOCK, inode) * sizeof (struct icommon);
159 return (devread(dblk, off, sizeof (struct icommon), (char *)INODE));
H A Dufs.h178 struct icommon { struct
H A Dfsys_ffs.c75 #define INODE ((struct icommon *) ( FSYS_BUF + 16384 ))
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h72 * Data in icommon is read in from permanent inode on volume.
192 struct icommon { struct
243 struct icommon i_ic; /* Must be here */
279 struct icommon di_icom;

Completed in 119 milliseconds