Home
last modified time | relevance | path

Searched refs:secure_flags (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g_common.c252 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()
Dntfs-3g.c135 ((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 …]
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) \
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
[all …]
Dntfs-3g_common.h170 unsigned int secure_flags; member
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1192 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 …]
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h241 unsigned int secure_flags; /* flags, see security.h for values */ member