/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsacl.c | 37 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 D | cifsacl.h | 77 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 D | smb2pdu.h | 1762 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 D | smb2inode.c | 183 (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 D | cifsglob.h | 173 struct cifs_sid osid; 174 struct cifs_sid gsid;
|
H A D | cifsproto.h | 212 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
|
H A D | smb2pdu.c | 3495 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2); in SMB311_posix_query_info()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsacl.c | 30 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 D | smb2pdu.h | 366 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 D | cifsacl.h | 67 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 D | smb2inode.c | 182 (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 D | smb2proto.h | 291 struct cifs_sid *owner, 292 struct cifs_sid *group);
|
H A D | cifsproto.h | 226 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
|
H A D | cifsglob.h | 182 struct cifs_sid osid; 183 struct cifs_sid gsid;
|
H A D | inode.c | 669 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 D | smb2pdu.c | 3787 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2);
|