Home
last modified time | relevance | path

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

/fs/smb/server/
A Doplock.c1486 struct create_context *cc; in parse_lease_state()
1542 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len) in smb2_find_context_vals()
1544 struct create_context *cc; in smb2_find_context_vals()
1555 cc = (struct create_context *)((char *)req + in smb2_find_context_vals()
1559 cc = (struct create_context *)((char *)cc + next); in smb2_find_context_vals()
1560 if (remain_len < offsetof(struct create_context, Buffer)) in smb2_find_context_vals()
1572 name_off != offsetof(struct create_context, Buffer) || in smb2_find_context_vals()
A Doplock.h115 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
A Dsmb2pdu.c2641 struct create_context *context; in smb2_create_sd_buffer()
2707 struct create_context *context; in parse_durable_handle_context()
2884 struct create_context *context; in smb2_open()
3640 struct create_context *lease_ccontext; in smb2_open()
3646 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open()
3657 struct create_context *mxac_ccontext; in smb2_open()
3663 mxac_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
3679 struct create_context *disk_id_ccontext; in smb2_open()
3681 disk_id_ccontext = (struct create_context *)(rsp->Buffer + in smb2_open()
3697 struct create_context *durable_ccontext; in smb2_open()
[all …]
/fs/smb/common/
A Dsmb2pdu.h1210 struct create_context { struct
1222 static_assert(offsetof(struct create_context, Buffer) == sizeof(struct create_context_hdr), argument
/fs/smb/client/
A Dsmb2pdu.c2282 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf) in parse_query_id_ctxt()
2292 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, in parse_posix_ctxt()
2334 struct create_context *cc; in smb2_parse_contexts()
2351 cc = (struct create_context *)((u8 *)rsp + off); in smb2_parse_contexts()
2396 cc = (struct create_context *)((u8 *)cc + off); in smb2_parse_contexts()
3159 struct create_context *cctx = in SMB2_open_init()
3160 (struct create_context *)v->iov_base; in SMB2_open_init()

Completed in 37 milliseconds