Home
last modified time | relevance | path

Searched refs:POSIX_PERM_R (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()
1660 if (!(pset->mask & POSIX_PERM_R)) in build_user_denials()
1667 if (!(pset->mask & POSIX_PERM_R)) in build_user_denials()
1689 if (perms & POSIX_PERM_R) in build_user_denials()
1696 if (perms & POSIX_PERM_R) in build_user_denials()
1716 if (mixperms & POSIX_PERM_R) in build_user_denials()
1723 if (mixperms & POSIX_PERM_R) in build_user_denials()
1735 if (mixperms & POSIX_PERM_R) in build_user_denials()
1742 if (mixperms & POSIX_PERM_R) in build_user_denials()
1812 if (perms & POSIX_PERM_R) in build_user_grants()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h203 POSIX_PERM_R = 4, enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c5748 perms |= POSIX_PERM_R; in encode_posix_acl()