Searched refs:lr_t (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil.h190 } lr_t; typedef in typeref:struct:__anon6524
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_commo
[all...]
/netbsd-current/sys/dev/raidframe/
H A Drf_stripelocks.c380 RF_LockReqDesc_t *lr, *lr_t, *callbacklist, *t; local
416 for (lr_t = NULL, lr = lockDesc->granted; lr; lr_t = lr, lr = lr->next)
423 if (lr_t)
424 lr_t->next = lr->next;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c364 lr_t *lr = (lr_t *)lrp;
366 ASSERT3U(reclen, >=, sizeof (lr_t));
409 zil_claim_log_record(zilog_t *zilog, lr_t *lrc, void *tx, uint64_t first_txg)
441 zil_free_log_record(zilog_t *zilog, lr_t *lrc, void *tx, uint64_t claim_txg)
1077 lr_t *lrcb, *lrc = &itx->itx_lr; /* common log record */
1120 lrcb = (lr_t *)lr_buf;
2029 zil_replay_error(zilog_t *zilog, lr_t *lr, int error)
2047 zil_replay_log_record(zilog_t *zilog, lr_t *lr, void *zra, uint64_t claim_txg)
H A Ddmu_traverse.c102 traverse_zil_record(zilog_t *zilog, lr_t *lrc, void *arg, uint64_t claim_txg)
H A Dzfs_replay.c75 zfs_replay_error(zfsvfs_t *zfsvfs, lr_t *lr, boolean_t byteswap)
H A Ddsl_scan.c531 dsl_scan_zil_record(zilog_t *zilog, lr_t *lrc, void *arg, uint64_t claim_txg)
H A Dzvol.c598 zvol_replay_err(zvol_state_t *zv, lr_t *lr, boolean_t byteswap)
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb_il.c279 print_log_record(zilog_t *zilog, lr_t *lr, void *arg, uint64_t claim_txg)
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c1326 sizeof (*lr) + namesize - sizeof (lr_t));
1343 sizeof (*lr) + namesize - sizeof (lr_t));
1376 sizeof (*lr) - sizeof (lr_t));
1391 sizeof (*lr) - sizeof (lr_t));
1407 sizeof (*lr) - sizeof (lr_t));

Completed in 394 milliseconds