Searched refs:pntsd (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | cifsacl.c | 523 static void copy_sec_desc(const struct cifs_ntsd *pntsd, in copy_sec_desc() argument 530 pnntsd->revision = pntsd->revision; in copy_sec_desc() 531 pnntsd->type = pntsd->type; in copy_sec_desc() 538 owner_sid_ptr = (struct cifs_sid *)((char *)pntsd + in copy_sec_desc() 539 le32_to_cpu(pntsd->osidoffset)); in copy_sec_desc() 544 group_sid_ptr = (struct cifs_sid *)((char *)pntsd + in copy_sec_desc() 545 le32_to_cpu(pntsd->gsidoffset)); in copy_sec_desc() 892 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr, in parse_sec_desc() argument 898 char *end_of_acl = ((char *)pntsd) + acl_len; in parse_sec_desc() 901 if (pntsd == NULL) in parse_sec_desc() [all …]
|
D | smb2ops.c | 2757 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_fid() local 2769 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid() 2777 return pntsd; in get_smb2_acl_by_fid() 2785 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_path() local 2824 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path() 2834 return pntsd; in get_smb2_acl_by_path() 2901 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl() local 2909 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl() 2911 return pntsd; in get_smb2_acl()
|
D | cifssmb.c | 4055 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4093 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4095 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|