Searched refs:page_file_index (Results 1 – 6 of 6) sorted by relevance
288 page, PAGE_CACHE_SIZE, page_file_index(page)); in nfs_readpage()
623 pgoff_t page_index = page_file_index(page); in nfs_page_length()
152 if (i_size > 0 && page_file_index(page) < end_index) in nfs_grow_file()585 nfs_pageio_cond_complete(pgio, page_file_index(page)); in nfs_do_writepage()
379 req->wb_index = page_file_index(page); in nfs_create_request()
406 return ((loff_t)page_file_index(page)) << PAGE_CACHE_SHIFT; in page_file_offset()
988 static inline pgoff_t page_file_index(struct page *page) in page_file_index() function