tag | line | file | source code |
read_ahead | 1711 | drivers/block/cdu31a.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
read_ahead | 738 | drivers/block/hd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
read_ahead | 34 | drivers/block/ll_rw_blk.c | int read_ahead[MAX_BLKDEV] = {0, }; |
read_ahead | 828 | drivers/block/mcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 92 | drivers/block/xd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */ |
read_ahead | 896 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 32; |
read_ahead | 899 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 738 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */ |
read_ahead | 740 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 127 | fs/block_dev.c | blocks += read_ahead[MAJOR(dev)] / (blocksize >> 9); |
read_ahead | 107 | fs/ext/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 113 | fs/ext2/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] >> |
read_ahead | 148 | fs/isofs/file.c | ra_blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 101 | fs/minix/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 100 | fs/xiafs/file.c | zones += read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb)); |
read_ahead | 394 | include/linux/fs.h | extern int read_ahead[]; |