| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_rlock.c | 127 return (TREE_CMP(rl1->lr_offset, rl2->lr_offset)); in zfs_rangelock_compare() 200 lr->lr_offset < new->lr_offset + new->lr_length) in zfs_rangelock_enter_writer() 205 lr->lr_offset + lr->lr_length > new->lr_offset) in zfs_rangelock_enter_writer() 246 proxy->lr_offset = lr->lr_offset; in zfs_rangelock_proxify() 275 rear->lr_offset = off; in zfs_rangelock_split() 300 lr->lr_offset = off; in zfs_rangelock_new_proxy() 366 next->lr_offset) { in zfs_rangelock_add_reader() 372 next->lr_offset - in zfs_rangelock_add_reader() 491 new->lr_offset = off; in zfs_rangelock_enter_impl() 593 next->lr_offset); in zfs_rangelock_exit_reader() [all …]
|
| H A D | zfs_replay.c | 833 offset = lr->lr_offset; in zfs_replay_write() 891 end = lr->lr_offset + lr->lr_length; in zfs_replay_write2() 941 fl.l_start = lr->lr_offset; in zfs_replay_truncate() 945 lr->lr_offset, kcred); in zfs_replay_truncate() 1223 error = zfs_clone_range_replay(zp, lr->lr_offset, lr->lr_length, in zfs_replay_clone_range()
|
| H A D | zvol.c | 425 offset = lr->lr_offset; in zvol_replay_truncate() 463 offset = lr->lr_offset; in zvol_replay_write() 580 lr->lr_offset = offset; in zvol_log_write() 616 lr->lr_offset = off; in zvol_log_truncate() 644 uint64_t offset = lr->lr_offset; in zvol_get_data()
|
| H A D | zfs_log.c | 684 lr->lr_offset = off; in zfs_log_write() 726 lr->lr_offset = off; in zfs_log_truncate() 923 lr->lr_offset = off; in zfs_log_clone_range()
|
| H A D | zfs_vnops.c | 504 woff = lr->lr_offset; in zfs_write() 853 uint64_t offset = lr->lr_offset; in zfs_get_data() 930 if (lr->lr_offset >= zp->z_size) in zfs_get_data()
|
| H A D | dmu_traverse.c | 116 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
|
| H A D | zil.c | 345 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data() 2209 lrw->lr_offset += dnow; in zil_lwb_assign()
|
| H A D | dsl_scan.c | 1775 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 168 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_write() 198 lr->lr_offset / BP_GET_LSIZE(bp)); in zil_prt_rec_write() 254 (u_longlong_t)lr->lr_foid, (longlong_t)lr->lr_offset, in zil_prt_rec_truncate() 345 tab_prefix, (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_clone_range()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zil.h | 340 uint64_t lr_offset; /* offset to write to */ member 350 uint64_t lr_offset; /* offset to truncate from */ member 395 uint64_t lr_offset; /* offset to clone to */ member
|
| H A D | zfs_rlock.h | 58 uint64_t lr_offset; /* file range offset */ member
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_pro_expr.c | 56 ee->ee_loc.lr_offset = expr->pe_length; in _dwarf_add_expr()
|
| H A D | libdwarf_loc.c | 64 lbuf->ld_s[count].lr_offset = p - ps; in _dwarf_loc_fill_loc()
|
| H A D | libdwarf_attr.c | 284 offset + ee->ee_loc.lr_offset + 1, ee->ee_sym, in _dwarf_attr_write()
|
| H A D | libdwarf.h | 115 Dwarf_Unsigned lr_offset; member
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 123 new->lr_offset = zp->z_size; in zfs_rangelock_cb() 130 uint64_t end_size = MAX(zp->z_size, new->lr_offset + new->lr_length); in zfs_rangelock_cb() 133 new->lr_offset = 0; in zfs_rangelock_cb()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_znode.c | 101 new->lr_offset = zp->z_size; in zfs_rangelock_cb() 108 uint64_t end_size = MAX(zp->z_size, new->lr_offset + new->lr_length); in zfs_rangelock_cb() 111 new->lr_offset = 0; in zfs_rangelock_cb()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 1912 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write() 2126 offset = lr->lr_offset; in ztest_replay_write() 2249 rl = ztest_range_lock(zd, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_replay_truncate() 2254 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate() 2263 VERIFY0(dmu_free_range(os, lr->lr_foid, lr->lr_offset, in ztest_replay_truncate() 2405 uint64_t offset = lr->lr_offset; in ztest_get_data() 2645 lr->lr_offset = offset; in ztest_write() 2668 lr->lr_offset = offset; in ztest_truncate()
|