Home
last modified time | relevance | path

Searched refs:cifs_sid (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dcifsacl.c30 static const struct cifs_sid sid_everyone = {
33 static const struct cifs_sid sid_authusers = {
37 static const struct cifs_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22},
41 static const struct cifs_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22},
51 static const struct cifs_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5},
56 static const struct cifs_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5},
61 static const struct cifs_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5},
109 sid_to_key_str(struct cifs_sid *sidptr, unsigned int type) in sid_to_key_str()
161 compare_sids(const struct cifs_sid *ctsid, const struct cifs_sid *cwsid) in compare_sids()
207 is_well_known_sid(const struct cifs_sid *psid, uint32_t *puid, bool is_group) in is_well_known_sid()
[all …]
Dsmb2pdu.h364 struct cifs_sid owner; /* var-sized on the wire */
365 struct cifs_sid group; /* var-sized on the wire */
408 struct cifs_sid owner;
409 struct cifs_sid group;
Dcifsacl.h67 struct cifs_sid { struct
119 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
Dsmb2inode.c170 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
179 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
651 struct cifs_sid *owner, in smb311_posix_query_path_info()
652 struct cifs_sid *group) in smb311_posix_query_path_info()
Dsmb2proto.h285 struct cifs_sid *owner,
286 struct cifs_sid *group);
Dcifsglob.h182 struct cifs_sid osid;
183 struct cifs_sid gsid;
Dcifsproto.h223 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
Dinode.c662 struct cifs_sid *owner, in smb311_posix_info_to_fattr()
663 struct cifs_sid *group, in smb311_posix_info_to_fattr()
1248 struct cifs_sid owner, group; in smb311_posix_get_fattr()
Dsmb2pdu.c3617 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2);