Lines Matching refs:secure_flags
135 ((scx)->vol->secure_flags & (1 << SECURITY_DEFAULT) \
341 if (scx->vol->secure_flags & (1 << SECURITY_DEFAULT)) in ntfs_allowed_dir_access()
3037 || (ctx->secure_flags in ntfs_check_access_xattr()
3039 || !(ctx->secure_flags & (1 << SECURITY_ACL)) in ntfs_check_access_xattr()
4475 ctx->vol->secure_flags = ctx->secure_flags; in main()
4481 (ctx->vol->secure_flags in main()
4484 && !(ctx->vol->secure_flags & (1 << SECURITY_WANTED)))) { in main()
4487 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT)) in main()
4500 if (!(ctx->vol->secure_flags in main()
4506 ctx->vol->secure_flags |= (1 << SECURITY_DEFAULT); in main()
4522 if ((ctx->vol->secure_flags & (1 << SECURITY_WANTED)) 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()
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()