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

/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c989 ldumpp[cnt].ndlck_first = lop->lo_first;
1413 first = lop->lo_first;
1634 new_lop->lo_first, new_lop->lo_end, cfp, p);
2032 first = new_lop->lo_first;
2065 if (new_lop->lo_end > lop->lo_first &&
2066 new_lop->lo_first < lop->lo_end &&
2116 cfp->cl_first = lop->lo_first;
2164 first = new_lop->lo_first;
3616 /* Insert in increasing lo_first order */
3619 new_lop->lo_first <
[all...]
H A Dnfs_nfsdserv.c683 lop->lo_first = off;
839 lop->lo_first = off;
848 if (lop->lo_end < lop->lo_first)
2257 lop->lo_first = offset;
2262 if (lop->lo_end <= lop->lo_first)
2383 lo.lo_first = fxdr_hyper(tl);
2389 lo.lo_end = lo.lo_first + len;
2390 if (lo.lo_end <= lo.lo_first)
2499 lop->lo_first = fxdr_hyper(tl);
2505 lop->lo_end = lop->lo_first
[all...]
/freebsd-10.3-release/sys/fs/nfs/
H A Dnfsrvstate.h215 u_int64_t lo_first; member in struct:nfslock

Completed in 71 milliseconds