taglinefilesource code
stretch239drivers/block/floppy.c#define PH_HEAD(floppy,head) (((((floppy)->stretch & 2) >>1) ^ head) << 2)
stretch240drivers/block/floppy.c#define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH)
stretch2373drivers/block/floppy.cif (((floppy->stretch & FD_SWAPSIDES) || TESTF(FD_NEED_TWADDLE)) &&
stretch3036drivers/block/floppy.c(g->stretch&~(FD_STRETCH|FD_SWAPSIDES)) != 0)
stretch17include/linux/fd.hstretch;  /* !=0 means double track steps */