Searched refs:smb_sid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/ksmbd/ |
D | smbacl.c | 19 static const struct smb_sid domain = {1, 4, {0, 0, 0, 0, 0, 5}, 24 static const struct smb_sid creator_owner = { 27 static const struct smb_sid creator_group = { 31 static const struct smb_sid sid_everyone = { 34 static const struct smb_sid sid_authusers = { 38 static const struct smb_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22}, 42 static const struct smb_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22}, 52 static const struct smb_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5}, 57 static const struct smb_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5}, 62 static const struct smb_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5}, [all …]
|
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);
|
D | server.h | 42 struct smb_sid domain_sid;
|
D | oplock.c | 1640 SIDNFS_USER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf() 1643 SIDNFS_GROUP, (struct smb_sid *)&buf->SidBuffer[20]); in create_posix_rsp_buf()
|
D | smb2pdu.c | 2950 sizeof(struct smb_sid) * 3 + in smb2_open() 3535 SIDNFS_USER, (struct smb_sid *)&posix_info->SidBuffer[0]); in smb2_populate_readdir_entry() 3537 SIDNFS_GROUP, (struct smb_sid *)&posix_info->SidBuffer[20]); in smb2_populate_readdir_entry()
|