Searched refs:lr_offset (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 131 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_write() 158 lr->lr_offset / BP_GET_LSIZE(bp)); in zil_prt_rec_write() 189 (u_longlong_t)lr->lr_foid, (longlong_t)lr->lr_offset, in zil_prt_rec_truncate()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zil.h | 286 uint64_t lr_offset; /* offset to write to */ member 296 uint64_t lr_offset; /* offset to truncate from */ member
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_replay.c | 648 offset = lr->lr_offset; in zfs_replay_write() 705 end = lr->lr_offset + lr->lr_length; in zfs_replay_write2() 752 fl.l_start = lr->lr_offset; in zfs_replay_truncate() 756 lr->lr_offset, kcred, NULL); in zfs_replay_truncate()
|
H A D | zvol.c | 376 offset = lr->lr_offset; in zvol_replay_truncate() 398 offset = lr->lr_offset; in zvol_replay_write() 986 uint64_t offset = lr->lr_offset; in zvol_get_data() 1104 lr->lr_offset = off; in zvol_log_write() 1630 lr->lr_offset = off; in zvol_log_truncate()
|
H A D | zfs_log.c | 531 lr->lr_offset = off; in zfs_log_write() 572 lr->lr_offset = off; in zfs_log_truncate()
|
H A D | dmu_traverse.c | 110 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in traverse_zil_record()
|
H A D | dsl_scan.c | 514 lr->lr_offset / BP_GET_LSIZE(bp)); in dsl_scan_zil_record()
|
H A D | zil.c | 275 ZB_ZIL_LEVEL, lr->lr_offset / BP_GET_LSIZE(bp)); in zil_read_log_data()
|
H A D | zfs_vnops.c | 1077 uint64_t offset = lr->lr_offset; in zfs_get_data() 1143 if (lr->lr_offset >= zp->z_size) in zfs_get_data()
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_addr_finder.c | 360 llocp->lr_offset + 1 in handle_attr_locdesc()
|
H A D | dwarf_loc.c | 490 (block_loc + i)->lr_offset = curr_loc->lc_offset; in _dwarf_get_locdesc()
|
H A D | libdwarf.h | 142 Dwarf_Unsigned lr_offset; /* offset in locexpr for OP_BRA etc */ member
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1364 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write() 1569 offset = lr->lr_offset; in ztest_replay_write() 1688 rl = ztest_range_lock(zd, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_replay_truncate() 1693 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate() 1702 VERIFY(dmu_free_range(os, lr->lr_foid, lr->lr_offset, in ztest_replay_truncate() 1837 uint64_t offset = lr->lr_offset; in ztest_get_data() 2076 lr->lr_offset = offset; in ztest_write() 2099 lr->lr_offset = offset; in ztest_truncate()
|