Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dacl.h65 #define ACL_DEFAULT (0x1000) /* default flag */ macro
67 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
69 #define DEF_USER (ACL_DEFAULT | USER)
71 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
73 #define DEF_GROUP (ACL_DEFAULT | GROUP)
75 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)
77 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/titanic_50/usr/src/cmd/filesync/
H A Dacls.c250 if (type & ACL_DEFAULT) { in show_acls()
/titanic_50/usr/src/common/acl/
H A Dacl_common.c567 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
588 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
690 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1310 ace_list_init(dfacl, ACL_DEFAULT); in ln_ace_to_aent()
/titanic_50/usr/src/uts/common/syscall/
H A Dacl.c282 if (aclp->a_type & ACL_DEFAULT) in cacl()
/titanic_50/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()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c966 if (aclp->a_type & ACL_DEFAULT) in smb_fsacl_to_vsa()