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.c124 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_offset()
131 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_length()
541 defsize = server->maxBuf - sizeof(READ_RSP); in smb1_negotiate_rsize()
1537 .read_rsp_size = sizeof(READ_RSP),
H A Dcifsglob.h979 #define CIFS_MAX_RSIZE ((1<<24) - sizeof(READ_RSP))
987 #define CIFS_MAX_RFC1002_RSIZE ((1<<17) - 1 - sizeof(READ_RSP))
H A Dcifspdu.h975 } __packed READ_RSP; typedef
H A Dcifssmb.c1508 READ_RSP *pSMBr = NULL; in CIFSSMBRead()
1569 pSMBr = (READ_RSP *)rsp_iov.iov_base; in CIFSSMBRead()