Searched refs:lr_offset (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/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()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | rs6000-tdep.c | 82 int lr_offset; /* offset of saved lr */ member 616 fdata->lr_offset = offset; in skip_prologue() 623 fdata->lr_offset += SIGNED_SHORT (op); in skip_prologue() 1047 if (fdata.lr_offset == 0) in rs6000_pop_frame() 1050 lr = read_memory_addr (prev_sp + fdata.lr_offset, wordsize); in rs6000_pop_frame() 1546 if (fdata.lr_offset == 0 && get_next_frame (fi) != NULL) in rs6000_frame_saved_pc() 1568 if (fdata.lr_offset == 0) in rs6000_frame_saved_pc() 1571 return read_memory_addr (DEPRECATED_FRAME_CHAIN (fi) + fdata.lr_offset, in rs6000_frame_saved_pc() 1607 && fdatap->lr_offset == 0 in frame_get_saved_regs() 1688 if (fdatap->lr_offset != 0) in frame_get_saved_regs() [all …]
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | zil.h | 311 uint64_t lr_offset; /* offset to write to */ member 321 uint64_t lr_offset; /* offset to truncate from */ member
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zfs_replay.c | 756 offset = lr->lr_offset; in zfs_replay_write() 815 end = lr->lr_offset + lr->lr_length; in zfs_replay_write2() 865 fl.l_start = lr->lr_offset; in zfs_replay_truncate() 869 lr->lr_offset, kcred, NULL); in zfs_replay_truncate()
|
| H A D | zfs_log.c | 514 lr->lr_offset = off; in zfs_log_write() 548 lr->lr_offset = off; in zfs_log_truncate()
|
| H A D | zvol.c | 507 offset = lr->lr_offset; 531 offset = lr->lr_offset; 1343 uint64_t offset = lr->lr_offset; 1460 lr->lr_offset = off; 2107 lr->lr_offset = off;
|
| H A D | dmu_traverse.c | 119 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
|
| H A D | zil.c | 302 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data() 1584 lrw->lr_offset += dnow; in zil_lwb_commit()
|
| H A D | zfs_vnops.c | 1282 uint64_t offset = lr->lr_offset; in zfs_get_data() 1348 if (lr->lr_offset >= zp->z_size) in zfs_get_data()
|
| H A D | dsl_scan.c | 1279 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
|
| /freebsd-12.1/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-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 1471 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write() 1685 offset = lr->lr_offset; in ztest_replay_write() 1807 rl = ztest_range_lock(zd, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_replay_truncate() 1812 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate() 1821 VERIFY(dmu_free_range(os, lr->lr_foid, lr->lr_offset, in ztest_replay_truncate() 1959 uint64_t offset = lr->lr_offset; in ztest_get_data() 2197 lr->lr_offset = offset; in ztest_write() 2220 lr->lr_offset = offset; in ztest_truncate()
|