Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A 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()
/openbmc/linux/include/linux/
H A Dpagemap.h941 static inline loff_t page_file_offset(struct page *page) in page_file_offset() function
964 return page_file_offset(&folio->page); in folio_file_pos()
/openbmc/linux/fs/smb/client/
H A Dfile.c4827 loff_t offset = page_file_offset(page); in cifs_read_folio()