Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_acl_posix1e.c130 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
184 if (acl_mask->ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
204 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
238 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
256 if (acl->acl_entry[i].ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
340 if (acl_other->ae_perm & ACL_WRITE) in vaccess_acl_posix1e()
373 perm |= ACL_WRITE; in acl_posix1e_mode_to_perm()
382 perm |= ACL_WRITE; in acl_posix1e_mode_to_perm()
391 perm |= ACL_WRITE; in acl_posix1e_mode_to_perm()
448 if (acl_user_obj_entry->ae_perm & ACL_WRITE) in acl_posix1e_perms_to_mode()
[all …]
/freebsd/lib/libc/posix1e/
H A Dacl_equiv_mode_np.c68 if (entry->ae_perm & ACL_WRITE) in acl_equiv_mode_np()
76 if (entry->ae_perm & ACL_WRITE) in acl_equiv_mode_np()
84 if (entry->ae_perm & ACL_WRITE) in acl_equiv_mode_np()
H A Dacl_from_mode_np.c69 acl_add_perm(perms, ACL_WRITE); in acl_from_mode_np()
87 acl_add_perm(perms, ACL_WRITE); in acl_from_mode_np()
105 acl_add_perm(perms, ACL_WRITE); in acl_from_mode_np()
H A Dacl_support.c294 if (perm & ACL_WRITE) in _posix1e_acl_perm_to_string()
323 myperm |= ACL_WRITE; in _posix1e_acl_string_to_perm()
/freebsd/sys/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)
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c50 ACL_WRITE,
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c80 if (ACL_GET_PERM(opaque_ps, ACL_WRITE)) in acl_entry_get_perm()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c58 {ARCHIVE_ENTRY_ACL_WRITE, ACL_WRITE},