Home
last modified time | relevance | path

Searched refs:create_context (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/drivers/net/
H A DREADME.rst277 def resize_periodic(cfg, create_context):
278 # test body receives (cfg, create_context) where create_context
/linux/fs/smb/server/
H A Doplock.h128 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
H A Doplock.c1865 struct create_context *cc; in parse_lease_state()
1931 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len) in smb2_find_context_vals()
1933 struct create_context *cc; in smb2_find_context_vals()
1947 cc = (struct create_context *)((char *)req + in smb2_find_context_vals()
1951 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals()
1952 if (remain_len < offsetof(struct create_context, Buffer)) in smb2_find_context_vals()
1964 name_off != offsetof(struct create_context, Buffer) || in smb2_find_context_vals()
H A Dsmb2pdu.c2922 struct create_context *context; in smb2_create_sd_buffer()
2990 struct create_context *context; in parse_durable_handle_context()
3169 struct create_context *context; in parse_app_instance_id()
3210 struct create_context *context; in smb2_open()
4057 struct create_context *lease_ccontext; in smb2_open()
4063 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open()
4075 struct create_context *mxac_ccontext; in smb2_open()
4081 mxac_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
4097 struct create_context *disk_id_ccontext; in smb2_open()
4099 disk_id_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
[all …]
/linux/include/uapi/drm/
H A Dpvr_drm.h104 #define DRM_IOCTL_PVR_CREATE_CONTEXT PVR_IOCTL(0x07, DRM_IOWR, create_context)
/linux/fs/smb/common/
H A Dsmb2pdu.h1163 struct create_context { struct
1175 static_assert(offsetof(struct create_context, Buffer) == sizeof(struct create_context_hdr), argument
/linux/fs/smb/client/
H A Dsmb2pdu.c2379 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()
2389 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt()
2431 struct create_context *cc; in smb2_parse_contexts()
2448 cc = (struct create_context *)((u8 *)rsp + off); in smb2_parse_contexts()
2493 cc = (struct create_context *)((u8 *)cc + off); in smb2_parse_contexts()
3258 struct create_context *cctx = in SMB2_open_init()
3259 (struct create_context *)v->iov_base; in SMB2_open_init()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c1285 DRM_PVR_IOCTL(CREATE_CONTEXT, create_context, DRM_RENDER_ALLOW),
/linux/include/net/bluetooth/
H A Dhci.h2389 __u8 create_context; member