Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_acl_posix1e.c133 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
187 if (acl_mask->ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
207 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
241 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
259 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
343 if (acl_other->ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
376 perm |= ACL_WRITE; in acl_posix1e_mode_to_perm()
385 perm |= ACL_WRITE; in acl_posix1e_mode_to_perm()
394 perm |= ACL_WRITE; in acl_posix1e_mode_to_perm()
451 if (acl_user_obj_entry->ae_perm & ACL_WRITE) in acl_posix1e_perms_to_mode()
[all …]
/f-stack/freebsd/sys/
H A Dacl.h195 #define ACL_WRITE 0x0002 macro
198 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
199 #define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)