Home
last modified time | relevance | path

Searched refs:cifs_sid (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifsacl.c37 static const struct cifs_sid sid_everyone = {
40 static const struct cifs_sid sid_authusers = {
43 static const struct cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {} };
46 static const struct cifs_sid sid_unix_users = {1, 1, {0, 0, 0, 0, 0, 22},
50 static const struct cifs_sid sid_unix_groups = { 1, 1, {0, 0, 0, 0, 0, 22},
60 static const struct cifs_sid sid_unix_NFS_users = { 1, 2, {0, 0, 0, 0, 0, 5},
65 static const struct cifs_sid sid_unix_NFS_groups = { 1, 2, {0, 0, 0, 0, 0, 5},
70 static const struct cifs_sid sid_unix_NFS_mode = { 1, 2, {0, 0, 0, 0, 0, 5},
118 sid_to_key_str(struct cifs_sid *sidptr, unsigned int type) in sid_to_key_str()
170 compare_sids(const struct cifs_sid *ctsid, const struct cifs_sid *cwsid) in compare_sids()
[all …]
Dcifsacl.h77 struct cifs_sid { struct
98 struct cifs_sid sid; /* ie UUID of user or group who gets these perms */
Dcifsglob.h163 struct cifs_sid osid;
164 struct cifs_sid gsid;