Lines Matching refs:secure_flags
152 (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) \
3337 || (ctx->secure_flags in ntfs_check_access_xattr()
3339 || !(ctx->secure_flags & (1 << SECURITY_ACL)) in ntfs_check_access_xattr()
4748 ctx->vol->secure_flags = ctx->secure_flags;
4753 (ctx->vol->secure_flags
4756 && !(ctx->vol->secure_flags & (1 << SECURITY_WANTED)))) {
4759 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT))
4772 if (!(ctx->vol->secure_flags
4779 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT);
4795 if ((ctx->vol->secure_flags & (1 << SECURITY_WANTED))
4796 && !(ctx->vol->secure_flags & (1 << SECURITY_DEFAULT))) {
4797 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT);
4803 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT)) {
4804 ctx->vol->secure_flags |= (1 << SECURITY_RAW);
4807 ctx->vol->secure_flags &= ~(1 << SECURITY_RAW);