Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h186 POSIX_ACL_USER = 2, enumerator
194 #define POSIX_ACL_EXTENSIONS (POSIX_ACL_USER | POSIX_ACL_GROUP | POSIX_ACL_MASK)
/third_party/ntfs-3g/libntfs-3g/
Dacls.c1042 case POSIX_ACL_USER : in ntfs_valid_posix()
2180 case POSIX_ACL_USER : in buildacls_posix()
2248 case POSIX_ACL_USER : in buildacls_posix()
2308 case POSIX_ACL_USER : in buildacls_posix()
2786 if ((pxdesc->acl.ace[k].tag == POSIX_ACL_USER) in ntfs_build_descr_posix()
3126 case POSIX_ACL_USER : in norm_std_permissions_posix()
3757 pxace->tag = (pace->mask & ROOT_OWNER_UNMARK ? POSIX_ACL_GROUP : POSIX_ACL_USER); in ntfs_build_permissions_posix()
3788 pxace->tag = POSIX_ACL_USER; in ntfs_build_permissions_posix()
3811 pxace->tag = POSIX_ACL_USER; in ntfs_build_permissions_posix()
3884 pxace->tag = POSIX_ACL_USER; in ntfs_build_permissions_posix()
[all …]
Dsecurity.c1997 case POSIX_ACL_USER : in access_check_posix()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1559 case POSIX_ACL_USER : in showposix()
2494 case POSIX_ACL_USER : in merge_rights()
3473 pxdesc->acl.ace[1].tag = POSIX_ACL_USER; in posixtest()
3839 (POSIX_ACL_USER | POSIX_ACL_GROUP | POSIX_ACL_MASK))) { in setfull_posix()
4244 & (POSIX_ACL_USER in showfull()
4468 & (POSIX_ACL_USER in showmounted()
5669 tag = POSIX_ACL_USER; in encode_posix_acl()
5712 if (tag == POSIX_ACL_USER) in encode_posix_acl()