Home
last modified time | relevance | path

Searched refs:acl_type (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dacl_impl.h42 typedef enum acl_type { enum
48 acl_type_t acl_type; /* style of acl */ member
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl_impl.h42 typedef enum acl_type { enum
48 zfs_acl_type_t acl_type; /* style of acl */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c233 acl_alloc(enum acl_type type) in acl_alloc()
245 aclp->acl_type = ACE_T; in acl_alloc()
249 aclp->acl_type = ACLENT_T; in acl_alloc()
1481 if ((target_flavor == _ACL_ACE_ENABLED && aclp->acl_type == ACE_T) || in acl_translate()
1483 aclp->acl_type == ACLENT_T)) in acl_translate()
1492 aclp->acl_type == ACLENT_T) { in acl_translate()
1499 aclp->acl_type == ACE_T) { in acl_translate()
1516 aclp->acl_type = ACE_T; in acl_translate()
1519 aclp->acl_type = ACLENT_T; in acl_translate()