Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1047 case POSIX_ACL_MASK : in ntfs_valid_posix()
1101 case POSIX_ACL_MASK : in posix_header()
1222 case POSIX_ACL_MASK : in ntfs_merge_mode_posix()
1386 if (!(tagsset & POSIX_ACL_MASK)) in ntfs_build_inherited_posix()
1392 case POSIX_ACL_MASK : in ntfs_build_inherited_posix()
2208 case POSIX_ACL_MASK : in buildacls_posix()
3117 if (tag == POSIX_ACL_MASK) in norm_std_permissions_posix()
3142 case POSIX_ACL_MASK : in norm_std_permissions_posix()
3165 case POSIX_ACL_MASK : in norm_std_permissions_posix()
3403 if (tag == POSIX_ACL_MASK) { in norm_ownadmin_permissions_posix()
[all …]
Dsecurity.c1969 case POSIX_ACL_MASK : in access_check_posix()
2002 case POSIX_ACL_MASK : in access_check_posix()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h189 POSIX_ACL_MASK = 16, enumerator
194 #define POSIX_ACL_EXTENSIONS (POSIX_ACL_USER | POSIX_ACL_GROUP | POSIX_ACL_MASK)
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1571 case POSIX_ACL_MASK : in showposix()
2507 case POSIX_ACL_MASK : in merge_rights()
3468 pxdesc->acl.ace[2].tag = POSIX_ACL_MASK; in posixtest()
3479 pxdesc->acl.ace[4].tag = POSIX_ACL_MASK; in posixtest()
3839 (POSIX_ACL_USER | POSIX_ACL_GROUP | POSIX_ACL_MASK))) { in setfull_posix()
4246 | POSIX_ACL_MASK)))) in showfull()
4470 | POSIX_ACL_MASK)))) in showmounted()
5681 tag = POSIX_ACL_MASK; in encode_posix_acl()
5698 || (tag == POSIX_ACL_MASK)) in encode_posix_acl()
5811 acl->ace[i].tag = POSIX_ACL_MASK; in encode_posix_acl()
[all …]