tag | line | file | source code |
hardsect_size | 76 | drivers/block/ll_rw_blk.c | int * hardsect_size[MAX_BLKDEV] = { NULL, NULL, }; |
hardsect_size | 1281 | drivers/scsi/sd.c | hardsect_size[MAJOR_NR] = sd_hardsizes; |
hardsect_size | 1520 | drivers/scsi/sd.c | hardsect_size[MAJOR_NR] = NULL; |
hardsect_size | 181 | fs/fat/inode.c | if (hardsect_size[MAJOR(sb->s_dev)] != NULL){ |
hardsect_size | 182 | fs/fat/inode.c | blksize = hardsect_size[MAJOR(sb->s_dev)][MINOR(sb->s_dev)]; |
hardsect_size | 61 | include/linux/blkdev.h | extern int * hardsect_size[MAX_BLKDEV]; |
hardsect_size | 188 | kernel/ksyms.c | X(hardsect_size), |