tag | line | file | source code |
read_ahead | 2090 | drivers/block/cdu31a.c | read_ahead[MAJOR_NR] = 32; /* 32 sector (16kB) read-ahead */ |
read_ahead | 819 | drivers/block/hd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 826 | drivers/block/hd.c | put_fs_long(read_ahead[MAJOR(inode->i_rdev)],(long *) arg); |
read_ahead | 1078 | drivers/block/hd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
read_ahead | 35 | drivers/block/ll_rw_blk.c | int read_ahead[MAX_BLKDEV] = {0, }; |
read_ahead | 1123 | drivers/block/mcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 2857 | drivers/block/sbpcd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 3605 | drivers/block/sbpcd.c | read_ahead[MAJOR_NR] = SBP_BUFFER_FRAMES * (CD_FRAMESIZE / 512); |
read_ahead | 124 | drivers/block/xd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */ |
read_ahead | 260 | drivers/block/xd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 1051 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 120; |
read_ahead | 1054 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 60 | drivers/scsi/sd_ioctl.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 817 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */ |
read_ahead | 819 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 392 | drivers/scsi/sr_ioctl.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 80 | fs/block_dev.c | !read_ahead[MAJOR(dev)]) { |
read_ahead | 86 | fs/block_dev.c | blocks = read_ahead[MAJOR(dev)] / (blocksize >> 9) / 2; |
read_ahead | 206 | fs/block_dev.c | if (blocks < read_ahead[MAJOR(dev)] / (blocksize >> 9)) |
read_ahead | 207 | fs/block_dev.c | blocks = read_ahead[MAJOR(dev)] / (blocksize >> 9); |
read_ahead | 844 | fs/buffer.c | if (blocks > (read_ahead[MAJOR(dev)] >> index)) |
read_ahead | 845 | fs/buffer.c | blocks = read_ahead[MAJOR(dev)] >> index; |
read_ahead | 107 | fs/ext/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
read_ahead | 108 | fs/ext/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 120 | fs/ext2/file.c | if (blocks < read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9)) |
read_ahead | 121 | fs/ext2/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9); |
read_ahead | 153 | fs/isofs/file.c | ra_blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 101 | fs/minix/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
read_ahead | 102 | fs/minix/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 145 | fs/sysv/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] >> (sb->sv_block_size_bits - 9); |
read_ahead | 100 | fs/xiafs/file.c | if(zones < read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb))) |
read_ahead | 101 | fs/xiafs/file.c | zones = read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb)); |
read_ahead | 472 | include/linux/fs.h | extern int read_ahead[]; |