Searched refs:lr_t (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zil.h | 190 } lr_t; typedef 196 lr_t lr_common; /* common portion of log record */ 218 lr_t lr_common; /* common portion of log record */ 265 lr_t lr_common; /* common portion of log record */ 271 lr_t lr_common; /* common portion of log record */ 278 lr_t lr_common; /* common portion of log record */ 285 lr_t lr_common; /* common portion of log record */ 295 lr_t lr_common; /* common portion of log record */ 302 lr_t lr_common; /* common portion of log record */ 315 lr_t lr_common; /* common portion of log record */ [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 348 lr_t *lr = (lr_t *)lrp; in zil_parse() 350 ASSERT3U(reclen, >=, sizeof (lr_t)); in zil_parse() 393 zil_claim_log_record(zilog_t *zilog, lr_t *lrc, void *tx, uint64_t first_txg) in zil_claim_log_record() 425 zil_free_log_record(zilog_t *zilog, lr_t *lrc, void *tx, uint64_t claim_txg) in zil_free_log_record() 1039 lr_t *lrc = &itx->itx_lr; /* common log record */ in zil_lwb_commit() 1078 lrc = (lr_t *)lr_buf; in zil_lwb_commit() 1962 zil_replay_error(zilog_t *zilog, lr_t *lr, int error) in zil_replay_error() 1980 zil_replay_log_record(zilog_t *zilog, lr_t *lr, void *zra, uint64_t claim_txg) in zil_replay_log_record()
|
H A D | dmu_traverse.c | 94 traverse_zil_record(zilog_t *zilog, lr_t *lrc, void *arg, uint64_t claim_txg) in traverse_zil_record()
|
H A D | zfs_replay.c | 72 zfs_replay_error(zfsvfs_t *zfsvfs, lr_t *lr, boolean_t byteswap) in zfs_replay_error()
|
H A D | dsl_scan.c | 495 dsl_scan_zil_record(zilog_t *zilog, lr_t *lrc, void *arg, uint64_t claim_txg) in dsl_scan_zil_record()
|
H A D | zvol.c | 426 zvol_replay_err(zvol_state_t *zv, lr_t *lr, boolean_t byteswap) in zvol_replay_err()
|
/titanic_50/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 279 print_log_record(zilog_t *zilog, lr_t *lr, void *arg, uint64_t claim_txg) in print_log_record()
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 1326 sizeof (*lr) + namesize - sizeof (lr_t)); in ztest_log_create() 1343 sizeof (*lr) + namesize - sizeof (lr_t)); in ztest_log_remove() 1377 sizeof (*lr) - sizeof (lr_t)); in ztest_log_write() 1392 sizeof (*lr) - sizeof (lr_t)); in ztest_log_truncate() 1408 sizeof (*lr) - sizeof (lr_t)); in ztest_log_setattr()
|