Searched refs:create_context (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb2pdu.h67 struct create_context ccontext;
76 struct create_context ccontext;
88 struct create_context ccontext;
99 struct create_context ccontext;
105 struct create_context ccontext;
117 struct create_context ccontext;
125 struct create_context ccontext;
384 struct create_context ccontext;
390 struct create_context ccontext;
H A Doplock.h124 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
H A Doplock.c1508 struct create_context *cc;
1552 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len)
1554 struct create_context *cc;
1565 cc = (struct create_context *)((char *)req +
1569 cc = (struct create_context *)((char *)cc + next);
1570 if (remain_len < offsetof(struct create_context, Buffer))
1582 name_off != offsetof(struct create_context, Buffer) ||
H A Dsmb2pdu.c2586 struct create_context *context;
2652 struct create_context *context;
2808 struct create_context *context;
3559 struct create_context *lease_ccontext;
3565 lease_ccontext = (struct create_context *)rsp->Buffer;
3576 struct create_context *mxac_ccontext;
3582 mxac_ccontext = (struct create_context *)(rsp->Buffer +
3598 struct create_context *disk_id_ccontext;
3600 disk_id_ccontext = (struct create_context *)(rsp->Buffer +
3616 struct create_context *durable_ccontex
[all...]
/linux-master/fs/smb/client/
H A Dsmb2pdu.h148 struct create_context ccontext;
170 struct create_context ccontext;
178 struct create_context ccontext;
186 struct create_context ccontext;
191 struct create_context ccontext;
418 struct create_context ctx;
H A Dsmb2pdu.c2268 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf)
2278 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info,
2320 struct create_context *cc;
2337 cc = (struct create_context *)((u8 *)rsp + off);
2382 cc = (struct create_context *)((u8 *)cc + off);
3137 struct create_context *cctx =
3138 (struct create_context *)v->iov_base;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1173 struct create_context { struct
1225 struct create_context ccontext;
1233 struct create_context ccontext;
1246 struct create_context ccontext;
1253 struct create_context ccontext;
1289 struct create_context ccontext;
1295 struct create_context ccontext;
1303 struct create_context ccontext;
1312 struct create_context ccontext;
1321 struct create_context ccontex
[all...]
/linux-master/include/uapi/drm/
H A Dpvr_drm.h104 #define DRM_IOCTL_PVR_CREATE_CONTEXT PVR_IOCTL(0x07, DRM_IOWR, create_context)
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c1578 struct vmci_ctx *create_context; local
1586 create_context = vmci_ctx_get(entry->create_id);
1587 supports_host_qp = vmci_ctx_supports_host_qp(create_context);
1588 vmci_ctx_put(create_context);
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c775 * create_context() - allocates and initializes a context
780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) function
1404 ctxi = create_context(cfg);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_drv.c1280 DRM_PVR_IOCTL(CREATE_CONTEXT, create_context, DRM_RENDER_ALLOW),

Completed in 187 milliseconds