/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 112 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 D | zfs_replay.c | 682 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 D | zfs_log.c | 529 lr->lr_offset = off; in zfs_log_write() 563 lr->lr_offset = off; in zfs_log_truncate()
|
H A D | zvol.c | 387 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 D | zfs_znode.c | 136 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 D | dmu_traverse.c | 112 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
|
H A D | zil.c | 303 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 D | zfs_vnops.c | 938 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 D | dsl_scan.c | 1401 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 159 (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 D | zfs_rlock.h | 56 uint64_t lr_offset; /* file range offset */ member
|
H A D | zil.h | 312 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 D | dwarf_loc.h | 164 Dwarf_Unsigned lr_offset; /* offset for OP_BRA etc */ member
|
H A D | dwarf_loc.c | 261 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 D | dwarf_locationop_read.c | 160 curr_loc->lr_offset = offset; in _dwarf_read_loc_expr_op()
|
H A D | libdwarf.h | 173 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
|
H A D | generated_libdwarf.h.in | 173 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
|
H A D | libdwarf.h.in | 173 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 1597 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()
|