tag | line | file | source code |
read_ahead | 1694 | drivers/block/aztcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 3068 | drivers/block/cdu31a.c | read_ahead[MAJOR_NR] = CDU31A_READAHEAD; |
read_ahead | 1223 | drivers/block/cm206.c | read_ahead[MAJOR_NR] = 16; /* reads ahead what? */ |
read_ahead | 1079 | drivers/block/gscd.c | read_ahead[MAJOR_NR] = 4; |
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 | 1800 | drivers/block/ide.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 1804 | drivers/block/ide.c | return write_fs_long(arg, read_ahead[MAJOR(inode->i_rdev)]); |
read_ahead | 3024 | 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 | 1216 | drivers/block/mcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 1146 | drivers/block/mcdx.c | read_ahead[MAJOR_NR] = READ_AHEAD; |
read_ahead | 1469 | drivers/block/optcd.c | read_ahead[MAJOR_NR] = 4; |
read_ahead | 4345 | drivers/block/sbpcd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 5266 | drivers/block/sbpcd.c | read_ahead[MAJOR_NR] = SBP_BUFFER_FRAMES * (CD_FRAMESIZE / 512); |
read_ahead | 1381 | drivers/block/sjcd.c | read_ahead[ MAJOR_NR ] = 4; |
read_ahead | 1649 | drivers/block/sonycd535.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
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 | 1238 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 120; /* 120 sector read-ahead */ |
read_ahead | 1240 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 1444 | 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 | 1109 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */ |
read_ahead | 1111 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */ |
read_ahead | 1180 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 0; |
read_ahead | 475 | 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 | 873 | fs/buffer.c | if (blocks > (read_ahead[MAJOR(dev)] >> index)) |
read_ahead | 874 | 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 | 122 | fs/ext2/file.c | if (blocks < read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9)) |
read_ahead | 123 | fs/ext2/file.c | blocks = read_ahead[MAJOR(inode->i_dev)] >> (EXT2_BLOCK_SIZE_BITS(sb) - 9); |
read_ahead | 158 | fs/isofs/file.c | ra_blocks = read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9); |
read_ahead | 105 | fs/minix/file.c | if(blocks < read_ahead[MAJOR(inode->i_dev)] / (BLOCK_SIZE >> 9)) |
read_ahead | 106 | fs/minix/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 | 113 | fs/sysv/file.c | blocks += read_ahead[MAJOR(inode->i_dev)] >> (sb->sv_block_size_bits - 9); |
read_ahead | 104 | fs/xiafs/file.c | if(zones < read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb))) |
read_ahead | 105 | fs/xiafs/file.c | zones = read_ahead[MAJOR(inode->i_dev)] >> (1+XIAFS_ZSHIFT(inode->i_sb)); |
read_ahead | 504 | include/linux/fs.h | extern int read_ahead[]; |
read_ahead | 434 | kernel/ksyms.c | X(read_ahead), |