Home
last modified time | relevance | path

Searched refs:ACL_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h66 #define ACL_DEFAULT (0x1000) /* default flag */ macro
68 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
70 #define DEF_USER (ACL_DEFAULT | USER)
72 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
74 #define DEF_GROUP (ACL_DEFAULT | GROUP)
76 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)
78 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c250 if (type & ACL_DEFAULT) { in show_acls()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c568 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
589 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
691 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1310 ace_list_init(dfacl, ACL_DEFAULT); in ln_ace_to_aent()
/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c281 if (aclp->a_type & ACL_DEFAULT) in cacl()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c666 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace4()
687 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace4()
1412 ace4_list_init(dfacl, ACL_DEFAULT); in ln_ace4_to_aent()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c1016 if (aclp->a_type & ACL_DEFAULT) in smb_fsacl_to_vsa()