Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzfs_replay.c479 if (txtype == TX_CREATE_ATTR || txtype == TX_MKDIR_ATTR) in zfs_replay_create()
520 txtype != TX_MKDIR_ATTR && in zfs_replay_create()
552 case TX_MKDIR_ATTR: in zfs_replay_create()
HDzfs_log.c91 return (TX_MKDIR_ATTR); in zfs_log_create_txtype()
328 if ((int)txtype == TX_CREATE_ATTR || (int)txtype == TX_MKDIR_ATTR || in zfs_log_create()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzil.h163 #define TX_MKDIR_ATTR 18 /* mkdir with attr */ macro
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb_il.c76 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()