Searched refs:secure_flags (Results 1 – 6 of 6) sorted by relevance
252 ctx->secure_flags = 0; in parse_mount_options()476 ctx->secure_flags |= (1 << SECURITY_ADDSECURIDS); in parse_mount_options()483 ctx->secure_flags |= (1 << SECURITY_STATICGRPS); in parse_mount_options()570 ctx->secure_flags |= (1 << SECURITY_DEFAULT); in parse_mount_options()572 ctx->secure_flags |= (1 << SECURITY_ACL); in parse_mount_options()574 ctx->secure_flags |= (1 << SECURITY_WANTED); in parse_mount_options()576 ctx->secure_flags &= ~(1 << SECURITY_ADDSECURIDS); in parse_mount_options()
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()[all …]
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_flags4756 && !(ctx->vol->secure_flags & (1 << SECURITY_WANTED)))) {4759 if (ctx->vol->secure_flags & (1 << SECURITY_DEFAULT))4772 if (!(ctx->vol->secure_flags[all …]
170 unsigned int secure_flags; member
1192 if (scx->vol->secure_flags & (1 << SECURITY_STATICGRPS)) in groupmember()1269 if (scx->vol->secure_flags & (1 << SECURITY_STATICGRPS)) in groupmember()1942 noacl = !(scx->vol->secure_flags & (1 << SECURITY_ACL)); in access_check_posix()2133 && (scx->vol->secure_flags in ntfs_get_perm()2219 && (scx->vol->secure_flags in ntfs_get_posix_acl()2357 && (scx->vol->secure_flags in ntfs_get_perm()2459 if (!(scx->vol->secure_flags & (1 << SECURITY_ACL)) in ntfs_get_owner_mode()2490 if (!(scx->vol->secure_flags in ntfs_get_owner_mode()2511 && (scx->vol->secure_flags in ntfs_get_owner_mode()2575 if (scx->vol->secure_flags & (1 << SECURITY_ACL)) in inherit_posix()[all …]
241 unsigned int secure_flags; /* flags, see security.h for values */ member