Home
last modified time | relevance | path

Searched refs:cifs_sid (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsacl.c37 static const struct cifs_sid sid_everyone = {
40 static const struct cifs_sid sid_authusers = {
44 static const struct cifs_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22},
48 static const struct cifs_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22},
58 static const struct cifs_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5},
63 static const struct cifs_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5},
68 static const struct cifs_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5},
116 sid_to_key_str(struct cifs_sid *sidptr, unsigned int type) in sid_to_key_str()
168 compare_sids(const struct cifs_sid *ctsid, const struct cifs_sid *cwsi
[all...]
H A Dcifsacl.h77 struct cifs_sid { struct
84 /* size of a struct cifs_sid, sans sub_auth array */
129 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
H A Dsmb2pdu.h1762 struct cifs_sid owner; /* var-sized on the wire */
1763 struct cifs_sid group; /* var-sized on the wire */
1829 struct cifs_sid owner;
1830 struct cifs_sid group;
H A Dsmb2inode.c183 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
192 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
H A Dcifsglob.h173 struct cifs_sid osid;
174 struct cifs_sid gsid;
H A Dcifsproto.h212 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
H A Dsmb2pdu.c3495 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2); in SMB311_posix_query_info()
/kernel/linux/linux-6.6/fs/smb/client/
H A 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 *cwsi
[all...]
H A Dsmb2pdu.h366 struct cifs_sid owner; /* var-sized on the wire */
367 struct cifs_sid group; /* var-sized on the wire */
410 struct cifs_sid owner;
411 struct cifs_sid group;
H A Dcifsacl.h67 struct cifs_sid { struct
74 /* size of a struct cifs_sid, sans sub_auth array */
119 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
H A Dsmb2inode.c182 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
191 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
663 struct cifs_sid *owner, in smb311_posix_query_path_info()
664 struct cifs_sid *group) in smb311_posix_query_path_info()
H A Dsmb2proto.h291 struct cifs_sid *owner,
292 struct cifs_sid *group);
H A Dcifsproto.h226 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
H A Dcifsglob.h182 struct cifs_sid osid;
183 struct cifs_sid gsid;
H A Dinode.c669 struct cifs_sid *owner, in smb311_posix_info_to_fattr()
670 struct cifs_sid *group, in smb311_posix_info_to_fattr()
1305 struct cifs_sid owner, group; in smb311_posix_get_fattr()
H A Dsmb2pdu.c3787 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2);

Completed in 47 milliseconds