Searched defs:txtype (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c60 zil_prt_rec_create(zilog_t *zilog, int txtype, lr_create_t *lr) argument
74 if (txtype == TX_SYMLINK) {
77 } else if (txtype != TX_MKXATTR) {
92 zil_prt_rec_remove(zilog_t *zilog, int txtype, lr_remove_t *lr) argument
100 zil_prt_rec_link(zilog_t *zilog, int txtype, lr_link_t *lr) argument
109 zil_prt_rec_rename(zilog_t *zilog, int txtype, lr_rename_t *lr) argument
121 zil_prt_rec_write(zilog_t *zilog, int txtype, lr_write_t *lr) argument
134 if (txtype == TX_WRITE2 || verbose < 5)
186 zil_prt_rec_truncate(zilog_t *zilog, int txtype, lr_truncate_t *lr) argument
195 zil_prt_rec_setattr(zilog_t *zilog, int txtype, lr_setattr_ argument
240 zil_prt_rec_acl(zilog_t *zilog, int txtype, lr_acl_t *lr) argument
281 int txtype; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c279 uint64_t txtype; local
282 txtype = (lr->lr_common.lrc_txtype & ~TX_CI);
285 if (txtype == TX_CREATE_ACL_ATTR ||
286 txtype == TX_MKDIR_ACL_ATTR) {
325 switch (txtype) {
418 uint64_t txtype; local
421 txtype = (lr->lr_common.lrc_txtype & ~TX_CI);
424 if (txtype == TX_CREATE_ATTR || txtype == TX_MKDIR_ATTR)
468 switch (txtype) {
[all...]
H A Dzfs_log.c235 zfs_log_create(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, argument
266 if ((int)txtype == TX_CREATE_ATTR || (int)txtype == TX_MKDIR_ATTR ||
267 (int)txtype == TX_CREATE || (int)txtype == TX_MKDIR ||
268 (int)txtype == TX_MKXATTR) {
278 itx = zil_itx_create(txtype, txsize);
347 zfs_log_remove(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, argument
357 itx = zil_itx_create(txtype, sizeof (*lr) + namesize);
371 zfs_log_link(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, argument
394 zfs_log_symlink(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *dzp, znode_t *zp, char *name, char *link) argument
426 zfs_log_rename(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *sdzp, char *sname, znode_t *tdzp, char *dname, znode_t *szp) argument
454 zfs_log_write(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, offset_t off, ssize_t resid, int ioflag) argument
531 zfs_log_truncate(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, uint64_t off, uint64_t len) argument
554 zfs_log_setattr(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, vattr_t *vap, uint_t mask_applied, zfs_fuid_info_t *fuidp) argument
622 int txtype; local
[all...]
H A Dzil.c1148 zil_itx_create(uint64_t txtype, size_t lrsize) argument
1155 itx->itx_lr.lrc_txtype = txtype;
2020 "dataset %s, seq 0x%llx, txtype %llu %s\n", error, name,
2034 uint64_t txtype = lr->lrc_txtype; local
2046 txtype &= ~TX_CI;
2048 if (txtype == 0 || txtype >= TX_MAX_TYPE)
2055 if (TX_OOO(txtype)) {
2070 if (txtype == TX_WRITE && reclen == sizeof (lr_write_t)) {
2093 error = zr->zr_replay[txtype](z
[all...]
H A Dzfs_vnops.c1462 uint64_t txtype; local
1533 txtype = zfs_log_create_txtype(Z_FILE, vsecp, vap);
1535 txtype |= TX_CI;
1536 zfs_log_create(zilog, tx, txtype, dzp, zp, name,
1644 uint64_t txtype; local
1821 txtype = TX_REMOVE;
1823 txtype |= TX_CI;
1824 zfs_log_remove(zilog, tx, txtype, dzp, name, obj);
1874 uint64_t txtype; local
2010 txtype
2137 uint64_t txtype = TX_RMDIR; local
3820 uint64_t txtype = TX_SYMLINK; local
4122 uint64_t txtype = TX_LINK; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c2804 mcast_record_t txtype; local
2836 txtype = CHANGE_TO_INCLUDE;
2840 txtype = CHANGE_TO_EXCLUDE;
2843 mreclist->mrec_type = txtype;

Completed in 81 milliseconds