Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1ops.c75 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_offset()
82 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_length()
498 defsize = server->maxBuf - sizeof(READ_RSP); in cifs_negotiate_rsize()
1186 .read_rsp_size = sizeof(READ_RSP),
H A Dcifsglob.h975 #define CIFS_MAX_RSIZE ((1<<24) - sizeof(READ_RSP) + 4)
983 #define CIFS_MAX_RFC1002_RSIZE ((1<<17) - 1 - sizeof(READ_RSP) + 4)
H A Dcifspdu.h1061 } __attribute__((packed)) READ_RSP; typedef
H A Dcifssmb.c1410 READ_RSP *pSMBr = NULL; in CIFSSMBRead()
1469 pSMBr = (READ_RSP *)rsp_iov.iov_base; in CIFSSMBRead()