Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dpage_io.c275 ret, page_file_offset(page)); in sio_write_complete()
297 loff_t pos = page_file_offset(page); in swap_writepage_fs()
430 loff_t pos = page_file_offset(page); in swap_readpage_fs()
/linux-6.6.21/include/linux/
Dpagemap.h926 static inline loff_t page_file_offset(struct page *page) in page_file_offset() function
949 return page_file_offset(&folio->page); in folio_file_pos()
/linux-6.6.21/fs/smb/client/
Dfile.c4698 loff_t offset = page_file_offset(page); in cifs_read_folio()