Searched refs:nfl_flags (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c3107 if ((newnflp->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == NFS_FILE_LOCK_STYLE_FLOCK) {
3141 nflp->nfl_flags |= NFS_FILE_LOCK_ALLOC;
3156 if (nflp->nfl_flags & NFS_FILE_LOCK_ALLOC) {
3175 if ((nflp1->nfl_flags & NFS_FILE_LOCK_DEAD) || (nflp2->nfl_flags & NFS_FILE_LOCK_DEAD))
3179 ((nflp1->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == (nflp2->nfl_flags & NFS_FILE_LOCK_STYLE_MASK))) {
3224 locktype = (nflp->nfl_flags & NFS_FILE_LOCK_WAIT) ?
3512 if (nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED|NFS_FILE_LOCK_DEAD))
3521 fl->l_pid = (nflp->nfl_flags
[all...]
H A Dnfs_node.c911 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DEAD) && !force) {
913 nflp->nfl_start, nflp->nfl_end, nflp->nfl_flags, nflp->nfl_blockcnt);
915 if (!(nflp->nfl_flags & (NFS_FILE_LOCK_BLOCKED|NFS_FILE_LOCK_DEAD))) {
917 if (!(nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED) && !force)
H A Dnfs_lock.c768 if ((nflp->nfl_flags & NFS_FILE_LOCK_WAIT) && !reclaim)
H A Dnfsnode.h487 uint16_t nfl_flags; /* see below */ member in struct:nfs_file_lock
490 /* nfl_flags */
H A Dnfs4_subs.c2613 if (nflp->nfl_flags & (NFS_FILE_LOCK_DEAD|NFS_FILE_LOCK_BLOCKED))
2616 if (nflp->nfl_flags & NFS_FILE_LOCK_DELEGATED)

Completed in 102 milliseconds