Home
last modified time | relevance | path

Searched refs:gsid (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h143 gid_t ntfs_find_group(const struct MAPPING *groupmapping, const SID * gsid);
162 const SID *usid, const SID *gsid, BOOL isdir);
167 int isdir, const SID *usid, const SID *gsid);
172 const SID *usid, const SID *gsid,
175 const SID *usid, const SID *gsid, BOOL isdir);
177 int isdir, const SID * usid, const SID * gsid);
Dsecurity.h336 int ntfs_get_group(struct SECURITY_API *scapi, const SID *gsid);
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c2075 const SID *gsid; /* group of file/directory */ in ntfs_get_perm() local
2099 gsid = (const SID*)& in ntfs_get_perm()
2101 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_get_perm()
2105 usid, gsid, isdir); in ntfs_get_perm()
2115 usid, gsid, isdir); in ntfs_get_perm()
2177 const SID *gsid; /* group of file/directory */ in ntfs_get_posix_acl() local
2199 gsid = (const SID*)& in ntfs_get_posix_acl()
2208 usid, gsid, isdir); in ntfs_get_posix_acl()
2234 gid = ntfs_find_group(scx->mapping[MAPGROUPS],gsid); in ntfs_get_posix_acl()
2308 const SID *gsid; /* group of file/directory */ in ntfs_get_perm() local
[all …]
Dacls.c520 gid_t ntfs_find_group(const struct MAPPING* groupmapping, const SID * gsid) in ntfs_find_group() argument
526 while (p && p->xid && !ntfs_same_sid(gsid, p->sid)) in ntfs_find_group()
532 gid = findimplicit(gsid,p->sid,1); in ntfs_find_group()
692 const SID *usid, const SID *gsid, BOOL fordir, in ntfs_inherit_acl() argument
713 gsidsz = ntfs_sid_size(gsid); in ntfs_inherit_acl()
878 memcpy(&pnewace->sid, gsid, gsidsz); in ntfs_inherit_acl()
1845 const SID *gsid, struct MAPPING* const mapping[], in build_group_denials_grant() argument
1875 sid = gsid; in build_group_denials_grant()
2101 int isdir, const SID *usid, const SID *gsid) in buildacls_posix() argument
2135 || ntfs_same_sid(gsid, adminsid); in buildacls_posix()
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1613 const SID *gsid) in relay_find_group() argument
1617 gid = ntfs_get_group(ntfs_context, gsid); in relay_find_group()
1630 const SID *gsid; in linux_permissions_posix() local
1634 gsid = (const SID*)&attr[le32_to_cpu(phead->group)]; in linux_permissions_posix()
1651 (const char*)attr, usid, gsid, isdir); in linux_permissions_posix()
1654 (const char*)attr, usid, gsid, isdir); in linux_permissions_posix()
1671 const SID *gsid; in linux_permissions() local
1675 gsid = (const SID*)&attr[le32_to_cpu(phead->group)]; in linux_permissions()
1689 perm = ntfs_build_permissions((const char*)attr, usid, gsid, isdir); in linux_permissions()
1724 const SID *gsid; in linux_group() local
[all …]