Home
last modified time | relevance | path

Searched refs:TX_ACL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h158 #define TX_ACL 13 /* Set ACL */ macro
189 (txtype) == TX_ACL || \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c842 TX_ACL_V0 : TX_ACL; in zfs_log_acl()
844 if (txtype == TX_ACL) in zfs_log_acl()
850 ((txtype == TX_ACL) ? ZIL_ACE_LENGTH(aclbytes) : aclbytes) + in zfs_log_acl()
858 if (txtype == TX_ACL) { in zfs_log_acl()