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 | 1874 | drivers/block/ide.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 1878 | drivers/block/ide.c | return write_fs_long(arg, read_ahead[MAJOR(inode->i_rdev)]); |
read_ahead | 3098 | drivers/block/ide.c | read_ahead[hwif->major] = 8; /* (4kB) */ |
read_ahead | 37 | drivers/block/ll_rw_blk.c | int read_ahead[MAX_BLKDEV] = {0, }; |
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 | 3130 | 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 | 1189 | drivers/cdrom/mcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 1165 | drivers/cdrom/mcdx.c | read_ahead[MAJOR_NR] = READ_AHEAD; |
read_ahead | 1450 | drivers/cdrom/optcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 4267 | drivers/cdrom/sbpcd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 5186 | drivers/cdrom/sbpcd.c | read_ahead[MAJOR_NR] = SBP_BUFFER_FRAMES * (CD_FRAMESIZE / 512); |
read_ahead | 1535 | 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 | 1323 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 120; /* 120 sector read-ahead */ |
read_ahead | 1325 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 1521 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 0; |
read_ahead | 61 | drivers/scsi/sd_ioctl.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 1105 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */ |
read_ahead | 1107 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 1172 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 0; |
read_ahead | 464 | 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 | 904 | fs/buffer.c | if (blocks > (read_ahead[MAJOR(dev)] >> index)) |
read_ahead | 905 | fs/buffer.c | blocks = read_ahead[MAJOR(dev)] >> index; |
read_ahead | 109 | fs/ext/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
read_ahead | 110 | fs/ext/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 201 | fs/msdos/file.c | int ahead = read_ahead[MAJOR(inode->i_dev)]; |
read_ahead | 211 | fs/msdos/file.c | PRINTK (("count %d ahead %d nblist %d\n",count,read_ahead[MAJOR(inode->i_dev)],pre.nblist)); |
read_ahead | 111 | fs/sysv/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] >> (sb->sv_block_size_bits - 9); |
read_ahead | 102 | fs/xiafs/file.c | if(zones < read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb))) |
read_ahead | 103 | fs/xiafs/file.c | zones = read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb)); |
read_ahead | 594 | include/linux/fs.h | extern int read_ahead[]; |
read_ahead | 529 | kernel/ksyms.c | X(read_ahead), |