Lines Matching refs:pntsd
3125 struct smb_ntsd *pntsd;
3134 pntsd = kmalloc(sizeof(struct smb_ntsd) +
3139 if (!pntsd) {
3146 pntsd, NULL, 0,
3154 kfree(pntsd);
3161 pntsd,
3164 kfree(pntsd);
5222 struct smb_ntsd *pntsd = (struct smb_ntsd *)rsp->Buffer, *ppntsd = NULL;
5236 pntsd->revision = cpu_to_le16(1);
5237 pntsd->type = cpu_to_le16(SELF_RELATIVE | DACL_PROTECTED);
5238 pntsd->osidoffset = 0;
5239 pntsd->gsidoffset = 0;
5240 pntsd->sacloffset = 0;
5241 pntsd->dacloffset = 0;
5279 rc = build_sec_desc(idmap, pntsd, ppntsd, ppntsd_size,
6022 struct smb_ntsd *pntsd = (struct smb_ntsd *)buffer;
6026 return set_info_sec(fp->conn, fp->tcon, &fp->filp->f_path, pntsd,