Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2misc.c334 ((struct smb2_create_rsp *)shdr)->CreateContextsOffset); in smb2_get_data_area_len()
336 ((struct smb2_create_rsp *)shdr)->CreateContextsLength); in smb2_get_data_area_len()
751 struct smb2_create_rsp *rsp = (struct smb2_create_rsp *)buffer; in smb2_handle_cancelled_mid()
Dsmb2proto.h241 struct smb2_create_rsp *rsp,
Dsmb2pdu.c1896 struct smb2_create_rsp *rsp, in smb2_parse_contexts()
2246 struct smb2_create_rsp *rsp = NULL; in smb311_posix_mkdir()
2370 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in smb311_posix_mkdir()
2571 struct smb2_create_rsp *rsp = NULL; in SMB2_open()
2604 rsp = (struct smb2_create_rsp *)rsp_iov.iov_base; in SMB2_open()
Dsmb2pdu.h701 struct smb2_create_rsp { struct
Dsmb2ops.c641 struct smb2_create_rsp *o_rsp = NULL; in open_shroot()
756 o_rsp = (struct smb2_create_rsp *)rsp_iov[0].iov_base; in open_shroot()
2590 struct smb2_create_rsp *create_rsp; in smb2_query_symlink()