Home
last modified time | relevance | path

Searched refs:TX_MKDIR_ATTR (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c463 if (txtype == TX_CREATE_ATTR || txtype == TX_MKDIR_ATTR) in zfs_replay_create()
504 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
531 case TX_MKDIR_ATTR: in zfs_replay_create()
H A Dzfs_log.c91 return (TX_MKDIR_ATTR); in zfs_log_create_txtype()
332 if ((int)txtype == TX_CREATE_ATTR || (int)txtype == TX_MKDIR_ATTR || in zfs_log_create()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h162 #define TX_MKDIR_ATTR 18 /* mkdir with attr */ macro
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c75 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()