Searched refs:PT_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
214 #define PT_BUFSIZE 16384 macro681 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()