tag | line | file | source code |
read_ahead | 2948 | drivers/block/cdu31a.c | read_ahead[MAJOR_NR] = CDU31A_READAHEAD; |
read_ahead | 814 | drivers/block/hd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 821 | drivers/block/hd.c | put_fs_long(read_ahead[MAJOR(inode->i_rdev)],(long *) arg); |
read_ahead | 1071 | drivers/block/hd.c | read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */ |
read_ahead | 36 | 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 | 2994 | drivers/block/sbpcd.c | read_ahead[MAJOR(inode->i_rdev)] = arg; |
read_ahead | 3749 | 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 | 1072 | drivers/scsi/sd.c | read_ahead[MAJOR_NR] = 120; |
read_ahead | 1075 | 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 | 951 | drivers/scsi/sr.c | read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */ |
read_ahead | 953 | 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 | 81 | fs/block_dev.c | !read_ahead[MAJOR(dev)]) { |
read_ahead | 87 | fs/block_dev.c | blocks = read_ahead[MAJOR(dev)] / (blocksize >> 9) / 2; |
read_ahead | 210 | fs/block_dev.c | if (blocks < read_ahead[MAJOR(dev)] / (blocksize >> 9)) |
read_ahead | 211 | fs/block_dev.c | blocks = read_ahead[MAJOR(dev)] / (blocksize >> 9); |
read_ahead | 848 | fs/buffer.c | if (blocks > (read_ahead[MAJOR(dev)] >> index)) |
read_ahead | 849 | 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 | 154 | 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 | 147 | fs/msdos/file.c | int ahead = read_ahead[MAJOR(inode->i_dev)]; |
read_ahead | 157 | fs/msdos/file.c | PRINTK (("count %d ahead %d nblist %d\n",count,read_ahead[MAJOR(inode->i_dev)],pre.nblist)); |
read_ahead | 109 | 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 | 503 | include/linux/fs.h | extern int read_ahead[]; |
read_ahead | 251 | kernel/ksyms.c | X(read_ahead), |