Home
last modified time | relevance | path

Searched refs:page_idx (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dinode.c72 int page_idx; in orangefs_readpages() local
77 for (page_idx = 0; page_idx < nr_pages; page_idx++) { in orangefs_readpages()
/linux-4.19.296/fs/
Dmpage.c392 unsigned page_idx; in mpage_readpages() local
394 for (page_idx = 0; page_idx < nr_pages; page_idx++) { in mpage_readpages()
403 args.nr_pages = nr_pages - page_idx; in mpage_readpages()
/linux-4.19.296/fs/ubifs/
Dfile.c736 int err, page_idx, page_cnt, ret = 0, n = 0; in ubifs_do_bulk_read() local
795 for (page_idx = 1; page_idx < page_cnt; page_idx++) { in ubifs_do_bulk_read()
796 pgoff_t page_offset = offset + page_idx; in ubifs_do_bulk_read()
814 ui->last_page_read = offset + page_idx - 1; in ubifs_do_bulk_read()
/linux-4.19.296/fs/ceph/
Dfile.c579 int page_idx; in striped_read() local
588 page_idx = (page_align + read) >> PAGE_SHIFT; in striped_read()
592 pages + page_idx, num_pages - page_idx, in striped_read()
/linux-4.19.296/fs/btrfs/
Dextent_io.c4243 unsigned page_idx; in extent_readpages() local
4252 for (page_idx = 0; page_idx < nr_pages; page_idx++) { in extent_readpages()