Home
last modified time | relevance | path

Searched refs:lr_offset (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c127 return (TREE_CMP(rl1->lr_offset, rl2->lr_offset)); in zfs_rangelock_compare()
163 uint64_t orig_off = new->lr_offset; in zfs_rangelock_enter_writer()
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()
220 new->lr_offset = orig_off; in zfs_rangelock_enter_writer()
246 proxy->lr_offset = lr->lr_offset; in zfs_rangelock_proxify()
268 ASSERT3U(off, >, lr->lr_offset); in zfs_rangelock_split()
269 ASSERT3U(off, <, lr->lr_offset + lr->lr_length); in zfs_rangelock_split()
275 rear->lr_offset = off; in zfs_rangelock_split()
276 rear->lr_length = lr->lr_offset + lr->lr_length - off; in zfs_rangelock_split()
[all …]
H A Dzvol.c456 offset = lr->lr_offset; in zvol_replay_truncate()
494 offset = lr->lr_offset; in zvol_replay_write()
546 off = lr->lr_offset; in zvol_replay_clone_range()
782 lr->lr_offset = off; in zvol_log_clone_range()
892 lr->lr_offset = offset; in zvol_log_write()
926 lr->lr_offset = off; in zvol_log_truncate()
953 uint64_t offset = lr->lr_offset; in zvol_get_data()
H A Dzfs_replay.c838 offset = lr->lr_offset; in zfs_replay_write()
896 end = lr->lr_offset + lr->lr_length; in zfs_replay_write2()
946 fl.l_start = lr->lr_offset; in zfs_replay_truncate()
950 lr->lr_offset, kcred); in zfs_replay_truncate()
1228 error = zfs_clone_range_replay(zp, lr->lr_offset, lr->lr_length, in zfs_replay_clone_range()
H A Dzfs_log.c683 lr->lr_offset = off; in zfs_log_write()
722 lr->lr_offset = off; in zfs_log_truncate()
917 lr->lr_offset = off; in zfs_log_clone_range()
H A Dzfs_vnops.c676 woff = lr->lr_offset; in zfs_write()
1103 uint64_t offset = lr->lr_offset; in zfs_get_data()
1179 if (lr->lr_offset >= zp->z_size) in zfs_get_data()
H A Dvdev_raidz.c3858 MIN(vre->vre_failed_offset, rra->rra_lr->lr_offset); in raidz_reflow_write_done()
3862 if (rra->rra_lr->lr_offset + rra->rra_lr->lr_length < in raidz_reflow_write_done()
3902 (long long)rra->rra_lr->lr_offset, in raidz_reflow_read_done()
3911 MIN(vre->vre_failed_offset, rra->rra_lr->lr_offset); in raidz_reflow_read_done()
4030 (long long)rra->rra_lr->lr_offset, in raidz_reflow_impl()
4035 MIN(vre->vre_failed_offset, rra->rra_lr->lr_offset); in raidz_reflow_impl()
H A Ddmu_traverse.c117 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
H A Dzil.c347 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data()
2219 lrw->lr_offset += dnow; in zil_lwb_assign()
H A Ddsl_scan.c1814 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c170 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_write()
200 lr->lr_offset / BP_GET_LSIZE(bp)); in zil_prt_rec_write()
256 (u_longlong_t)lr->lr_foid, (longlong_t)lr->lr_offset, in zil_prt_rec_truncate()
347 tab_prefix, (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_clone_range()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h355 uint64_t lr_offset; /* offset to write to */ member
366 uint64_t lr_offset; /* offset to truncate from */ member
415 uint64_t lr_offset; /* offset to clone to */ member
H A Dzfs_rlock.h58 uint64_t lr_offset; /* file range offset */ member
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_expr.c56 ee->ee_loc.lr_offset = expr->pe_length; in _dwarf_add_expr()
H A Dlibdwarf_loc.c64 lbuf->ld_s[count].lr_offset = p - ps; in _dwarf_loc_fill_loc()
H A Dlibdwarf_attr.c284 offset + ee->ee_loc.lr_offset + 1, ee->ee_sym, in _dwarf_attr_write()
H A Dlibdwarf.h115 Dwarf_Unsigned lr_offset; member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c114 new->lr_offset = zp->z_size; in zfs_rangelock_cb()
121 uint64_t end_size = MAX(zp->z_size, new->lr_offset + new->lr_length); in zfs_rangelock_cb()
124 new->lr_offset = 0; in zfs_rangelock_cb()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c92 new->lr_offset = zp->z_size; in zfs_rangelock_cb()
99 uint64_t end_size = MAX(zp->z_size, new->lr_offset + new->lr_length); in zfs_rangelock_cb()
102 new->lr_offset = 0; in zfs_rangelock_cb()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1993 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write()
2208 offset = lr->lr_offset; in ztest_replay_write()
2338 rl = ztest_range_lock(zd, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_replay_truncate()
2343 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate()
2352 VERIFY0(dmu_free_range(os, lr->lr_foid, lr->lr_offset, in ztest_replay_truncate()
2494 uint64_t offset = lr->lr_offset; in ztest_get_data()
2735 lr->lr_offset = offset; in ztest_write()
2758 lr->lr_offset = offset; in ztest_truncate()