Home
last modified time | relevance | path

Searched refs:ntfs_find_group (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h143 gid_t ntfs_find_group(const struct MAPPING *groupmapping, const SID * gsid);
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c2101 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()
3126 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_set_posix_acl()
3303 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_set_mode()
3684 filegid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_set_owner()
3693 filegid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_set_owner()
3816 filegid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_set_ownmod()
[all …]
Dacls.c520 gid_t ntfs_find_group(const struct MAPPING* groupmapping, const SID * gsid) in ntfs_find_group() function
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()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1730 gid = ntfs_find_group(context.mapping[MAPGROUPS],gsid); in linux_group()
1735 gid = ntfs_find_group(context.mapping[MAPGROUPS],gsid); in linux_group()