Home
last modified time | relevance | path

Searched refs:nfslo_first (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1137 nlop->nfslo_first = off; in nfscl_getbytelock()
1142 if (nlop->nfslo_end <= nlop->nfslo_first) in nfscl_getbytelock()
1325 nlop->nfslo_first = off; in nfscl_relbytelock()
1330 if (nlop->nfslo_end <= nlop->nfslo_first) { in nfscl_relbytelock()
1506 if (lop->nfslo_first >= end) in nfscl_checkwritelocked()
1533 if (lop->nfslo_first >= end) in nfscl_checkwritelocked()
2313 len = lop->nfslo_end - lop->nfslo_first; in nfscl_recover()
2316 firstlock, 1, lop->nfslo_first, len, in nfscl_recover()
2620 if (lop->nfslo_end >= new_lop->nfslo_first) { in nfscl_updatelock()
2621 if (new_lop->nfslo_end < lop->nfslo_first) { in nfscl_updatelock()
[all …]
H A Dnfs_clrpcops.c879 off = lop->nfslo_first; in nfsrpc_doclose()
880 len = lop->nfslo_end - lop->nfslo_first; in nfsrpc_doclose()
/freebsd/sys/fs/nfs/
H A Dnfsclstate.h233 u_int64_t nfslo_first; member