Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb1ops.c74 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_offset()
81 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_length()
490 defsize = server->maxBuf - sizeof(READ_RSP); in cifs_negotiate_rsize()
1241 .read_rsp_size = sizeof(READ_RSP),
A Dcifsglob.h839 #define CIFS_MAX_RSIZE ((1<<24) - sizeof(READ_RSP) + 4)
847 #define CIFS_MAX_RFC1002_RSIZE ((1<<17) - 1 - sizeof(READ_RSP) + 4)
A Dcifspdu.h1070 } __attribute__((packed)) READ_RSP; typedef
A Dcifssmb.c1632 READ_RSP *pSMBr = NULL; in CIFSSMBRead()
1691 pSMBr = (READ_RSP *)rsp_iov.iov_base; in CIFSSMBRead()

Completed in 42 milliseconds