Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsacl.c523 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 …]
Dsmb2ops.c1934 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_fid() local
1946 cifsfid->volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_fid()
1954 return pntsd; in get_smb2_acl_by_fid()
1962 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl_by_path() local
2001 fid.volatile_fid, (void **)&pntsd, pacllen); in get_smb2_acl_by_path()
2011 return pntsd; in get_smb2_acl_by_path()
2080 struct cifs_ntsd *pntsd = NULL; in get_smb2_acl() local
2088 pntsd = get_smb2_acl_by_fid(cifs_sb, &open_file->fid, pacllen); in get_smb2_acl()
2090 return pntsd; in get_smb2_acl()
Dcifssmb.c3986 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument
4024 if (pntsd && acllen) { in CIFSSMBSetCIFSACL()
4026 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()