Home
last modified time | relevance | path

Searched refs:ACL_USER (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/libc/posix1e/
H A Dacl_support.c109 if (a->ae_tag == ACL_USER || a->ae_tag == ACL_GROUP) { in _posix1e_acl_entry_compare()
196 stage = ACL_USER; in _posix1e_acl_check()
200 case ACL_USER: in _posix1e_acl_check()
202 if (stage > ACL_USER) in _posix1e_acl_check()
204 stage = ACL_USER; in _posix1e_acl_check()
H A Dacl_from_text.c71 return(ACL_USER); in acl_string_to_tag()
147 case ACL_USER: in _posix1e_acl_entry_from_text()
281 case ACL_USER: in _acl_name_to_id()
H A Dacl_set.c168 case ACL_USER: in acl_set_qualifier()
213 case ACL_USER: in acl_set_tag_type()
H A Dacl_id_to_name.c64 case ACL_USER: in _posix1e_acl_id_to_name()
H A Dacl_calc_mask.c87 case ACL_USER: in acl_calc_mask()
H A Dacl_delete_entry.c54 if (a->ae_tag == ACL_USER || a->ae_tag == ACL_GROUP) { in _entry_matches()
H A Dacl_get.c167 case ACL_USER: in acl_get_qualifier()
H A Dacl_from_text_nfs4.c68 return (acl_set_tag_type(entry, ACL_USER)); in parse_tag()
H A Dacl_to_text.c97 case ACL_USER: in _posix1e_acl_to_text()
H A Dacl_to_text_nfs4.c62 case ACL_USER: in format_who()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c139 entry->ae_tag = ACL_USER; in acl_from_aces()
141 if (entry->ae_tag == ACL_USER || entry->ae_tag == ACL_GROUP) in acl_from_aces()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c138 entry->ae_tag = ACL_USER; in acl_from_aces()
140 if (entry->ae_tag == ACL_USER || entry->ae_tag == ACL_GROUP) in acl_from_aces()
/freebsd/sys/fs/ext2fs/
H A Dext2_acl.c91 case ACL_USER: in ext2_sync_acl_from_inode()
182 case ACL_USER: in ext4_acl_from_disk()
324 case ACL_USER: in ext4_acl_to_disk()
/freebsd/sys/kern/
H A Dsubr_acl_posix1e.c196 case ACL_USER: in vaccess_acl_posix1e()
499 case ACL_USER: in acl_posix1e_acl_to_mode()
574 case ACL_USER: in acl_posix1e_check()
H A Dsubr_acl_nfs4.c134 case ACL_USER: in _acl_denies()
536 if (entry->ae_tag == ACL_USER && entry->ae_id == file_owner_id) in acl_nfs4_sync_acl_from_mode_draft()
1330 case ACL_USER: in acl_nfs4_check()
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c110 acep->ae_tag = ACL_USER; in nfsrv_dissectace()
424 case ACL_USER: in nfsrv_buildacl()
471 case ACL_USER: in nfsrv_compareacl()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c112 if (tag_a == ACL_USER || tag_a == ACL_GROUP) in compare_acl_entry()
129 if ((tag_a == ACL_USER && in compare_acl_entry()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c113 case ACL_USER:
186 case ACL_USER: in acl_match()
H A Dtest_acl_platform_nfs4.c649 case ACL_USER: in acl_match()
/freebsd/tests/sys/acl/
H A Dacl-api-test.c125 ATF_REQUIRE_EQ(0, acl_set_tag_type(entry, ACL_USER)); in ATF_TC_BODY()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c176 case ACL_USER: in translate_acl()
392 acl_set_tag_type(acl_entry, ACL_USER); in set_acl()
/freebsd/bin/setfacl/
H A Dmerge.c154 case ACL_USER: in merge_acl()
/freebsd/sys/sys/
H A Dacl.h164 #define ACL_USER 0x00000002 macro
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c105 case ACL_USER: in ufs_sync_acl_from_inode()
/freebsd/contrib/lib9p/
H A Dgenacl.c603 case ACL_USER: in l9p_frombsdnfs4()