Searched refs:lr_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | zil.h | 189 } lr_t; typedef 195 lr_t lr_common; /* common portion of log record */ 217 lr_t lr_common; /* common portion of log record */ 264 lr_t lr_common; /* common portion of log record */ 270 lr_t lr_common; /* common portion of log record */ 277 lr_t lr_common; /* common portion of log record */ 284 lr_t lr_common; /* common portion of log record */ 294 lr_t lr_common; /* common portion of log record */ 301 lr_t lr_common; /* common portion of log record */ 314 lr_t lr_common; /* common portion of log record */ [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 347 lr_t *lr = (lr_t *)lrp; in zil_parse() 349 ASSERT3U(reclen, >=, sizeof (lr_t)); in zil_parse() 392 zil_claim_log_record(zilog_t *zilog, lr_t *lrc, void *tx, uint64_t first_txg) in zil_claim_log_record() 424 zil_free_log_record(zilog_t *zilog, lr_t *lrc, void *tx, uint64_t claim_txg) in zil_free_log_record() 1038 lr_t *lrc = &itx->itx_lr; /* common log record */ in zil_lwb_commit() 1077 lrc = (lr_t *)lr_buf; in zil_lwb_commit() 1961 zil_replay_error(zilog_t *zilog, lr_t *lr, int error) in zil_replay_error() 1979 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 | 489 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 | 425 zvol_replay_err(zvol_state_t *zv, lr_t *lr, boolean_t byteswap) in zvol_replay_err()
|
/titanic_44/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_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1325 sizeof (*lr) + namesize - sizeof (lr_t)); in ztest_log_create() 1342 sizeof (*lr) + namesize - sizeof (lr_t)); in ztest_log_remove() 1376 sizeof (*lr) - sizeof (lr_t)); in ztest_log_write() 1391 sizeof (*lr) - sizeof (lr_t)); in ztest_log_truncate() 1407 sizeof (*lr) - sizeof (lr_t)); in ztest_log_setattr()
|