Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dpage_io.c278 ret, page_file_offset(page)); in sio_write_complete()
300 loff_t pos = page_file_offset(page); in swap_writepage_fs()
416 loff_t pos = page_file_offset(page); in swap_readpage_fs()
/linux-6.1.9/include/linux/
Dpagemap.h805 static inline loff_t page_file_offset(struct page *page) in page_file_offset() function
828 return page_file_offset(&folio->page); in folio_file_pos()
/linux-6.1.9/fs/nfs/
Dwrite.c284 end = page_file_offset(page) + ((loff_t)offset+count); in nfs_grow_file()
1373 file, count, (long long)(page_file_offset(page) + offset)); in nfs_updatepage()
2078 loff_t range_start = page_file_offset(page); in nfs_wb_page()
/linux-6.1.9/fs/cifs/
Dfile.c4894 loff_t offset = page_file_offset(page); in cifs_read_folio()