taglinefilesource code
K_642458drivers/block/floppy.cmax_size = (K_64 - ((long) CURRENT->buffer) % K_64)>>9;
K_6454include/asm-i386/floppy.h#define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
K_6477include/asm-mips/floppy.h#define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)