lk_flags 86 kern/kern_lock.c (lkp)->lk_flags |= LK_WAITDRAIN; \
lk_flags 91 kern/kern_lock.c (void *)&(lkp)->lk_flags : (void *)(lkp), \
lk_flags 175 kern/kern_lock.c lkp->lk_flags = flags & LK_EXTFLG_MASK;
lk_flags 218 kern/kern_lock.c extflags = (flags | lkp->lk_flags) & LK_EXTFLG_MASK;
lk_flags 237 kern/kern_lock.c if (lkp->lk_flags & (LK_DRAINING|LK_DRAINED)) {
lk_flags 239 kern/kern_lock.c if (lkp->lk_flags & LK_DRAINED)
lk_flags 246 kern/kern_lock.c lkp->lk_flags &= ~LK_DRAINING;
lk_flags 247 kern/kern_lock.c lkp->lk_flags |= LK_DRAINED;
lk_flags 253 kern/kern_lock.c if ((lkp->lk_flags & (LK_CANRECURSE|LK_RECURSEFAIL)) ==
lk_flags 264 kern/kern_lock.c if ((extflags & LK_NOWAIT) && (lkp->lk_flags &
lk_flags 272 kern/kern_lock.c ACQUIRE(lkp, error, extflags, 0, lkp->lk_flags &
lk_flags 290 kern/kern_lock.c lkp->lk_flags &= ~LK_HAVE_EXCL;
lk_flags 318 kern/kern_lock.c if ((extflags & LK_NOWAIT) && ((lkp->lk_flags &
lk_flags 327 kern/kern_lock.c ACQUIRE(lkp, error, extflags, 0, lkp->lk_flags &
lk_flags 331 kern/kern_lock.c lkp->lk_flags |= LK_WANT_EXCL;
lk_flags 336 kern/kern_lock.c lkp->lk_flags &= ~LK_WANT_EXCL;
lk_flags 339 kern/kern_lock.c lkp->lk_flags |= LK_HAVE_EXCL;
lk_flags 360 kern/kern_lock.c lkp->lk_flags &= ~LK_HAVE_EXCL;
lk_flags 390 kern/kern_lock.c if ((extflags & LK_NOWAIT) && ((lkp->lk_flags &
lk_flags 397 kern/kern_lock.c ((lkp->lk_flags &
lk_flags 403 kern/kern_lock.c lkp->lk_flags |= LK_DRAINING | LK_HAVE_EXCL;
lk_flags 418 kern/kern_lock.c if ((lkp->lk_flags & LK_WAITDRAIN) != 0 &&
lk_flags 419 kern/kern_lock.c ((lkp->lk_flags &
lk_flags 422 kern/kern_lock.c lkp->lk_flags &= ~LK_WAITDRAIN;
lk_flags 423 kern/kern_lock.c wakeup((void *)&lkp->lk_flags);
lk_flags 440 kern/kern_lock.c else if (lkp->lk_flags & LK_HAVE_EXCL) {
lk_flags 54 sys/lock.h u_int lk_flags; /* see below */
lk_flags 793 xfs/xfs_vnodeops-bsd.c l->lk_flags, l->lk_sharecount, l->lk_waitcount,
lk_flags 819 xfs/xfs_vnodeops-bsd.c l->lk_flags, l->lk_sharecount, l->lk_waitcount,
lk_flags 848 xfs/xfs_vnodeops-bsd.c l->lk_flags, l->lk_sharecount, l->lk_waitcount,