Searched refs:lo_end (Results 1 – 4 of 4) sorted by relevance
1250 ldumpp[cnt].ndlck_end = lop->lo_end; in nfsrv_dumplocks()1711 end = lop->lo_end; in nfsrv_freeallnfslocks()1931 new_lop->lo_first, new_lop->lo_end, cfp, p); in nfsrv_lockctrl()2345 end = new_lop->lo_end; in nfsrv_lockctrl()2377 if (new_lop->lo_end > lop->lo_first && in nfsrv_lockctrl()2378 new_lop->lo_first < lop->lo_end && in nfsrv_lockctrl()2429 cfp->cl_end = lop->lo_end; in nfsrv_lockctrl()2477 end = new_lop->lo_end; in nfsrv_lockctrl()3909 if (lop->lo_end >= new_lop->lo_first) { in nfsrv_updatelock()3910 if (new_lop->lo_end < lop->lo_first) { in nfsrv_updatelock()[all …]
835 lop->lo_end = off + reqlen; in nfsrvd_read()839 if (lop->lo_end < off) in nfsrvd_read()840 lop->lo_end = NFS64BITSSET; in nfsrvd_read()1040 lop->lo_end = off + len; in nfsrvd_write()1045 if (lop->lo_end < lop->lo_first) in nfsrvd_write()1046 lop->lo_end = NFS64BITSSET; in nfsrvd_write()2500 lop->lo_end = NFS64BITSSET; in nfsrvd_lock()2502 lop->lo_end = offset + len; in nfsrvd_lock()2503 if (lop->lo_end <= lop->lo_first) in nfsrvd_lock()2634 lo.lo_end = NFS64BITSSET; in nfsrvd_lockt()[all …]
261 u_int64_t lo_end; member
915 char *lo_end = timerange, *hi_end; in timerange_option() local 918 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option() 919 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option() 922 hi_end = lo_end; in timerange_option() 923 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option() 925 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option() 926 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()