tag | line | file | source code |
---|---|---|---|
hardsect_size | 100 | drivers/block/ll_rw_blk.c | int * hardsect_size[MAX_BLKDEV] = { NULL, NULL, }; |
hardsect_size | 1104 | drivers/scsi/sd.c | hardsect_size[MAJOR_NR] = sd_hardsizes; |
hardsect_size | 182 | fs/msdos/inode.c | if (hardsect_size[MAJOR(sb->s_dev)] != NULL){ |
hardsect_size | 183 | fs/msdos/inode.c | blksize = hardsect_size[MAJOR(sb->s_dev)][MINOR(sb->s_dev)]; |
hardsect_size | 47 | include/linux/blkdev.h | extern int * hardsect_size[MAX_BLKDEV]; |
hardsect_size | 169 | kernel/ksyms.c | X(hardsect_size), |