Searched refs:l_offset (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 336 fl->client.l_offset, fl->client.l_len); in dump_filelock() 363 dest->l_offset = src->l_offset; in copy_nlm4_lock_to_nlm4_holder() 434 fl->client.l_offset = offset; in fill_file_lock() 733 ifl->client.l_offset, ifl->client.l_len)) in get_lock_matching_unlock() 738 fl->client.l_offset,fl->client.l_len, in get_lock_matching_unlock() 739 ifl->client.l_offset,ifl->client.l_len); in get_lock_matching_unlock() 812 ifl->client.l_offset, ifl->client.l_len)) in test_nfslock() 817 fl->client.l_offset,fl->client.l_len, in test_nfslock() 1190 fl->client.l_offset == ifl->client.l_offset && in duplicate_block() 2200 res.alock.l_offset = fl->client.l_offset; in send_granted() [all …]
|
| H A D | kern.c | 279 arg4.alock.l_offset = msg->lm_fl.l_start; in test_request() 303 arg.alock.l_offset = msg->lm_fl.l_start; in test_request() 349 arg4.alock.l_offset = msg->lm_fl.l_start; in lock_request() 374 arg.alock.l_offset = msg->lm_fl.l_start; in lock_request() 419 arg4.alock.l_offset = msg->lm_fl.l_start; in unlock_request() 440 arg.alock.l_offset = msg->lm_fl.l_start; in unlock_request()
|
| H A D | lock_proc.c | 389 arg4->l_offset = arg->l_offset; in nlmtonlm4() 451 res.stat.nlm_testrply_u.holder.l_offset = holder->l_offset; in nlm_test_1_svc() 483 res.stat.nlm_testrply_u.holder.l_offset = holder->l_offset; in nlm_test_msg_1_svc() 894 (unsigned long long)arg->alock.l_offset); in nlm4_test_4_svc() 989 (unsigned long long)arg->alock.l_offset); in nlm4_lock_4_svc()
|
| H A D | test.c | 342 arg.alock.l_offset = 0; in main()
|
| /freebsd-14.2/include/rpcsvc/ |
| H A D | nlm_prot.x | 36 unsigned l_offset; member 66 unsigned l_offset; member 167 u_int64_t l_offset; member 176 u_int64_t l_offset; member
|
| H A D | klm_prot.x | 68 unsigned l_offset; /* beginning offset of the lock */ member 79 unsigned l_offset; /* beginning offset of the lock */ member
|
| /freebsd-14.2/sys/nlm/ |
| H A D | nlm_prot_server.c | 57 dst->l_offset = src->l_offset; in nlm_convert_to_nlm4_lock() 79 dst->l_offset = src->l_offset; in nlm_convert_to_nlm_holder() 90 dst->l_offset = src->l_offset; in nlm_convert_to_nlm4_holder()
|
| H A D | nlm_prot_xdr.c | 32 if (!xdr_u_int(xdrs, &objp->l_offset)) in xdr_nlm_holder() 99 if (!xdr_u_int(xdrs, &objp->l_offset)) in xdr_nlm_lock() 264 if (!xdr_uint64_t(xdrs, &objp->l_offset)) in xdr_nlm4_holder() 283 if (!xdr_uint64_t(xdrs, &objp->l_offset)) in xdr_nlm4_lock()
|
| H A D | nlm_prot.h | 32 u_int l_offset; member 67 u_int l_offset; member 176 uint64_t l_offset; member 186 uint64_t l_offset; member
|
| H A D | nlm_prot_impl.c | 577 granted.alock.l_offset = in nlm_lock_callback() 578 af->af_granted.alock.l_offset; in nlm_lock_callback() 1868 fl.l_start = argp->alock.l_offset; in nlm_do_test() 1912 result->stat.nlm4_testrply_u.holder.l_offset = fl.l_start; in nlm_do_test() 1975 fl.l_start = argp->alock.l_offset; in nlm_do_lock() 2045 af->af_granted.alock.l_offset = argp->alock.l_offset; in nlm_do_lock() 2154 fl.l_start = argp->alock.l_offset; in nlm_do_cancel() 2243 fl.l_start = argp->alock.l_offset; in nlm_do_unlock() 2290 && argp->alock.l_offset == nw->nw_lock.l_offset in nlm_do_granted()
|
| H A D | nlm_advlock.c | 544 dst->l_offset = src->l_offset; in nlm_convert_to_nlm_lock() 555 dst->l_offset = src->l_offset; in nlm_convert_to_nlm4_holder() 1097 fl->l_start = h->l_offset; in nlm_getlock() 1269 lock->l_offset = start; in nlm_init_lock()
|
| /freebsd-14.2/sys/geom/raid/ |
| H A D | g_raid.c | 1173 if (g_raid_bio_overlaps(bp, lp->l_offset, lp->l_length)) in g_raid_is_in_locked_range() 1233 off = lp->l_offset; in g_raid_finish_with_locked_ranges() 1291 lp->l_offset = off; in g_raid_lock_range() 1326 if (lp->l_offset == off && lp->l_length == len) { in g_raid_unlock_range() 1336 (intmax_t)lp->l_offset, in g_raid_unlock_range() 1337 (intmax_t)(lp->l_offset+lp->l_length)); in g_raid_unlock_range()
|
| H A D | g_raid.h | 96 off_t l_offset; member
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_allocator.cpp | 508 sptr l_offset = 0, r_offset = 0; in ChooseChunk() local 509 CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &l_offset)); in ChooseChunk() 511 if (l_offset < r_offset) in ChooseChunk()
|