Home
last modified time | relevance | path

Searched refs:smb_sid (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dcifsacl.c161 compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid) in compare_sids()
263 cifs_copy_sid(struct smb_sid *dst, const struct smb_sid *src) in cifs_copy_sid()
284 struct smb_sid *ksid; in id_to_sid()
522 struct smb_sid *pgrpsid) in copy_sec_desc()
551 sizeof(struct smb_sid)); in copy_sec_desc()
762 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in parse_dacl()
957 struct smb_sid *pownersid, in populate_new_aces()
958 struct smb_sid *pgrpsid, in populate_new_aces()
1065 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in replace_sids_and_copy_aces()
1066 struct smb_sid *pnownersid, struct smb_sid *pngrpsid) in replace_sids_and_copy_aces()
[all …]
H A Dsmb2pdu.h367 struct smb_sid owner; /* var-sized on the wire */
368 struct smb_sid group; /* var-sized on the wire */
411 struct smb_sid owner;
412 struct smb_sid group;
H A Dcifsglob.h247 struct smb_sid osid;
248 struct smb_sid gsid;
271 struct smb_sid posix_owner;
272 struct smb_sid posix_group;
H A Dsmb2inode.c325 (sizeof(struct smb_sid) * 2), 0, NULL); in smb2_compound_op()
335 (sizeof(struct smb_sid) * 2), 0, NULL); in smb2_compound_op()
H A Dcifsproto.h233 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct smb_sid *psid,
H A Dsmb2pdu.c3899 (sizeof(struct smb_sid) * 2) + (PATH_MAX * 2);
/linux-6.15/fs/smb/server/
H A Dsmbacl.c71 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid) in compare_sids()
116 static void smb_copy_sid(struct smb_sid *dst, const struct smb_sid *src) in smb_copy_sid()
372 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in parse_dacl()
439 offsetof(struct smb_sid, sub_auth); in parse_dacl()
595 struct smb_sid *sid; in set_posix_acl_entries_dacl()
708 const struct smb_sid *pgrpsid, in set_ntacl_dacl()
750 const struct smb_sid *sid; in set_mode_dacl()
1030 struct smb_sid owner_sid, group_sid; in smb_inherit_dacl()
1197 struct smb_sid *owner_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl()
1204 struct smb_sid *group_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl()
[all …]
H A Dsmbacl.h93 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid);
102 void id_to_sid(unsigned int cid, uint sidtype, struct smb_sid *ssid);
H A Dserver.h42 struct smb_sid domain_sid;
H A Doplock.c1737 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf()
1739 SIDUNIX_GROUP, (struct smb_sid *)&buf->SidBuffer[28]); in create_posix_rsp_buf()
H A Dsmb2pdu.c3377 sizeof(struct smb_sid) * 3 + in smb2_open()
4059 SIDUNIX_USER, (struct smb_sid *)&posix_info->SidBuffer[0]); in smb2_populate_readdir_entry()
4061 SIDUNIX_GROUP, (struct smb_sid *)&posix_info->SidBuffer[16]); in smb2_populate_readdir_entry()
5265 SIDUNIX_USER, (struct smb_sid *)&file_info->Sids[0]); in find_file_posix_info()
5267 SIDUNIX_GROUP, (struct smb_sid *)&file_info->Sids[16]); in find_file_posix_info()
/linux-6.15/fs/smb/common/
H A Dsmbacl.h97 struct smb_sid { struct
119 struct smb_sid sid; /* ie UUID of user or group who gets these perms */