/linux/fs/smb/client/ |
H A D | cifsacl.c | 30 static const struct smb_sid sid_everyone = { 33 static const struct smb_sid sid_authusers = { 37 static const struct smb_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22}, 41 static const struct smb_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22}, 51 static const struct smb_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5}, 56 static const struct smb_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5}, 61 static const struct smb_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5}, 109 sid_to_key_str(struct smb_sid *sidptr, unsigned int type) in sid_to_key_str() 161 compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid) in compare_sids() 207 is_well_known_sid(const struct smb_sid *psid, uint32_t *puid, bool is_group) in is_well_known_sid() [all …]
|
H 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;
|
H 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()
|
H A D | cifsproto.h | 228 extern int sid_to_id(struct cifs_sb_info *cifs_sb, struct smb_sid *psid,
|
H A D | smb2pdu.c | 3929 (sizeof(struct smb_sid) * 2) + (PATH_MAX * 2);
|
/linux/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_mode = { 1, 2, {0, 0, 0, 0, 0, 5}, [all …]
|
H 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);
|
H A D | server.h | 42 struct smb_sid domain_sid;
|
H 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()
|
H 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/ |
H A D | smbacl.h | 97 struct smb_sid { struct 118 struct smb_sid sid; /* ie UUID of user or group who gets these perms */
|