Searched refs:NFS_LOCK_LENGTH (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsnode.h | 542 #define NFS_LOCK_LENGTH(S, E) (((E) == UINT64_MAX) ? UINT64_MAX : ((E) - (S) + 1)) macro
|
| H A D | nfs4_vnops.c | 3711 nfsm_chain_add_64(error, &nmreq, NFS_LOCK_LENGTH(nflp->nfl_start, nflp->nfl_end)); in nfs4_setlock_rpc() 3814 nfsm_chain_add_64(error, &nmreq, NFS_LOCK_LENGTH(start, end)); in nfs4_unlock_rpc() 3890 nfsm_chain_add_64(error, &nmreq, NFS_LOCK_LENGTH(start, end)); in nfs4_getlock_rpc()
|