Searched refs:pntsd (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/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() 854 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr) in parse_sec_desc() argument 859 char *end_of_acl = ((char *)pntsd) + acl_len; in parse_sec_desc() 862 if (pntsd == NULL) in parse_sec_desc() [all …]
|
D | smb2ops.c | 2021 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_fid() local 2033 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid() 2041 return pntsd; in get_smb2_acl_by_fid() 2049 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_path() local 2088 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path() 2098 return pntsd; in get_smb2_acl_by_path() 2167 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl() local 2175 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl() 2177 return pntsd; in get_smb2_acl()
|
D | cifssmb.c | 4008 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4046 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4048 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|