Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1627 avoidmask = (pset->mask == (POSIX_PERM_R | POSIX_PERM_W | POSIX_PERM_X)) in build_user_denials()
1656 if (!(pset->mask & POSIX_PERM_X)) in build_user_denials()
1663 if (!(pset->mask & POSIX_PERM_X)) in build_user_denials()
1685 if (perms & POSIX_PERM_X) in build_user_denials()
1692 if (perms & POSIX_PERM_X) in build_user_denials()
1712 if (mixperms & POSIX_PERM_X) in build_user_denials()
1719 if (mixperms & POSIX_PERM_X) in build_user_denials()
1731 if (mixperms & POSIX_PERM_X) in build_user_denials()
1738 if (mixperms & POSIX_PERM_X) in build_user_denials()
1808 if (perms & POSIX_PERM_X) in build_user_grants()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h201 POSIX_PERM_X = 1, enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c5754 perms |= POSIX_PERM_X; in encode_posix_acl()