Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2misc.c348 ((struct smb2_create_rsp *)shdr)->CreateContextsOffset); in smb2_get_data_area_len()
350 ((struct smb2_create_rsp *)shdr)->CreateContextsLength); in smb2_get_data_area_len()
845 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
H A Dcached_dir.c141 struct smb2_create_rsp *o_rsp = NULL; in open_cached_dir()
302 o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in open_cached_dir()
H A Dsmb2inode.c179 struct smb2_create_rsp *create_rsp = NULL; in smb2_compound_op()
878 struct smb2_create_rsp *rsp = iov->iov_base; in parse_create_response()
H A Dsmb2pdu.c2319 struct smb2_create_rsp *rsp = rsp_iov->iov_base; in smb2_parse_contexts()
2809 struct smb2_create_rsp *rsp = NULL; in smb311_posix_mkdir()
2956 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in smb311_posix_mkdir()
3175 struct smb2_create_rsp *rsp = NULL; in SMB2_open()
3218 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in SMB2_open()
H A Dsmb2ops.c2335 struct smb2_create_rsp *op_rsp = NULL; in smb2_query_dir_first()
2404 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in smb2_query_dir_first()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c393 work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId; in init_chained_smb2_rsp()
394 work->compound_pfid = ((struct smb2_create_rsp *)rsp)->PersistentFileId; in init_chained_smb2_rsp()
2277 struct smb2_create_rsp *rsp; in create_smb2_pipe()
2318 err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_create_rsp, Buffer)); in create_smb2_pipe()
2861 struct smb2_create_rsp *rsp; in smb2_open()
3610 iov_len = offsetof(struct smb2_create_rsp, Buffer); in smb2_open()
3711 cpu_to_le32(offsetof(struct smb2_create_rsp, Buffer)); in smb2_open()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h1245 struct smb2_create_rsp { struct