Searched refs:smb_sid (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A 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_mod [all...] |
H A D | smbacl.h | 127 struct smb_sid { struct 148 struct smb_sid sid; /* ie UUID of user or group who gets these perms */ 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);
|
H A D | server.h | 42 struct smb_sid domain_sid;
|
H A D | oplock.c | 1754 SIDOWNER, (struct smb_sid *)&buf->SidBuffer[0]); in create_posix_rsp_buf() 1756 SIDUNIX_GROUP, (struct smb_sid *)&buf->SidBuffer[28]); in create_posix_rsp_buf()
|
H A D | smb2pdu.c | 3135 sizeof(struct smb_sid) * 3 + in smb2_open() 3748 SIDUNIX_USER, (struct smb_sid *)&posix_info->SidBuffer[0]); in smb2_populate_readdir_entry() 3750 SIDUNIX_GROUP, (struct smb_sid *)&posix_info->SidBuffer[16]); in smb2_populate_readdir_entry() 4880 SIDUNIX_USER, (struct smb_sid *)&file_info->Sids[0]); in find_file_posix_info() 4882 SIDUNIX_GROUP, (struct smb_sid *)&file_info->Sids[16]); in find_file_posix_info()
|
Completed in 22 milliseconds