Home
last modified time | relevance | path

Searched refs:smb2_file_stream_info (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/smb/server/
Dsmb2pdu.h299 struct smb2_file_stream_info { struct
Dsmb2pdu.c4901 struct smb2_file_stream_info *file_info; in get_file_stream_info()
4916 file_info = (struct smb2_file_stream_info *)rsp->Buffer; in get_file_stream_info()
4956 next = sizeof(struct smb2_file_stream_info) + streamlen * 2; in get_file_stream_info()
4962 file_info = (struct smb2_file_stream_info *)&rsp->Buffer[nbytes]; in get_file_stream_info()
4979 buf_free_len >= sizeof(struct smb2_file_stream_info) + 7 * 2) { in get_file_stream_info()
4980 file_info = (struct smb2_file_stream_info *) in get_file_stream_info()
4988 nbytes += sizeof(struct smb2_file_stream_info) + streamlen; in get_file_stream_info()