Home
last modified time | relevance | path

Searched refs:page_file_index (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/nfs/
Dread.c288 page, PAGE_CACHE_SIZE, page_file_index(page)); in nfs_readpage()
Dinternal.h623 pgoff_t page_index = page_file_index(page); in nfs_page_length()
Dwrite.c152 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()
Dpagelist.c379 req->wb_index = page_file_index(page); in nfs_create_request()
/linux-4.1.27/include/linux/
Dpagemap.h406 return ((loff_t)page_file_index(page)) << PAGE_CACHE_SHIFT; in page_file_offset()
Dmm.h988 static inline pgoff_t page_file_index(struct page *page) in page_file_index() function