Searched refs:IREF (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c346 ip->i_flag = IREF;
491 if ((ip->i_flag & IREF) == 0) {
687 ASSERT(ip->i_flag & IREF);
743 * through ufs_iinactive. IREF remains set.
758 /* queue to delete thread; IREF remains set */
801 /* clear IREF means `on idle list' */
802 ip->i_flag &= ~(IREF | IDIRECTIO);
1592 if ((ip->i_flag & IREF) == 0) {
1598 ip->i_flag |= IREF;
H A Dufs_subr.c400 * IREF'ed then it may be in an inconsistent state. Don't
406 if (flag & IREF)
854 if ((ip->i_nlink <= 0) && (ip->i_flag & IREF))
H A Dufs_alloc.c432 ip->i_flag &= IREF;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c207 if ((ip->i_flag & IREF) == 0) {
212 ip->i_flag |= IREF;
269 if (ip->i_flag & IREF) {
286 ip->i_flag = (ip->i_flag & IMODTIME) | IREF;
369 ip->i_flag = IREF;
964 if ((vp->v_count > 1) || ((ip->i_flag & IREF) == 0)) {
1887 if (ip->i_flag & IREF) {
H A Dudf_subr.c822 ((ip->i_nlink <= 0) && (ip->i_flag & IREF)))) {
863 if ((flag & IREF) == 0 ||
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c225 { "REF", IREF, IREF },
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h495 #define IREF 0x0040 /* inode is being referenced */ macro
H A Dufs_inode.h130 * o Races with IREF are avoided by holding the reader contents lock
355 #define IREF 0x0040 /* inode is being referenced */ macro

Completed in 678 milliseconds