Home
last modified time | relevance | path

Searched refs:POSIX_ACL_GROUP (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h188 POSIX_ACL_GROUP = 8, enumerator
194 #define POSIX_ACL_EXTENSIONS (POSIX_ACL_USER | POSIX_ACL_GROUP | POSIX_ACL_MASK)
/third_party/ntfs-3g/libntfs-3g/
Dacls.c1043 case POSIX_ACL_GROUP : in ntfs_valid_posix()
1995 || (tag == POSIX_ACL_GROUP)) { in build_group_denials_grant()
2191 case POSIX_ACL_GROUP : in buildacls_posix()
2326 case POSIX_ACL_GROUP : in buildacls_posix()
2787 || (pxdesc->acl.ace[k].tag == POSIX_ACL_GROUP)) in ntfs_build_descr_posix()
3074 case POSIX_ACL_GROUP : in norm_std_permissions_posix()
3136 case POSIX_ACL_GROUP : in norm_std_permissions_posix()
3757 pxace->tag = (pace->mask & ROOT_OWNER_UNMARK ? POSIX_ACL_GROUP : POSIX_ACL_USER); in ntfs_build_permissions_posix()
3782 pxace->tag = POSIX_ACL_GROUP; in ntfs_build_permissions_posix()
3844 pxace->tag = POSIX_ACL_GROUP; in ntfs_build_permissions_posix()
[all …]
Dsecurity.c1368 if (pace->tag == POSIX_ACL_GROUP) { in ntfs_basic_perms()
1964 case POSIX_ACL_GROUP : in access_check_posix()
2011 case POSIX_ACL_GROUP : in access_check_posix()
2038 if ((pxace->tag == POSIX_ACL_GROUP) in access_check_posix()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1565 case POSIX_ACL_GROUP : in showposix()
2502 case POSIX_ACL_GROUP : in merge_rights()
3477 pxdesc->acl.ace[3].tag = POSIX_ACL_GROUP; in posixtest()
3839 (POSIX_ACL_USER | POSIX_ACL_GROUP | POSIX_ACL_MASK))) { in setfull_posix()
4245 | POSIX_ACL_GROUP in showfull()
4469 | POSIX_ACL_GROUP in showmounted()
5673 tag = POSIX_ACL_GROUP; in encode_posix_acl()
5714 if (tag == POSIX_ACL_GROUP) in encode_posix_acl()