Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsacl.c400 static void copy_sec_desc(const struct cifs_ntsd *pntsd, in copy_sec_desc() argument
407 pnntsd->revision = pntsd->revision; in copy_sec_desc()
408 pnntsd->type = pntsd->type; in copy_sec_desc()
415 owner_sid_ptr = (struct cifs_sid *)((char *)pntsd + in copy_sec_desc()
416 le32_to_cpu(pntsd->osidoffset)); in copy_sec_desc()
421 group_sid_ptr = (struct cifs_sid *)((char *)pntsd + in copy_sec_desc()
422 le32_to_cpu(pntsd->gsidoffset)); in copy_sec_desc()
731 struct cifs_ntsd *pntsd, int acl_len, struct cifs_fattr *fattr) in parse_sec_desc() argument
736 char *end_of_acl = ((char *)pntsd) + acl_len; in parse_sec_desc()
739 if (pntsd == NULL) in parse_sec_desc()
[all …]
Dcifssmb.c3951 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument
3989 if (pntsd && acllen) { in CIFSSMBSetCIFSACL()
3991 data_offset, pntsd, acllen); in CIFSSMBSetCIFSACL()