Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1369 group = scx->mapping[MAPGROUPS]; in ntfs_basic_perms()
2101 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_get_perm()
2234 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_get_posix_acl()
2333 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_get_perm()
2528 stbuf->st_gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_get_owner_mode()
2589 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in inherit_posix()
2690 gsid = ntfs_find_gsid(scx->mapping[MAPGROUPS],gid,(SID*)&defgsid); in ntfs_alloc_securid()
2747 gsid = ntfs_find_gsid(scx->mapping[MAPGROUPS],gid,(SID*)&defgsid); in ntfs_set_inherited_posix()
2829 gsid = ntfs_find_gsid(scx->mapping[MAPGROUPS],gid,(SID*)&defgsid); in ntfs_alloc_securid()
2934 gsid = ntfs_find_gsid(scx->mapping[MAPGROUPS],gid,(SID*)&defgsid); in ntfs_set_owner_mode()
[all …]
Dacls.c1878 sid = ntfs_find_gsid(mapping[MAPGROUPS], in build_group_denials_grant()
3780 gid = ntfs_find_group(mapping[MAPGROUPS],&pace->sid); in ntfs_build_permissions_posix()
3841 gid = ntfs_find_group(mapping[MAPGROUPS],&pace->sid); in ntfs_build_permissions_posix()
3888 gid = ntfs_find_group(mapping[MAPGROUPS],&pace->sid); in ntfs_build_permissions_posix()
4327 group = mapping[MAPGROUPS]; in ntfs_free_mapping()
4340 while (mapping[MAPGROUPS]) { in ntfs_free_mapping()
4341 group = mapping[MAPGROUPS]; in ntfs_free_mapping()
4344 mapping[MAPGROUPS] = group->next; in ntfs_free_mapping()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h139 enum { MAPUSERS, MAPGROUPS, MAPCOUNT } ; enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1730 gid = ntfs_find_group(context.mapping[MAPGROUPS],gsid); in linux_group()
1733 gid = relay_find_group(context.mapping[MAPGROUPS],gsid); in linux_group()
1735 gid = ntfs_find_group(context.mapping[MAPGROUPS],gsid); in linux_group()
1840 mapping[MAPGROUPS] = groupmapping; in do_default_mapping()
1893 mapping[MAPGROUPS] = (struct MAPPING*)NULL; in local_build_mapping()
1957 mapping[MAPGROUPS] = groupmapping; in local_build_mapping()
6255 context.mapping[MAPGROUPS] = (struct MAPPING*)NULL; in main()
/third_party/ntfs-3g/src/
Dntfs-3g.c298 scx->mapping[MAPGROUPS] = ctx->security.mapping[MAPGROUPS]; in ntfs_fuse_fill_security_context()
4521 ctx->security.mapping[MAPGROUPS] = (struct MAPPING*)NULL; in main()
Dlowntfs-3g.c351 scx->mapping[MAPGROUPS] = ctx->security.mapping[MAPGROUPS]; in ntfs_fuse_fill_security_context()
4794 ctx->security.mapping[MAPGROUPS] = (struct MAPPING*)NULL;