Searched refs:smb_sid (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/smb/client/ |
| A D | cifsacl.c | 161 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() 933 struct smb_sid *pownersid, in populate_new_aces() 934 struct smb_sid *pgrpsid, in populate_new_aces() 1038 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in replace_sids_and_copy_aces() 1039 struct smb_sid *pnownersid, struct smb_sid *pngrpsid) in replace_sids_and_copy_aces() [all …]
|
| A D | smb2pdu.h | 367 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;
|
| A D | cifsglob.h | 204 struct smb_sid osid; 205 struct smb_sid gsid; 233 struct smb_sid posix_owner; 234 struct smb_sid posix_group;
|
| A D | smb2inode.c | 318 (sizeof(struct smb_sid) * 2), 0, NULL); in smb2_compound_op() 328 (sizeof(struct smb_sid) * 2), 0, NULL); in smb2_compound_op()
|
| A D | cifsproto.h | 228 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct smb_sid *psid,
|
| A D | smb2pdu.c | 3929 (sizeof(struct smb_sid) * 2) + (PATH_MAX * 2);
|
| /linux/fs/smb/server/ |
| A D | smbacl.c | 71 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() 367 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in parse_dacl() 432 offsetof(struct smb_sid, sub_auth); in parse_dacl() 587 struct smb_sid *sid; in set_posix_acl_entries_dacl() 700 const struct smb_sid *pgrpsid, in set_ntacl_dacl() 742 const struct smb_sid *sid; in set_mode_dacl() 1006 struct smb_sid owner_sid, group_sid; in smb_inherit_dacl() 1166 struct smb_sid *owner_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl() 1173 struct smb_sid *group_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl() [all …]
|
| A D | smbacl.h | 93 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);
|
| A D | server.h | 42 struct smb_sid domain_sid;
|
| A D | oplock.c | 1741 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf() 1743 SIDUNIX_GROUP, (struct smb_sid *)&buf->SidBuffer[28]); in create_posix_rsp_buf()
|
| A D | smb2pdu.c | 3338 sizeof(struct smb_sid) * 3 + in smb2_open() 4000 SIDUNIX_USER, (struct smb_sid *)&posix_info->SidBuffer[0]); in smb2_populate_readdir_entry() 4002 SIDUNIX_GROUP, (struct smb_sid *)&posix_info->SidBuffer[16]); in smb2_populate_readdir_entry() 5174 SIDUNIX_USER, (struct smb_sid *)&file_info->Sids[0]); in find_file_posix_info() 5176 SIDUNIX_GROUP, (struct smb_sid *)&file_info->Sids[16]); in find_file_posix_info()
|
| /linux/fs/smb/common/ |
| A D | smbacl.h | 97 struct smb_sid { struct 118 struct smb_sid sid; /* ie UUID of user or group who gets these perms */
|
Completed in 59 milliseconds