Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1021 case POSIX_ACL_USER_OBJ : in ntfs_valid_posix()
1097 case POSIX_ACL_USER_OBJ : in posix_header()
1209 todo = POSIX_ACL_USER_OBJ | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER; in ntfs_merge_mode_posix()
1213 case POSIX_ACL_USER_OBJ : in ntfs_merge_mode_posix()
1215 todo &= ~POSIX_ACL_USER_OBJ; in ntfs_merge_mode_posix()
1315 pyace->tag = POSIX_ACL_USER_OBJ; in ntfs_build_basic_posix()
1327 pydesc->tagsset = POSIX_ACL_USER_OBJ in ntfs_build_basic_posix()
1382 case POSIX_ACL_USER_OBJ : in ntfs_build_inherited_posix()
1406 if (~tagsset & (POSIX_ACL_USER_OBJ in ntfs_build_inherited_posix()
1410 if (!(tagsset & POSIX_ACL_USER_OBJ)) { in ntfs_build_inherited_posix()
[all …]
Dsecurity.c1960 case POSIX_ACL_USER_OBJ : in access_check_posix()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h185 POSIX_ACL_USER_OBJ = 1, enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1562 case POSIX_ACL_USER_OBJ : in showposix()
2491 case POSIX_ACL_USER_OBJ : in merge_rights()
3135 if (!(pxdesc->tagsset & ~(POSIX_ACL_USER_OBJ | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER))) in check_samples()
3463 pxdesc->acl.ace[0].tag = POSIX_ACL_USER_OBJ; in posixtest()
5713 tag = POSIX_ACL_USER_OBJ; in encode_posix_acl()
5826 case POSIX_ACL_USER_OBJ : in encode_posix_acl()
5859 & (POSIX_ACL_USER_OBJ | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER)) in encode_posix_acl()