Home
last modified time | relevance | path

Searched refs:smb_sid (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Dsmbacl.c19 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 …]
Dsmbacl.h126 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);
Dserver.h42 struct smb_sid domain_sid;
Doplock.c1640 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()
Dsmb2pdu.c2950 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()