Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c112 return (TREE_CMP(rl1->lr_offset, rl2->lr_offset)); in rangelock_compare()
146 uint64_t orig_off = new->lr_offset; in rangelock_enter_writer()
183 lr->lr_offset < new->lr_offset + new->lr_length) in rangelock_enter_writer()
188 lr->lr_offset + lr->lr_length > new->lr_offset) in rangelock_enter_writer()
201 new->lr_offset = orig_off; in rangelock_enter_writer()
227 proxy->lr_offset = lr->lr_offset; in rangelock_proxify()
247 ASSERT3U(off, >, lr->lr_offset); in rangelock_split()
248 ASSERT3U(off, <, lr->lr_offset + lr->lr_length); in rangelock_split()
254 rear->lr_offset = off; in rangelock_split()
255 rear->lr_length = lr->lr_offset + lr->lr_length - off; in rangelock_split()
[all …]
H A Dzfs_replay.c682 offset = lr->lr_offset; in zfs_replay_write()
741 end = lr->lr_offset + lr->lr_length; in zfs_replay_write2()
790 fl.l_start = lr->lr_offset; in zfs_replay_truncate()
794 lr->lr_offset, kcred, NULL); in zfs_replay_truncate()
H A Dzfs_log.c529 lr->lr_offset = off; in zfs_log_write()
563 lr->lr_offset = off; in zfs_log_truncate()
H A Dzvol.c387 offset = lr->lr_offset; in zvol_replay_truncate()
412 offset = lr->lr_offset; in zvol_replay_write()
990 uint64_t offset = lr->lr_offset; in zvol_get_data()
1103 lr->lr_offset = off; in zvol_log_write()
1597 lr->lr_offset = off; in zvol_log_truncate()
H A Dzfs_znode.c136 new->lr_offset = zp->z_size; in zfs_rangelock_cb()
143 uint64_t end_size = MAX(zp->z_size, new->lr_offset + new->lr_length); in zfs_rangelock_cb()
146 new->lr_offset = 0; in zfs_rangelock_cb()
H A Ddmu_traverse.c112 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
H A Dzil.c303 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data()
1599 lrw->lr_offset += dnow; in zil_lwb_commit()
H A Dzfs_vnops.c938 woff = lr->lr_offset; in zfs_write()
1223 uint64_t offset = lr->lr_offset; in zfs_get_data()
1290 if (lr->lr_offset >= zp->z_size) in zfs_get_data()
H A Ddsl_scan.c1401 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c159 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_write()
186 lr->lr_offset / BP_GET_LSIZE(bp)); in zil_prt_rec_write()
217 (u_longlong_t)lr->lr_foid, (longlong_t)lr->lr_offset, in zil_prt_rec_truncate()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h56 uint64_t lr_offset; /* file range offset */ member
H A Dzil.h312 uint64_t lr_offset; /* offset to write to */ member
322 uint64_t lr_offset; /* offset to truncate from */ member
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.h164 Dwarf_Unsigned lr_offset; /* offset for OP_BRA etc */ member
H A Ddwarf_loc.c261 new_loc->lc_offset = temp_loc.lr_offset; in _dwarf_get_locdesc()
288 (block_loc + i)->lr_offset = new_loc->lc_offset; in _dwarf_get_locdesc()
1318 new_loc->lc_offset = temp_loc.lr_offset; in _dwarf_fill_in_locdesc_op_c()
1352 (block_loc + i)->lr_offset = new_loc->lc_offset; in _dwarf_fill_in_locdesc_op_c()
2394 *offset_for_branch = op->lr_offset; in dwarf_get_location_op_value_d()
H A Ddwarf_locationop_read.c160 curr_loc->lr_offset = offset; in _dwarf_read_loc_expr_op()
H A Dlibdwarf.h173 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
H A Dgenerated_libdwarf.h.in173 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
H A Dlibdwarf.h.in173 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1597 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write()
1811 offset = lr->lr_offset; in ztest_replay_write()
1933 rl = ztest_range_lock(zd, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_replay_truncate()
1938 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate()
1947 VERIFY(dmu_free_range(os, lr->lr_foid, lr->lr_offset, in ztest_replay_truncate()
2086 uint64_t offset = lr->lr_offset; in ztest_get_data()
2324 lr->lr_offset = offset; in ztest_write()
2347 lr->lr_offset = offset; in ztest_truncate()