Searched refs:cifs_sid (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | cifsacl.c | 25 static const struct cifs_sid sid_everyone = { 28 static const struct cifs_sid sid_authusers = { 32 static const struct cifs_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22}, 36 static const struct cifs_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22}, 46 static const struct cifs_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5}, 51 static const struct cifs_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5}, 56 static const struct cifs_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5}, 104 sid_to_key_str(struct cifs_sid *sidptr, unsigned int type) in sid_to_key_str() 156 compare_sids(const struct cifs_sid *ctsid, const struct cifs_sid *cwsid) in compare_sids() 202 is_well_known_sid(const struct cifs_sid *psid, uint32_t *puid, bool is_group) in is_well_known_sid() [all …]
|
D | smb2pdu.h | 384 struct cifs_sid owner; /* var-sized on the wire */ 385 struct cifs_sid group; /* var-sized on the wire */ 428 struct cifs_sid owner; 429 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 | 179 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op() 188 (sizeof(struct cifs_sid) * 2), 0, NULL); in smb2_compound_op()
|
D | cifsglob.h | 184 struct cifs_sid osid; 185 struct cifs_sid gsid;
|
D | cifsproto.h | 215 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct cifs_sid *psid,
|
D | smb2pdu.c | 3643 (sizeof(struct cifs_sid) * 2) + (PATH_MAX * 2);
|