Searched refs:cifs_sid (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| 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 *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 …]
|
| D | smb2pdu.h | 364 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;
|
| D | cifsacl.h | 67 struct cifs_sid { struct 119 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
|
| D | smb2inode.c | 170 (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()
|
| D | smb2proto.h | 285 struct cifs_sid *owner, 286 struct cifs_sid *group);
|
| D | cifsglob.h | 182 struct cifs_sid osid; 183 struct cifs_sid gsid;
|
| D | cifsproto.h | 223 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
|
| D | inode.c | 662 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()
|
| D | smb2pdu.c | 3617 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2);
|