Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/paride/
Dpt.c214 #define PT_BUFSIZE 16384 macro
681 tape->bufptr = kmalloc(PT_BUFSIZE, GFP_KERNEL); in pt_open()
829 if (k > PT_BUFSIZE) in pt_read()
830 k = PT_BUFSIZE; in pt_read()
930 if (k > PT_BUFSIZE) in pt_write()
931 k = PT_BUFSIZE; in pt_write()