Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
H A 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);
H A Dsecurity.h45 SID *sid; /* Windows id : usid or gsid */
336 int ntfs_get_group(struct SECURITY_API *scapi, const SID *gsid);
/third_party/ntfs-3g/libntfs-3g/
H A 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; /* grou in ntfs_get_perm() local
2444 const SID *gsid; /* group of file/directory */ ntfs_get_owner_mode() local
2563 const SID *gsid; inherit_posix() local
2658 const SID *gsid; ntfs_alloc_securid() local
2736 const SID *gsid; ntfs_set_inherited_posix() local
2801 const SID *gsid; ntfs_alloc_securid() local
2883 const SID *gsid; ntfs_set_owner_mode() local
3083 const SID *gsid; ntfs_set_posix_acl() local
3258 const SID *gsid; ntfs_set_mode() local
3635 const SID *gsid; ntfs_set_owner() local
3763 const SID *gsid; ntfs_set_ownmod() local
3872 const SID *gsid; build_inherited_id() local
5254 const SID *gsid; ntfs_get_gsid() local
5303 ntfs_get_group(struct SECURITY_API *scapi, const SID *gsid) ntfs_get_group() argument
[all...]
H A Dacls.c449 * Find Linux group mapped to a gsid
516 * Find Linux group mapped to a gsid
520 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()
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()
1875 sid = gsid; in build_group_denials_grant()
691 ntfs_inherit_acl(const ACL *oldacl, ACL *newacl, const SID *usid, const SID *gsid, BOOL fordir, le16 inherited) ntfs_inherit_acl() argument
1844 build_group_denials_grant(ACL *pacl, const SID *gsid, struct MAPPING* const mapping[], ACE_FLAGS flags, const struct POSIX_ACE *pxace, struct BUILD_CONTEXT *pset) build_group_denials_grant() argument
2099 buildacls_posix(struct MAPPING* const mapping[], char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) buildacls_posix() argument
2437 buildacls(char *secattr, int offs, mode_t mode, int isdir, const SID * usid, const SID * gsid) buildacls() argument
2750 ntfs_build_descr_posix(struct MAPPING* const mapping[], struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) ntfs_build_descr_posix() argument
2851 ntfs_build_descr(mode_t mode, int isdir, const SID * usid, const SID * gsid) ntfs_build_descr() argument
3192 build_std_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) build_std_permissions() argument
3470 build_ownadmin_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) build_ownadmin_permissions() argument
3668 ntfs_build_permissions_posix( struct MAPPING *const mapping[], const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) ntfs_build_permissions_posix() argument
4115 ntfs_build_permissions(const char *securattr, const SID *usid, const SID *gsid, BOOL isdir) ntfs_build_permissions() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c1613 const SID *gsid) in relay_find_group()
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
1612 relay_find_group(const struct MAPPING *mapping __attribute__((unused)), const SID *gsid) relay_find_group() argument
2623 build_dummy_descr(BOOL isdir __attribute__((unused)), const SID *usid, const SID *gsid, int cnt, ...) build_dummy_descr() argument
3816 const SID *gsid; setfull_posix() local
3928 const SID *gsid; setfull() local
[all...]

Completed in 12 milliseconds