Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h128 SECURITY_RAW, /* force same ownership/permissions on files */ enumerator
/third_party/ntfs-3g/src/
Dntfs-3g.c3038 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_RAW)))) in ntfs_check_access_xattr()
4531 ctx->vol->secure_flags |= (1 << SECURITY_RAW); in main()
4534 ctx->vol->secure_flags &= ~(1 << SECURITY_RAW); in main()
4575 if ((ctx->vol->secure_flags & (1 << SECURITY_RAW)) in main()
Dlowntfs-3g.c3338 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_RAW)))) in ntfs_check_access_xattr()
4804 ctx->vol->secure_flags |= (1 << SECURITY_RAW);
4807 ctx->vol->secure_flags &= ~(1 << SECURITY_RAW);