Searched refs:readahead_count (Results 1 – 8 of 8) sorted by relevance
181 readahead_count(rac), true); in erofs_fileio_readahead()
346 if (!readahead_count(rac)) in erofs_fscache_readahead()
1914 unsigned int nrpages = readahead_count(rac); in z_erofs_readahead()
369 args.nr_pages = readahead_count(rac); in mpage_readahead()
841 __ATTR(readahead_count, 0664, sysfs_service_op_show,
1518 static inline unsigned int readahead_count(const struct readahead_control *rac) in readahead_count() function
906 rac->ra->async_size >= readahead_count(rac)) in fuse_handle_readahead() 913 nr_pages = min(fc->max_pages, readahead_count(rac)); in fuse_handle_readahead()
665 trace_iomap_readahead(rac->mapping->host, readahead_count(rac)); in iomap_readahead()