Searched refs:ACL_PERM_NONE (Results 1 – 6 of 6) sorted by relevance
66 (**entry_p).ae_perm = ACL_PERM_NONE; in acl_create_entry()108 (**entry_p).ae_perm = ACL_PERM_NONE; in acl_create_entry_np()
85 *permset_d = ACL_PERM_NONE; in acl_clear_perms()
313 acl_perm_t myperm = ACL_PERM_NONE; in _posix1e_acl_string_to_perm()
244 ap->a_aclp->acl_entry[0].ae_perm = ACL_PERM_NONE; in ext2_getacl_posix1e()247 ap->a_aclp->acl_entry[1].ae_perm = ACL_PERM_NONE; in ext2_getacl_posix1e()250 ap->a_aclp->acl_entry[2].ae_perm = ACL_PERM_NONE; in ext2_getacl_posix1e()
317 old->acl_entry[0].ae_perm = ACL_PERM_NONE; in ufs_getacl_posix1e()320 old->acl_entry[1].ae_perm = ACL_PERM_NONE; in ufs_getacl_posix1e()323 old->acl_entry[2].ae_perm = ACL_PERM_NONE; in ufs_getacl_posix1e()
197 #define ACL_PERM_NONE 0x0000 macro