Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h196 lr_t lr_common; /* common portion of log record */ member
218 lr_t lr_common; /* common portion of log record */ member
265 lr_t lr_common; /* common portion of log record */ member
271 lr_t lr_common; /* common portion of log record */ member
278 lr_t lr_common; /* common portion of log record */ member
285 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
315 lr_t lr_common; /* common portion of log record */ member
322 lr_t lr_common; /* common portion of log record */ member
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c282 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
323 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
421 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
450 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
459 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create()
460 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
461 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create()
544 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
547 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
582 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzvol.c403 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write()
1029 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Dzil.c1094 lrw->lr_common.lrc_reclen += dlen; in zil_lwb_commit()
H A Dzfs_vnops.c1169 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
1183 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/titanic_53/usr/src/cmd/zdb/
H A Dzdb_il.c68 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
69 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()
137 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write()
/titanic_53/usr/src/cmd/ztest/
H A Dztest.c1325 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_create()
1342 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_remove()
1376 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_write()
1391 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_truncate()
1407 bcopy(&lr->lr_common + 1, &itx->itx_lr + 1, in ztest_log_setattr()
1574 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write()
1599 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
1745 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
1841 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
1906 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()