Searched refs:lr_common (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zil.h | 218 lr_t lr_common; /* common portion of log record */ member 250 lr_t lr_common; /* common portion of log record */ member 303 lr_t lr_common; /* common portion of log record */ member 310 lr_t lr_common; /* common portion of log record */ member 318 lr_t lr_common; /* common portion of log record */ member 344 lr_t lr_common; /* common portion of log record */ member 355 lr_t lr_common; /* common portion of log record */ member 362 lr_t lr_common; /* common portion of log record */ member 376 lr_t lr_common; /* common portion of log record */ member 384 lr_t lr_common; /* common portion of log record */ member [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 304 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lracl)); in zfs_replay_create_acl() 306 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl() 353 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl() 455 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_create() 457 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create() 491 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create() 582 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_remove() 590 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove() 593 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove() 619 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_link() [all …]
|
| H A D | zvol.c | 480 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_truncate() 518 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_write() 527 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write() 566 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_clone_range() 567 ASSERT3U(lr->lr_common.lrc_reclen, >=, offsetof(lr_clone_range_t, in zvol_replay_clone_range() 1081 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
|
| H A D | zfs_vnops.c | 1486 dbuf_find_dirty_eq(db, lr->lr_common.lrc_txg); in zfs_get_data() 1513 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data() 1527 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 64 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create() 65 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create() 165 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write() 229 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write_enc()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 2191 memcpy(&itx->itx_lr + 1, &lr->lr_create.lr_common + 1, in ztest_log_create() 2208 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_remove() 2242 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_write() 2257 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_truncate() 2273 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_setattr() 2451 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write() 2476 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write() 2636 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr() 2736 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data() 2799 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data() [all …]
|