Home
last modified time | relevance | path

Searched refs:lr_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h214 } lr_t; typedef
220 lr_t lr_common; /* common portion of log record */
242 lr_t lr_common; /* common portion of log record */
289 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 */
309 lr_t lr_common; /* common portion of log record */
319 lr_t lr_common; /* common portion of log record */
326 lr_t lr_common; /* common portion of log record */
339 lr_t lr_common; /* common portion of log record */
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1264 lr_t *lr; in zio_crypt_init_uios_zil()
1292 lr = (lr_t *)slrp; in zio_crypt_init_uios_zil()
1330 lr = (lr_t *)slrp; in zio_crypt_init_uios_zil()
1341 bcopy(slrp, dlrp, sizeof (lr_t)); in zio_crypt_init_uios_zil()
1342 bcopy(slrp, aadp, sizeof (lr_t)); in zio_crypt_init_uios_zil()
1343 aadp += sizeof (lr_t); in zio_crypt_init_uios_zil()
1344 aad_len += sizeof (lr_t); in zio_crypt_init_uios_zil()
1353 sizeof (lr_t) - sizeof (blkptr_t); in zio_crypt_init_uios_zil()
1355 sizeof (lr_t); in zio_crypt_init_uios_zil()
1378 crypt_len = lr_len - sizeof (lr_t); in zio_crypt_init_uios_zil()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1400 lr_t *lr; in zio_crypt_init_uios_zil()
1424 lr = (lr_t *)slrp; in zio_crypt_init_uios_zil()
1476 lr = (lr_t *)slrp; in zio_crypt_init_uios_zil()
1487 bcopy(slrp, dlrp, sizeof (lr_t)); in zio_crypt_init_uios_zil()
1488 bcopy(slrp, aadp, sizeof (lr_t)); in zio_crypt_init_uios_zil()
1489 aadp += sizeof (lr_t); in zio_crypt_init_uios_zil()
1490 aad_len += sizeof (lr_t); in zio_crypt_init_uios_zil()
1502 sizeof (lr_t) - sizeof (blkptr_t); in zio_crypt_init_uios_zil()
1503 src_iovecs[nr_iovecs].iov_base = slrp + sizeof (lr_t); in zio_crypt_init_uios_zil()
1505 dst_iovecs[nr_iovecs].iov_base = dlrp + sizeof (lr_t); in zio_crypt_init_uios_zil()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c402 lr_t *lr = (lr_t *)lrp; in zil_parse()
404 ASSERT3U(reclen, >=, sizeof (lr_t)); in zil_parse()
458 zil_noop_log_record(zilog_t *zilog, const lr_t *lrc, void *tx, in zil_noop_log_record()
482 zil_claim_log_record(zilog_t *zilog, const lr_t *lrc, void *tx, in zil_claim_log_record()
519 zil_free_log_record(zilog_t *zilog, const lr_t *lrc, void *tx, in zil_free_log_record()
1617 lr_t *lrcb, *lrc; in zil_lwb_commit()
1696 lrcb = (lr_t *)lr_buf; /* Like lrc, but inside lwb. */ in zil_lwb_commit()
2172 lr_t *lrc = &itx->itx_lr; in zil_prune_commit_list()
2268 lr_t *lrc = &itx->itx_lr; in zil_process_commit_list()
2780 itx_t *itx = zil_itx_create(TX_COMMIT, sizeof (lr_t)); in zil_commit_itx_assign()
[all …]
H A Ddmu_traverse.c97 traverse_zil_record(zilog_t *zilog, const lr_t *lrc, void *arg, in traverse_zil_record()
H A Ddsl_scan.c1409 dsl_scan_zil_record(zilog_t *zilog, const lr_t *lrc, void *arg, in dsl_scan_zil_record()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c312 print_log_record(zilog_t *zilog, const lr_t *lr, void *arg, uint64_t claim_txg) in print_log_record()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1754 sizeof (*lr) + namesize - sizeof (lr_t)); in ztest_log_create()
1771 sizeof (*lr) + namesize - sizeof (lr_t)); in ztest_log_remove()
1804 sizeof (*lr) - sizeof (lr_t)); in ztest_log_write()
1819 sizeof (*lr) - sizeof (lr_t)); in ztest_log_truncate()
1835 sizeof (*lr) - sizeof (lr_t)); in ztest_log_setattr()