Searched refs:smb_sid (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | smbacl.c | 20 static const struct smb_sid domain = {1, 4, {0, 0, 0, 0, 0, 5}, 25 static const struct smb_sid creator_owner = { 28 static const struct smb_sid creator_group = { 32 static const struct smb_sid sid_everyone = { 35 static const struct smb_sid sid_authusers = { 39 static const struct smb_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22}, 43 static const struct smb_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22}, 53 static const struct smb_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5}, 58 static const struct smb_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5}, 63 static const struct smb_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5}, [all …]
|
D | smbacl.h | 127 struct smb_sid { struct 148 struct smb_sid sid; /* ie UUID of user or group who gets these perms */ argument 202 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid); 211 void id_to_sid(unsigned int cid, uint sidtype, struct smb_sid *ssid);
|
D | server.h | 42 struct smb_sid domain_sid;
|
D | oplock.c | 1656 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf() 1658 SIDUNIX_GROUP, (struct smb_sid *)&buf->SidBuffer[28]); in create_posix_rsp_buf()
|
D | smb2pdu.c | 2993 sizeof(struct smb_sid) * 3 + in smb2_open() 3584 SIDUNIX_USER, (struct smb_sid *)&posix_info->SidBuffer[0]); in smb2_populate_readdir_entry() 3586 SIDUNIX_GROUP, (struct smb_sid *)&posix_info->SidBuffer[16]); in smb2_populate_readdir_entry() 4754 SIDUNIX_USER, (struct smb_sid *)&file_info->Sids[0]); in find_file_posix_info() 4756 SIDUNIX_GROUP, (struct smb_sid *)&file_info->Sids[16]); in find_file_posix_info()
|