Searched refs:nlo_flags (Results 1 – 2 of 2) sorted by relevance
3355 nlop->nlo_flags &= ~NFS_LOCK_OWNER_LINK; in nfs_lock_owner_find()3366 if (dequeue && nlop && (nlop->nlo_flags & NFS_LOCK_OWNER_LINK)) { in nfs_lock_owner_find()3368 nlop->nlo_flags &= ~NFS_LOCK_OWNER_LINK; in nfs_lock_owner_find()3384 newnlop->nlo_flags |= NFS_LOCK_OWNER_LINK; in nfs_lock_owner_find()3447 if (!newcount && (nlop->nlo_flags & NFS_LOCK_OWNER_BUSY)) { in nfs_lock_owner_rele()3451 if (newcount || (nlop->nlo_flags & NFS_LOCK_OWNER_LINK)) { in nfs_lock_owner_rele()3489 while (nlop->nlo_flags & NFS_LOCK_OWNER_BUSY) { in nfs_lock_owner_set_busy()3493 nlop->nlo_flags |= NFS_LOCK_OWNER_WANT; in nfs_lock_owner_set_busy()3498 nlop->nlo_flags |= NFS_LOCK_OWNER_BUSY; in nfs_lock_owner_set_busy()3515 if (!(nlop->nlo_flags & NFS_LOCK_OWNER_BUSY)) { in nfs_lock_owner_clear_busy()[all …]
568 uint32_t nlo_flags; /* see below */ member