Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dsmb2misc.c331 ((struct smb2_create_rsp *)shdr)->CreateContextsOffset); in smb2_get_data_area_len()
333 ((struct smb2_create_rsp *)shdr)->CreateContextsLength); in smb2_get_data_area_len()
831 struct smb2_create_rsp *rsp = mid->resp_buf; in smb2_handle_cancelled_mid()
Dsmb2proto.h266 struct smb2_create_rsp *rsp,
Dsmb2pdu.c2108 struct smb2_create_rsp *rsp, in smb2_parse_contexts()
2609 struct smb2_create_rsp *rsp = NULL; in smb311_posix_mkdir()
2741 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in smb311_posix_mkdir()
2966 struct smb2_create_rsp *rsp = NULL; in SMB2_open()
2999 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in SMB2_open()
Dsmb2ops.c790 struct smb2_create_rsp *o_rsp = NULL; in open_cached_dir()
930 o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in open_cached_dir()
2384 struct smb2_create_rsp *op_rsp = NULL; in smb2_query_dir_first()
2443 op_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in smb2_query_dir_first()
3137 struct smb2_create_rsp *create_rsp; in smb2_query_symlink()
/linux-5.19.10/fs/smbfs_common/
Dsmb2pdu.h1139 struct smb2_create_rsp { struct
/linux-5.19.10/fs/ksmbd/
Dsmb2pdu.c381 work->compound_fid = ((struct smb2_create_rsp *)rsp)->VolatileFileId; in init_chained_smb2_rsp()
382 work->compound_pfid = ((struct smb2_create_rsp *)rsp)->PersistentFileId; in init_chained_smb2_rsp()
2102 struct smb2_create_rsp *rsp = smb2_get_msg(work->response_buf); in create_smb2_pipe()
2490 struct smb2_create_rsp *rsp; in smb2_open()
3246 cpu_to_le32(offsetof(struct smb2_create_rsp, Buffer)); in smb2_open()