Home
last modified time | relevance | path

Searched refs:page_file_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dpage_io.c276 kiocb.ki_pos = page_file_offset(page); in __swap_writepage()
298 page_file_offset(page)); in __swap_writepage()
/linux-4.1.27/include/linux/
Dpagemap.h404 static inline loff_t page_file_offset(struct page *page) in page_file_offset() function
/linux-4.1.27/fs/nfs/
Dwrite.c154 end = page_file_offset(page) + ((loff_t)offset+count); in nfs_grow_file()
1242 file, count, (long long)(page_file_offset(page) + offset)); in nfs_updatepage()
1899 loff_t range_start = page_file_offset(page); in nfs_wb_page()