Searched refs:lr_common (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zil.h | 220 lr_t lr_common; /* common portion of log record */ member 242 lr_t lr_common; /* common portion of log record */ member 289 lr_t lr_common; /* common portion of log record */ member 295 lr_t lr_common; /* common portion of log record */ member 302 lr_t lr_common; /* common portion of log record */ member 309 lr_t lr_common; /* common portion of log record */ member 319 lr_t lr_common; /* common portion of log record */ member 326 lr_t lr_common; /* common portion of log record */ member 339 lr_t lr_common; /* common portion of log record */ member 346 lr_t lr_common; /* common portion of log record */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 309 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl() 355 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl() 460 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create() 494 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create() 503 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create() 504 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create() 505 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create() 593 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove() 596 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove() 633 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link() [all …]
|
| H A D | zfs_vnops.c | 833 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data() 847 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
|
| H A D | zvol.c | 501 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write() 714 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
|
| /f-stack/freebsd/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() 167 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 1753 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_create() 1770 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_remove() 1803 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_write() 1818 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_truncate() 1834 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_setattr() 2011 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write() 2036 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write() 2187 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr() 2283 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data() 2348 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()
|