Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/char/
Dtape_proc.c86 if (*pos >= 256 / TAPE_MINORS_PER_DEV) in tape_proc_start()
Dtape.h58 #define TAPE_MINORS_PER_DEV 2 /* two minors per device */ macro
Dtape_block.c243 device->first_minor / TAPE_MINORS_PER_DEV); in tapeblock_setup_device()
Dtape_char.c294 device = tape_find_device(minor / TAPE_MINORS_PER_DEV); in tapechar_open()
Dtape_core.c343 minor += TAPE_MINORS_PER_DEV; in tape_assign_minor()
609 if (tmp->first_minor / TAPE_MINORS_PER_DEV == devindex) { in tape_find_device()