Home
last modified time | relevance | path

Searched refs:smb2_create_rsp (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dsmb2misc.c345 ((struct smb2_create_rsp *)shdr)->CreateContextsOffset); in smb2_get_data_area_len()
347 ((struct smb2_create_rsp *)shdr)->CreateContextsLength); in smb2_get_data_area_len()
842 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
Dcached_dir.c133 struct smb2_create_rsp *o_rsp = NULL; in open_cached_dir()
266 o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in open_cached_dir()
Dsmb2proto.h255 struct smb2_create_rsp *rsp,
Dsmb2inode.c536 struct smb2_create_rsp *rsp = iov->iov_base; in parse_create_response()
Dsmb2pdu.c2146 struct smb2_create_rsp *rsp, in smb2_parse_contexts()
2606 struct smb2_create_rsp *rsp = NULL; in smb311_posix_mkdir()
2741 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in smb311_posix_mkdir()
2954 struct smb2_create_rsp *rsp = NULL; in SMB2_open()
2987 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in SMB2_open()
Dsmb2ops.c2212 struct smb2_create_rsp *op_rsp = NULL; in smb2_query_dir_first()
2273 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in smb2_query_dir_first()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c390 work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId; in init_chained_smb2_rsp()
391 work->compound_pfid = ((struct smb2_create_rsp *)rsp)->PersistentFileId; in init_chained_smb2_rsp()
2245 struct smb2_create_rsp *rsp; in create_smb2_pipe()
2286 err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_create_rsp, Buffer)); in create_smb2_pipe()
2646 struct smb2_create_rsp *rsp; in smb2_open()
3323 iov_len = offsetof(struct smb2_create_rsp, Buffer); in smb2_open()
3397 cpu_to_le32(offsetof(struct smb2_create_rsp, Buffer)); in smb2_open()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h1169 struct smb2_create_rsp { struct