Searched refs:page_file_offset (Results 1 – 3 of 3) sorted by relevance
328 kiocb.ki_pos = page_file_offset(page); in __swap_writepage()350 page_file_offset(page)); in __swap_writepage()
288 end = page_file_offset(page) + ((loff_t)offset+count); in nfs_grow_file()1364 file, count, (long long)(page_file_offset(page) + offset)); in nfs_updatepage()2068 loff_t range_start = page_file_offset(page); in nfs_wb_page()
543 static inline loff_t page_file_offset(struct page *page) in page_file_offset() function