Home
last modified time | relevance | path

Searched refs:lr_common (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h221 lr_t lr_common; /* common portion of log record */ member
243 lr_t lr_common; /* common portion of log record */ member
290 lr_t lr_common; /* common portion of log record */ member
296 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
320 lr_t lr_common; /* common portion of log record */ member
327 lr_t lr_common; /* common portion of log record */ member
340 lr_t lr_common; /* common portion of log record */ member
347 lr_t lr_common; /* common portion of log record */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c296 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
342 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
442 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
476 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
485 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create()
486 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
487 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create()
572 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
575 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
612 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzvol.c416 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write()
1037 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Dzfs_vnops.c1311 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
1325 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c73 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
74 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()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1557 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_create()
1574 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_remove()
1607 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_write()
1622 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_truncate()
1638 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_setattr()
1815 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write()
1840 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
1991 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
2088 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
2153 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()