Searched refs:read_ahead (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ ! |
| H A D | io-factory.c | 112 static void read_ahead(struct buffered_reader *reader, sector_t block_number) in read_ahead() function 115 sector_t read_ahead = min((sector_t) MAX_READ_AHEAD_BLOCKS, in read_ahead() local 118 dm_bufio_prefetch(reader->client, block_number, read_ahead); in read_ahead() 163 read_ahead(reader, 0); in uds_make_buffered_reader() 189 read_ahead(reader, block_number + 1); in position_reader()
|
| /linux/drivers/scsi/megaraid/ ! |
| H A D | mbox_defs.h | 633 uint8_t read_ahead; member
|
| /linux/drivers/scsi/ ! |
| H A D | megaraid.h | 416 u8 read_ahead; /* read ahead, no read ahead, adaptive read member
|
| H A D | megaraid.c | 2621 switch(lparam->read_ahead) { in proc_show_rdrv()
|
| /linux/fs/ntfs3/ ! |
| H A D | fslog.c | 1078 struct file_ra_state read_ahead; member 1170 log->page_size, NULL, &log->read_ahead); in read_log_page()
|