Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dpage_io.c323 kiocb.ki_pos = page_file_offset(page); in __swap_writepage()
345 page_file_offset(page)); in __swap_writepage()
/kernel/linux/linux-5.10/fs/nfs/
Dwrite.c288 end = page_file_offset(page) + ((loff_t)offset+count); in nfs_grow_file()
1350 file, count, (long long)(page_file_offset(page) + offset)); in nfs_updatepage()
2058 loff_t range_start = page_file_offset(page); in nfs_wb_page()
/kernel/linux/linux-5.10/include/linux/
Dpagemap.h544 static inline loff_t page_file_offset(struct page *page) in page_file_offset() function
/kernel/linux/linux-5.10/fs/cifs/
Dfile.c4576 loff_t offset = page_file_offset(page); in cifs_readpage()