Searched refs:nlo_flags (Results 1 – 2 of 2) sorted by relevance
3359 nlop->nlo_flags &= ~NFS_LOCK_OWNER_LINK; in nfs_lock_owner_find()3370 if (dequeue && nlop && (nlop->nlo_flags & NFS_LOCK_OWNER_LINK)) { in nfs_lock_owner_find()3372 nlop->nlo_flags &= ~NFS_LOCK_OWNER_LINK; in nfs_lock_owner_find()3388 newnlop->nlo_flags |= NFS_LOCK_OWNER_LINK; in nfs_lock_owner_find()3451 if (!newcount && (nlop->nlo_flags & NFS_LOCK_OWNER_BUSY)) { in nfs_lock_owner_rele()3455 if (newcount || (nlop->nlo_flags & NFS_LOCK_OWNER_LINK)) { in nfs_lock_owner_rele()3493 while (nlop->nlo_flags & NFS_LOCK_OWNER_BUSY) { in nfs_lock_owner_set_busy()3497 nlop->nlo_flags |= NFS_LOCK_OWNER_WANT; in nfs_lock_owner_set_busy()3502 nlop->nlo_flags |= NFS_LOCK_OWNER_BUSY; in nfs_lock_owner_set_busy()3519 if (!(nlop->nlo_flags & NFS_LOCK_OWNER_BUSY)) { in nfs_lock_owner_clear_busy()[all …]
558 uint32_t nlo_flags; /* see below */ member