Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h70 #define ACL_DEFAULT (0x1000) /* default flag */ macro
72 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
74 #define DEF_USER (ACL_DEFAULT | USER)
76 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
78 #define DEF_GROUP (ACL_DEFAULT | GROUP)
80 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)
82 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/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)
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c534 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
555 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
657 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1277 ace_list_init(dfacl, ACL_DEFAULT); in ln_ace_to_aent()