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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c3172 nfs_file_lock_conflict(struct nfs_file_lock *nflp1, struct nfs_file_lock *nflp2, int *willsplit) argument
3180 if (willsplit && (nflp1->nfl_type != nflp2->nfl_type) &&
3183 *willsplit = 1;
3574 int error = 0, error2, willsplit = 0, delay, slpflag, busy = 0, inuse = 0, restart, inqueue = 0; local
3643 if (!nfs_file_lock_conflict(newnflp, nflp, &willsplit))
3708 if (willsplit) {
3987 int error = 0, willsplit = 0, send_unlock_rpcs = 1; local
4009 if ((start > 0) && (end < UINT64_MAX) && !willsplit) {
4025 willsplit = 1;
4029 if (willsplit) {
[all...]

Completed in 21 milliseconds