Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifsacl.c135 static void copy_sec_desc(const struct cifs_ntsd *pntsd, in copy_sec_desc() argument
144 pnntsd->revision = pntsd->revision; in copy_sec_desc()
145 pnntsd->type = pntsd->type; in copy_sec_desc()
152 owner_sid_ptr = (struct cifs_sid *)((char *)pntsd + in copy_sec_desc()
153 le32_to_cpu(pntsd->osidoffset)); in copy_sec_desc()
164 group_sid_ptr = (struct cifs_sid *)((char *)pntsd + in copy_sec_desc()
165 le32_to_cpu(pntsd->gsidoffset)); in copy_sec_desc()
478 static int parse_sec_desc(struct cifs_ntsd *pntsd, int acl_len, in parse_sec_desc() argument
484 char *end_of_acl = ((char *)pntsd) + acl_len; in parse_sec_desc()
487 if (pntsd == NULL) in parse_sec_desc()
[all …]
Dcifssmb.c3195 struct cifs_ntsd *pntsd, __u32 acllen) in CIFSSMBSetCIFSACL() argument
3234 if (pntsd && acllen) { in CIFSSMBSetCIFSACL()
3236 (char *) pntsd, in CIFSSMBSetCIFSACL()