Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
Dlowntfs-3g.c152 (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT) ? 10.0 : 0.0))
154 (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT) ? 10.0 : 0.0))
165 ((scx)->vol->secure_flags & (1 << SECURITY_DEFAULT) \
3338 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_RAW)))) in ntfs_check_access_xattr()
4754 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL)))
4759 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT))
4773 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL)))) {
4779 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT);
4796 && !(ctx->vol->secure_flags & (1 << SECURITY_DEFAULT))) {
4797 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT);
[all …]
Dntfs-3g.c135 ((scx)->vol->secure_flags & (1 << SECURITY_DEFAULT) \
341 if (scx->vol->secure_flags & (1 << SECURITY_DEFAULT)) in ntfs_allowed_dir_access()
3038 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_RAW)))) in ntfs_check_access_xattr()
4482 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL))) in main()
4487 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT)) in main()
4501 & ((1 << SECURITY_DEFAULT) | (1 << SECURITY_ACL)))) { in main()
4506 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT); in main()
4523 && !(ctx->vol->secure_flags & (1 << SECURITY_DEFAULT))) { in main()
4524 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT); in main()
4530 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT)) { in main()
Dntfs-3g_common.c570 ctx->secure_flags |= (1 << SECURITY_DEFAULT); in parse_mount_options()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h127 SECURITY_DEFAULT, /* rely on fuse for permissions checking */ enumerator