Home
last modified time | relevance | path

Searched refs:ACL_READ (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_acl_posix1e.c131 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
185 if (acl_mask->ae_perm & ACL_READ) in vaccess_acl_posix1e()
205 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
239 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
257 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()
341 if (acl_other->ae_perm & ACL_READ) in vaccess_acl_posix1e()
374 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
383 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
392 perm |= ACL_READ; in acl_posix1e_mode_to_perm()
449 if (acl_user_obj_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
[all …]
/f-stack/freebsd/sys/
H A Dacl.h196 #define ACL_READ 0x0004 macro
198 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
199 #define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)