Searched refs:SMB_MAXBLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
62 static unsigned char ibuf[SMB_MAXBLOCKSIZE];63 static unsigned char obuf[SMB_MAXBLOCKSIZE];251 if (iflag < 0 || iflag > SMB_MAXBLOCKSIZE) in main()260 if (oflag < 0 || oflag > SMB_MAXBLOCKSIZE) in main()
192 char buf[SMB_MAXBLOCKSIZE]; in smbioctl() 357 if (s->wcount > SMB_MAXBLOCKSIZE) in smbioctl() 358 s->wcount = SMB_MAXBLOCKSIZE; in smbioctl() 375 if (s->rcount > SMB_MAXBLOCKSIZE) in smbioctl() 376 s->rcount = SMB_MAXBLOCKSIZE; in smbioctl()
58 #define SMB_MAXBLOCKSIZE 32 macro
433 if (count > SMB_MAXBLOCKSIZE || count == 0) in iicsmb_bwrite()461 if (*count > SMB_MAXBLOCKSIZE || *count == 0) in iicsmb_bread()466 if (*count > SMB_MAXBLOCKSIZE || *count == 0) in iicsmb_bread()