Searched refs:i_rdev (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode_ffs.h70 #define i_rdev ic_db[0] macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c355 ip->i_rdev = 0;
599 vp->v_rdev = ip->i_rdev = dv;
941 dev_t d = ip->i_rdev;
954 panic("ip %p: i_rdev too big", (void *)ip);
H A Dufs_thread.c367 ip->i_rdev = 0;
H A Dufs_dir.c2128 ITOV(ip)->v_rdev = ip->i_rdev = d;
H A Dufs_vnops.c2051 vap->va_rdev = ip->i_rdev;
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c901 ip->i_rdev = makedevice(ip->i_major, ip->i_minor);
913 vp->v_rdev = ip->i_rdev;
1013 ip->i_rdev = 0; /* Zero in core version of rdev */
H A Dudf_vnops.c445 vap->va_rdev = ip->i_rdev;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h444 dev_t i_rdev; /* INCORE rdev from */ member in struct:ud_inode
H A Dufs_inode.h265 dev_t i_rdev; /* INCORE rdev from i_oldrdev by ufs_iget */ member in struct:inode

Completed in 137 milliseconds