Home
last modified time | relevance | path

Searched refs:SMB2_read (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/cifs/
Dsmb2proto.h201 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
Dlink.c427 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
Dsmb2pdu.c4277 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_read() function
Dsmb2ops.c2047 return SMB2_read(xid, parms, bytes_read, buf, buf_type); in smb2_sync_read()