tag | line | file | source code |
read_ahead | 808 | drivers/block/hd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 815 | drivers/block/hd.c | put_user(read_ahead[MAJOR(inode->i_rdev)],(long *) arg); |
read_ahead | 1057 | drivers/block/hd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
read_ahead | 1941 | drivers/block/ide.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 1945 | drivers/block/ide.c | return write_fs_long(arg, read_ahead[MAJOR(inode->i_rdev)]); |
read_ahead | 3200 | drivers/block/ide.c | read_ahead[hwif->major] = 8; /* (4kB) */ |
read_ahead | 43 | drivers/block/ll_rw_blk.c | int read_ahead[MAX_BLKDEV] = {0, }; |
read_ahead | 115 | drivers/block/md.c | if (read_ahead[MAJOR(devices[i][j].dev)]<minra) |
read_ahead | 116 | drivers/block/md.c | minra=read_ahead[MAJOR(devices[i][j].dev)]; |
read_ahead | 119 | drivers/block/md.c | read_ahead[MD_MAJOR]=minra; |
read_ahead | 226 | drivers/block/md.c | current_ra=read_ahead[MD_MAJOR]; |
read_ahead | 230 | drivers/block/md.c | if (current_ra>read_ahead[MAJOR(devices[minor][index].dev)]) |
read_ahead | 231 | drivers/block/md.c | current_ra=read_ahead[MAJOR(devices[minor][index].dev)]; |
read_ahead | 237 | drivers/block/md.c | read_ahead[MD_MAJOR]=current_ra; |
read_ahead | 301 | drivers/block/md.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 309 | drivers/block/md.c | put_user (read_ahead[MAJOR(inode->i_rdev)], (long *) arg); |
read_ahead | 448 | drivers/block/md.c | if (read_ahead[MD_MAJOR]==INT_MAX) |
read_ahead | 451 | drivers/block/md.c | sz+=sprintf (page+sz, "%d sectors\n", read_ahead[MD_MAJOR]); |
read_ahead | 533 | drivers/block/md.c | read_ahead[MD_MAJOR]=INT_MAX; |
read_ahead | 125 | drivers/block/xd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */ |
read_ahead | 266 | drivers/block/xd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 1678 | drivers/cdrom/aztcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 3132 | drivers/cdrom/cdu31a.c | read_ahead[MAJOR_NR] = CDU31A_READAHEAD; |
read_ahead | 1171 | drivers/cdrom/cm206.c | read_ahead[MAJOR_NR] = 16; /* reads ahead what? */ |
read_ahead | 1058 | drivers/cdrom/gscd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 1193 | drivers/cdrom/mcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 1218 | drivers/cdrom/mcdx.c | read_ahead[MAJOR_NR] = READ_AHEAD; |
read_ahead | 2059 | drivers/cdrom/optcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 4379 | drivers/cdrom/sbpcd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 5317 | drivers/cdrom/sbpcd.c | read_ahead[MAJOR_NR] = SBP_BUFFER_FRAMES * (CD_FRAMESIZE / 512); |
read_ahead | 1463 | drivers/cdrom/sjcd.c | read_ahead[ MAJOR_NR ] = 4; |
read_ahead | 1597 | drivers/cdrom/sonycd535.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
read_ahead | 159 | drivers/char/ftape/ftape-read.c | int read_ahead) |
read_ahead | 336 | drivers/char/ftape/ftape-read.c | if (!read_ahead) { |
read_ahead | 42 | drivers/char/ftape/ftape-read.h | int read_ahead); |
read_ahead | 1331 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 120; /* 120 sector read-ahead */ |
read_ahead | 1333 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 1529 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 0; |
read_ahead | 73 | drivers/scsi/sd_ioctl.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 82 | drivers/scsi/sd_ioctl.c | put_user(read_ahead[MAJOR(inode->i_rdev)], (int *) arg); |
read_ahead | 1120 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */ |
read_ahead | 1122 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 1183 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 0; |
read_ahead | 561 | drivers/scsi/sr_ioctl.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 84 | fs/block_dev.c | !read_ahead[MAJOR(dev)]) { |
read_ahead | 90 | fs/block_dev.c | blocks = read_ahead[MAJOR(dev)] / (blocksize >> 9) / 2; |
read_ahead | 216 | fs/block_dev.c | if (blocks < read_ahead[MAJOR(dev)] / (blocksize >> 9)) |
read_ahead | 217 | fs/block_dev.c | blocks = read_ahead[MAJOR(dev)] / (blocksize >> 9); |
read_ahead | 927 | fs/buffer.c | if (blocks < (read_ahead[MAJOR(dev)] >> index)) |
read_ahead | 928 | fs/buffer.c | blocks = read_ahead[MAJOR(dev)] >> index; |
read_ahead | 110 | fs/ext/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
read_ahead | 111 | fs/ext/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 202 | fs/fat/file.c | int ahead = read_ahead[MAJOR(inode->i_dev)]; |
read_ahead | 212 | fs/fat/file.c | PRINTK (("count %d ahead %d nblist %d\n",count,read_ahead[MAJOR(inode->i_dev)],pre.nblist)); |
read_ahead | 112 | fs/sysv/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] >> (sb->sv_block_size_bits - 9); |
read_ahead | 103 | fs/xiafs/file.c | if(zones < read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb))) |
read_ahead | 104 | fs/xiafs/file.c | zones = read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb)); |
read_ahead | 665 | include/linux/fs.h | extern int read_ahead[]; |
read_ahead | 335 | kernel/ksyms.c | X(read_ahead), |