| tag | line | file | source code |
| read_ahead | 98 | fs/block_dev.c | blocks += read_ahead[MAJOR(dev)] / (BLOCK_SIZE >> 9); |
| read_ahead | 105 | fs/ext/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
| read_ahead | 145 | fs/isofs/file.c | ra_blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
| read_ahead | 99 | fs/minix/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
| read_ahead | 335 | include/linux/fs.h | extern int read_ahead[]; |
| read_ahead | 678 | kernel/blk_drv/hd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
| read_ahead | 34 | kernel/blk_drv/ll_rw_blk.c | int read_ahead[NR_BLK_DEV] = {0, }; |
| read_ahead | 788 | kernel/blk_drv/scsi/sd.c | read_ahead[MAJOR_NR] = 16; /* 16 sector read-ahead */ |
| read_ahead | 790 | kernel/blk_drv/scsi/sd.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
| read_ahead | 627 | kernel/blk_drv/scsi/sr.c | read_ahead[MAJOR_NR] = 16; /* 16 sector read-ahead */ |
| read_ahead | 629 | kernel/blk_drv/scsi/sr.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |