Searched refs:lr_length (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 132 (u_longlong_t)lr->lr_length); in zil_prt_rec_write() 170 dlimit = data + MIN(lr->lr_length, in zil_prt_rec_write() 190 (u_longlong_t)lr->lr_length); in zil_prt_rec_truncate()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zil.h | 287 uint64_t lr_length; /* user data length to write */ member 297 uint64_t lr_length; /* length to truncate */ member
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_replay.c | 649 length = lr->lr_length; in zfs_replay_write() 705 end = lr->lr_offset + lr->lr_length; in zfs_replay_write2() 753 fl.l_len = lr->lr_length; in zfs_replay_truncate()
|
H A D | zvol.c | 377 length = lr->lr_length; in zvol_replay_truncate() 399 length = lr->lr_length; in zvol_replay_write() 987 uint64_t size = lr->lr_length; /* length of user data */ in zvol_get_data() 1105 lr->lr_length = len; in zvol_log_write() 1631 lr->lr_length = len; in zvol_log_truncate()
|
H A D | zfs_log.c | 532 lr->lr_length = len; in zfs_log_write() 573 lr->lr_length = len; in zfs_log_truncate()
|
H A D | zil.c | 267 bzero(wbuf, MAX(BP_GET_LSIZE(bp), lr->lr_length)); in zil_read_log_data() 1054 lrw->lr_length, sizeof (uint64_t), uint64_t); in zil_lwb_commit()
|
H A D | zfs_vnops.c | 1078 uint64_t size = lr->lr_length; in zfs_get_data() 1170 ASSERT(error || lr->lr_length <= zp->z_blksz); in zfs_get_data()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1357 if (lr->lr_length > ZIL_MAX_LOG_DATA) in ztest_log_write() 1361 sizeof (*lr) + (write_state == WR_COPIED ? lr->lr_length : 0)); in ztest_log_write() 1364 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write() 1373 itx->itx_sod += (write_state == WR_NEED_COPY ? lr->lr_length : 0); in ztest_log_write() 1570 length = lr->lr_length; 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() 1703 lr->lr_length, tx) == 0); in ztest_replay_truncate() 1838 uint64_t size = lr->lr_length; in ztest_get_data() 2077 lr->lr_length = size; in ztest_write() [all …]
|