Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2proto.h190 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
Dlink.c400 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
Dsmb2pdu.c4330 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, in SMB2_read() function
Dsmb2ops.c1852 return SMB2_read(xid, parms, bytes_read, buf, buf_type); in smb2_sync_read()