Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1143 user = scx->mapping[MAPUSERS]; in staticgroupmember()
2082 if (!scx->mapping[MAPUSERS]) in ntfs_get_perm()
2110 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2125 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2184 if (!scx->mapping[MAPUSERS]) in ntfs_get_posix_acl()
2225 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_posix_acl()
2232 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_posix_acl()
2314 if (!scx->mapping[MAPUSERS] || (!scx->uid && !(request & S_IEXEC))) in ntfs_get_perm()
2338 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2349 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
[all …]
Dacls.c1636 sid = ntfs_find_usid(mapping[MAPUSERS], in build_user_denials()
1792 sid = ntfs_find_usid(mapping[MAPUSERS], in build_user_grants()
2183 sid = ntfs_find_usid(mapping[MAPUSERS], in buildacls_posix()
2194 sid = ntfs_find_gsid(mapping[MAPUSERS], in buildacls_posix()
3645 xid = ntfs_find_user(mapping[MAPUSERS], &pace->sid); in find_tenant()
3786 uid = ntfs_find_user(mapping[MAPUSERS],&pace->sid); in ntfs_build_permissions_posix()
3809 uid = ntfs_find_user(mapping[MAPUSERS],&pace->sid); in ntfs_build_permissions_posix()
3875 uid = ntfs_find_user(mapping[MAPUSERS],&pace->sid); in ntfs_build_permissions_posix()
4324 while (mapping[MAPUSERS]) { in ntfs_free_mapping()
4325 user = mapping[MAPUSERS]; in ntfs_free_mapping()
[all …]
/third_party/ntfs-3g/src/
Dlowntfs-3g.c350 scx->mapping[MAPUSERS] = ctx->security.mapping[MAPUSERS]; in ntfs_fuse_fill_security_context()
372 return (ctx->security.mapping[MAPUSERS] != (struct MAPPING*)NULL); in ntfs_fuse_fill_security_context()
755 withusermapping = (scx->mapping[MAPUSERS] != (struct MAPPING*)NULL); in ntfs_fuse_getstat()
1869 if ((!scx->mapping[MAPUSERS] || ctx->inherit) in ntfs_fuse_chmod()
1878 if (scx->mapping[MAPUSERS] && !ctx->inherit) { in ntfs_fuse_chmod()
1908 if ((!scx->mapping[MAPUSERS] || ctx->inherit) in ntfs_fuse_chown()
1919 if (scx->mapping[MAPUSERS] in ntfs_fuse_chown()
1950 if ((!scx->mapping[MAPUSERS] || ctx->inherit) in ntfs_fuse_chownmod()
1961 if (scx->mapping[MAPUSERS] && !ctx->inherit) { in ntfs_fuse_chownmod()
2015 if (scx->mapping[MAPUSERS] in ntfs_fuse_trunc()
[all …]
Dntfs-3g.c297 scx->mapping[MAPUSERS] = ctx->security.mapping[MAPUSERS]; in ntfs_fuse_fill_security_context()
312 return (ctx->security.mapping[MAPUSERS] != (struct MAPPING*)NULL); in ntfs_fuse_fill_security_context()
2131 if (!ctx->security.mapping[MAPUSERS]) in ntfs_fuse_create()
2195 if (ctx->security.mapping[MAPUSERS]) { in ntfs_fuse_create()
3042 if (ctx->silent && !ctx->security.mapping[MAPUSERS]) in ntfs_check_access_xattr()
4520 ctx->security.mapping[MAPUSERS] = (struct MAPPING*)NULL; in main()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h139 enum { MAPUSERS, MAPGROUPS, MAPCOUNT } ; enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1711 uid = ntfs_find_user(context.mapping[MAPUSERS],usid); in linux_owner()
1714 uid = relay_find_user(context.mapping[MAPUSERS],usid); in linux_owner()
1716 uid = ntfs_find_user(context.mapping[MAPUSERS],usid); in linux_owner()
1839 mapping[MAPUSERS] = usermapping; in do_default_mapping()
1892 mapping[MAPUSERS] = (struct MAPPING*)NULL; in local_build_mapping()
1956 mapping[MAPUSERS] = usermapping; in local_build_mapping()
1970 if (mapping[MAPUSERS]) in local_build_mapping()
1972 return (!mapping[MAPUSERS]); in local_build_mapping()
6254 context.mapping[MAPUSERS] = (struct MAPPING*)NULL; in main()