Home
last modified time | relevance | path

Searched refs:pownersid (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsacl.c521 struct cifs_sid *pownersid, in copy_sec_desc()
536 if (pownersid) in copy_sec_desc()
537 owner_sid_ptr = pownersid; in copy_sec_desc()
762 struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, in parse_dacl()
827 if (compare_sids(&(ppace[i]->sid), pownersid) == 0) { in parse_dacl()
933 struct cifs_sid *pownersid, in populate_new_aces()
970 if (!memcmp(pownersid, pgrpsid, sizeof(struct cifs_sid))) { in populate_new_aces()
996 nsize += fill_ace_for_sid(pnntace, pownersid, deny_user_mode, in populate_new_aces()
1010 nsize += fill_ace_for_sid(pnntace, pownersid, user_mode, in populate_new_aces()
1038 struct cifs_sid *pownersid, struc in replace_sids_and_copy_aces()
518 copy_sec_desc(const struct cifs_ntsd *pntsd, struct cifs_ntsd *pnntsd, __u32 sidsoffset, struct cifs_sid *pownersid, struct cifs_sid *pgrpsid) copy_sec_desc() argument
761 parse_dacl(struct cifs_acl *pdacl, char *end_of_acl, struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, struct cifs_fattr *fattr, bool mode_from_special_sid) parse_dacl() argument
932 populate_new_aces(char *nacl_base, struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, __u64 *pnmode, u32 *pnum_aces, u16 *pnsize, bool modefromsid) populate_new_aces() argument
1037 replace_sids_and_copy_aces(struct cifs_acl *pdacl, struct cifs_acl *pndacl, struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, struct cifs_sid *pnownersid, struct cifs_sid *pngrpsid) replace_sids_and_copy_aces() argument
1077 set_chmod_dacl(struct cifs_acl *pdacl, struct cifs_acl *pndacl, struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, __u64 *pnmode, bool mode_from_sid) set_chmod_dacl() argument
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsacl.c705 struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, in parse_dacl()
771 } else if (compare_sids(&(ppace[i]->sid), pownersid) == 0) in parse_dacl()
875 static int set_chmod_dacl(struct cifs_acl *pndacl, struct cifs_sid *pownersid, in set_chmod_dacl() argument
893 pownersid, nmode, S_IRWXU); in set_chmod_dacl()
704 parse_dacl(struct cifs_acl *pdacl, char *end_of_acl, struct cifs_sid *pownersid, struct cifs_sid *pgrpsid, struct cifs_fattr *fattr, bool mode_from_special_sid) parse_dacl() argument
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmbacl.c367 struct smb_sid *pownersid, struct smb_sid *pgrpsid, in parse_dacl()
450 } else if (!compare_sids(&ppace[i]->sid, pownersid)) { in parse_dacl()
699 const struct smb_sid *pownersid, in set_ntacl_dacl()
365 parse_dacl(struct mnt_idmap *idmap, struct smb_acl *pdacl, char *end_of_acl, struct smb_sid *pownersid, struct smb_sid *pgrpsid, struct smb_fattr *fattr) parse_dacl() argument
695 set_ntacl_dacl(struct mnt_idmap *idmap, struct smb_acl *pndacl, struct smb_acl *nt_dacl, unsigned int aces_size, const struct smb_sid *pownersid, const struct smb_sid *pgrpsid, struct smb_fattr *fattr) set_ntacl_dacl() argument

Completed in 6 milliseconds