Searched refs:lr_common (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zil.h | 227 lr_t lr_common; /* common portion of log record */ member 258 lr_t lr_common; /* common portion of log record */ member 305 lr_t lr_common; /* common portion of log record */ member 311 lr_t lr_common; /* common portion of log record */ member 318 lr_t lr_common; /* common portion of log record */ member 338 lr_t lr_common; /* common portion of log record */ member 348 lr_t lr_common; /* common portion of log record */ member 355 lr_t lr_common; /* common portion of log record */ member 368 lr_t lr_common; /* common portion of log record */ member 375 lr_t lr_common; /* common portion of log record */ member [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 314 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl() 360 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl() 475 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_create() 477 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create() 511 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create() 620 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_remove() 628 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove() 631 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove() 657 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_link() 670 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link() [all …]
|
| H A D | zvol.c | 420 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_truncate() 458 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_write() 467 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write() 692 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
|
| H A D | zfs_vnops.c | 951 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data() 965 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 74 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create() 75 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create() 174 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write() 238 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write_enc()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 1872 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_create() 1889 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_remove() 1922 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_write() 1937 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_truncate() 1953 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_setattr() 2130 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write() 2155 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write() 2307 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr() 2407 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data() 2471 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()
|