Home
last modified time | relevance | path

Searched refs:SECURITY_ACL (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h129 SECURITY_ACL, /* enable Posix ACLs (when compiled in) */ enumerator
/third_party/ntfs-3g/src/
Dntfs-3g_common.c572 ctx->secure_flags |= (1 << SECURITY_ACL); in parse_mount_options()
Dntfs-3g.c3039 || !(ctx->secure_flags & (1 << SECURITY_ACL)) in ntfs_check_access_xattr()
4482 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL))) in main()
4501 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL)))) { in main()
Dlowntfs-3g.c3339 || !(ctx->secure_flags & (1 << SECURITY_ACL)) in ntfs_check_access_xattr()
4754 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL)))
4773 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL)))) {
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1942 noacl = !(scx->vol->secure_flags & (1 << SECURITY_ACL)); in access_check_posix()
2459 if (!(scx->vol->secure_flags & (1 << SECURITY_ACL)) in ntfs_get_owner_mode()
2491 & (1 << SECURITY_ACL))) in ntfs_get_owner_mode()
2575 if (scx->vol->secure_flags & (1 << SECURITY_ACL)) in inherit_posix()
2625 & (1 << SECURITY_ACL)) in inherit_posix()