Searched refs:readahead_count (Results 1 – 10 of 10) sorted by relevance
138 if (!readahead_count(rac)) in read_pages()152 readahead_count(rac)); in read_pages()167 BUG_ON(readahead_count(rac)); in read_pages()
277 readahead_count(rac), true); in erofs_raw_access_readahead()283 readahead_count(rac), true); in erofs_raw_access_readahead()
1416 unsigned int nr_pages = readahead_count(rac); in z_erofs_readahead()
282 unsigned int nr_pages = rac ? readahead_count(rac) : 1; in ext4_mpage_readpages()
426 args.nr_pages = readahead_count(rac); in mpage_readahead()
976 static inline unsigned int readahead_count(struct readahead_control *rac) in readahead_count() function
849 __ATTR(readahead_count, 0664, sysfs_service_op_show,
402 trace_iomap_readahead(inode, readahead_count(rac)); in iomap_readahead()
2351 unsigned nr_pages = rac ? readahead_count(rac) : 1; in f2fs_mpage_readpages()2457 trace_f2fs_readpages(inode, readahead_index(rac), readahead_count(rac)); in f2fs_readahead()
973 nr_pages = readahead_count(rac) - nr_pages; in fuse_readahead()