Home | History | Annotate | Download | only in lfs

Lines Matching refs:IN_ADIROP

374 	/* If IN_ADIROP, account for it */
463 * Take IN_ADIROP off, then call ulfs_inactive.
606 if (!(ip->i_state & IN_ADIROP)) {
618 ip->i_state |= IN_ADIROP;
630 if (ip && (ip->i_state & IN_ADIROP)) {
633 ip->i_state &= ~IN_ADIROP;
1009 /* If IN_ADIROP, account for it */
1600 * We don't need to check for IN_ADIROP because we know that
1629 KASSERT((ip->i_state & IN_ADIROP) == 0);
2411 if ((vp->v_uflag & VU_DIROP) || (ip->i_flags & IN_ADIROP)) {