HomeSort by: relevance | last modified time | path
    Searched refs:nfslo_end (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clstate.c 965 nlop->nfslo_end = NFS64BITSSET;
967 nlop->nfslo_end = off + len;
968 if (nlop->nfslo_end <= nlop->nfslo_first)
1150 nlop->nfslo_end = NFS64BITSSET;
1152 nlop->nfslo_end = off + len;
1153 if (nlop->nfslo_end <= nlop->nfslo_first) {
1331 if (lop->nfslo_end <= off)
1358 if (lop->nfslo_end <= off)
2041 if (lop->nfslo_end == NFS64BITSSET)
2044 len = lop->nfslo_end - lop->nfslo_first
    [all...]
nfs_clrpcops.c 679 len = lop->nfslo_end - lop->nfslo_first;
  /src/sys/fs/nfs/common/
nfsclstate.h 218 u_int64_t nfslo_end; member in struct:nfscllock

Completed in 17 milliseconds