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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c3169 * (nflp1 is the new lock. nflp2 is the existing lock.)
3172 nfs_file_lock_conflict(struct nfs_file_lock *nflp1, struct nfs_file_lock *nflp2, int *willsplit) argument
3175 if ((nflp1->nfl_flags & NFS_FILE_LOCK_DEAD) || (nflp2->nfl_flags & NFS_FILE_LOCK_DEAD))
3178 if ((nflp1->nfl_owner == nflp2->nfl_owner) &&
3179 ((nflp1->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) == (nflp2->nfl_flags & NFS_FILE_LOCK_STYLE_MASK))) {
3180 if (willsplit && (nflp1->nfl_type != nflp2->nfl_type) &&
3181 (nflp1->nfl_start > nflp2->nfl_start) &&
3182 (nflp1->nfl_end < nflp2->nfl_end))
3187 if ((nflp1->nfl_start > nflp2->nfl_end) || (nflp1
[all...]

Completed in 64 milliseconds