Searched refs:pntsd (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/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() 944 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr, in parse_sec_desc() argument 950 char *end_of_acl = ((char *)pntsd) + acl_len; in parse_sec_desc() 953 if (pntsd == NULL) in parse_sec_desc() [all …]
|
D | smb2ops.c | 3209 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_fid() local 3221 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid() 3229 return pntsd; in get_smb2_acl_by_fid() 3237 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_path() local 3278 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path() 3288 return pntsd; in get_smb2_acl_by_path() 3352 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl() local 3360 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl() 3362 return pntsd; in get_smb2_acl()
|
D | cifssmb.c | 3982 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4020 if (pntsd && acllen) { in CIFSSMBSetCIFSACL() 4022 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()
|