Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzil.h146 #define TX_ACL 13 /* Set ACL */ macro
173 (txtype) == TX_ACL || \
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_log.c634 TX_ACL_V0 : TX_ACL; in zfs_log_acl()
636 if (txtype == TX_ACL) in zfs_log_acl()
642 ((txtype == TX_ACL) ? ZIL_ACE_LENGTH(aclbytes) : aclbytes) + in zfs_log_acl()
650 if (txtype == TX_ACL) { in zfs_log_acl()