Lines Matching refs:cifs_acl
704 static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl,
739 acl_size = sizeof(struct cifs_acl);
875 static int set_chmod_dacl(struct cifs_acl *pndacl, struct cifs_sid *pownersid,
880 struct cifs_acl *pnndacl;
882 pnndacl = (struct cifs_acl *)((char *)pndacl + sizeof(struct cifs_acl));
903 pndacl->size = cpu_to_le16(size + sizeof(struct cifs_acl));
949 struct cifs_acl *dacl_ptr; /* no need for SACL ptr */
961 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset);
1012 struct cifs_acl *dacl_ptr = NULL; /* no need for SACL ptr */
1013 struct cifs_acl *ndacl_ptr = NULL; /* no need for SACL ptr */
1021 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset);
1023 ndacl_ptr = (struct cifs_acl *)((char *)pnntsd + ndacloffset);