Home
last modified time | relevance | path

Searched refs:POSIX_ACL_OTHER (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1035 case POSIX_ACL_OTHER : in ntfs_valid_posix()
1104 case POSIX_ACL_OTHER : in posix_header()
1209 todo = POSIX_ACL_USER_OBJ | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER; in ntfs_merge_mode_posix()
1226 case POSIX_ACL_OTHER : in ntfs_merge_mode_posix()
1228 todo &= ~POSIX_ACL_OTHER; in ntfs_merge_mode_posix()
1323 pyace->tag = POSIX_ACL_OTHER; in ntfs_build_basic_posix()
1329 | POSIX_ACL_OTHER; in ntfs_build_basic_posix()
1389 case POSIX_ACL_OTHER : in ntfs_build_inherited_posix()
1407 | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER)) { in ntfs_build_inherited_posix()
1428 if (!(tagsset & POSIX_ACL_OTHER)) { in ntfs_build_inherited_posix()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h190 POSIX_ACL_OTHER = 32, enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1574 case POSIX_ACL_OTHER : in showposix()
2510 case POSIX_ACL_OTHER : in merge_rights()
3135 if (!(pxdesc->tagsset & ~(POSIX_ACL_USER_OBJ | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER))) in check_samples()
3470 pxdesc->acl.ace[3].tag = POSIX_ACL_OTHER; in posixtest()
3481 pxdesc->acl.ace[5].tag = POSIX_ACL_OTHER; in posixtest()
5677 tag = POSIX_ACL_OTHER; in encode_posix_acl()
5697 if ((tag == POSIX_ACL_OTHER) in encode_posix_acl()
5834 case POSIX_ACL_OTHER : in encode_posix_acl()
5859 & (POSIX_ACL_USER_OBJ | POSIX_ACL_GROUP_OBJ | POSIX_ACL_OTHER)) in encode_posix_acl()