Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.c71 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid) in compare_sids() function
449 if (!(compare_sids(&ppace[i]->sid, &sid_unix_NFS_mode))) { in parse_dacl()
453 } else if (!compare_sids(&ppace[i]->sid, pownersid)) { in parse_dacl()
464 } else if (!compare_sids(&ppace[i]->sid, pgrpsid) || in parse_dacl()
476 } else if (!compare_sids(&ppace[i]->sid, &sid_everyone)) { in parse_dacl()
486 } else if (!compare_sids(&ppace[i]->sid, &creator_owner)) { in parse_dacl()
488 } else if (!compare_sids(&ppace[i]->sid, &creator_group)) { in parse_dacl()
490 } else if (!compare_sids(&ppace[i]->sid, &sid_authusers)) { in parse_dacl()
1095 if (!compare_sids(&creator_owner, &parent_aces->sid)) { in smb_inherit_dacl()
1099 } else if (!compare_sids(&creator_group, &parent_aces->sid)) { in smb_inherit_dacl()
[all …]
H A Dsmbacl.h93 int compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid);
/linux/fs/smb/client/
H A Dcifsacl.c161 compare_sids(const struct smb_sid *ctsid, const struct smb_sid *cwsid) in compare_sids() function
819 (compare_sids(&(ppace[i]->sid), in parse_dacl()
831 if (compare_sids(&(ppace[i]->sid), pownersid) == 0) { in parse_dacl()
837 } else if (compare_sids(&(ppace[i]->sid), pgrpsid) == 0) { in parse_dacl()
843 } else if ((compare_sids(&(ppace[i]->sid), &sid_everyone) == 0) || in parse_dacl()
844 (compare_sids(&(ppace[i]->sid), &sid_authusers) == 0)) { in parse_dacl()
1075 if (pnownersid && compare_sids(&pntace->sid, pownersid) == 0) in replace_sids_and_copy_aces()
1077 else if (pngrpsid && compare_sids(&pntace->sid, pgrpsid) == 0) in replace_sids_and_copy_aces()
1136 if (((compare_sids(&pntace->sid, &sid_unix_NFS_mode) == 0) || in set_chmod_dacl()
1137 (compare_sids(&pntace->sid, pownersid) == 0) || in set_chmod_dacl()
[all …]