Lines Matching refs:SID
120 extern const SID *adminsid;
121 extern const SID *worldsid;
128 BOOL ntfs_valid_pattern(const SID *sid);
129 BOOL ntfs_valid_sid(const SID *sid);
130 BOOL ntfs_same_sid(const SID *first, const SID *second);
132 BOOL ntfs_is_user_sid(const SID *usid);
135 int ntfs_sid_size(const SID * sid);
138 const SID *ntfs_find_usid(const struct MAPPING *usermapping,
139 uid_t uid, SID *pdefsid);
140 const SID *ntfs_find_gsid(const struct MAPPING *groupmapping,
141 gid_t gid, SID *pdefsid);
142 uid_t ntfs_find_user(const struct MAPPING *usermapping, const SID *usid);
143 gid_t ntfs_find_group(const struct MAPPING *groupmapping, const SID * gsid);
144 const SID *ntfs_acl_owner(const char *secattr);
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);