Searched refs:smb_sid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ksmbd/ |
| A D | smbacl.c | 70 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid) in compare_sids() 115 static void smb_copy_sid(struct smb_sid *dst, const struct smb_sid *src) in smb_copy_sid() 378 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in parse_dacl() 440 offsetof(struct smb_sid, sub_auth); in parse_dacl() 595 struct smb_sid *sid; in set_posix_acl_entries_dacl() 707 const struct smb_sid *pgrpsid, in set_ntacl_dacl() 739 const struct smb_sid *sid; in set_mode_dacl() 993 struct smb_sid owner_sid, group_sid; in smb_inherit_dacl() 1112 struct smb_sid *owner_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl() 1119 struct smb_sid *group_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl() [all …]
|
| A D | smbacl.h | 126 struct smb_sid { struct 147 struct smb_sid sid; /* ie UUID of user or group who gets these perms */ argument 201 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid); 210 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 | 1634 SIDNFS_USER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf() 1637 SIDNFS_GROUP, (struct smb_sid *)&buf->SidBuffer[20]); in create_posix_rsp_buf()
|
| A D | smb2pdu.c | 2967 sizeof(struct smb_sid) * 3 + in smb2_open() 3560 SIDNFS_USER, (struct smb_sid *)&posix_info->SidBuffer[0]); in smb2_populate_readdir_entry() 3562 SIDNFS_GROUP, (struct smb_sid *)&posix_info->SidBuffer[20]); in smb2_populate_readdir_entry()
|
Completed in 22 milliseconds