Home
last modified time | relevance | path

Searched refs:writeback_index (Results 1 – 10 of 10) sorted by relevance

/linux/include/trace/events/
H A Dwriteback.h779 __field(unsigned long, writeback_index)
791 __entry->writeback_index = inode->i_mapping->writeback_index;
804 __entry->writeback_index,
H A Df2fs.h1530 __field(pgoff_t, writeback_index)
1548 __entry->writeback_index = inode->i_mapping->writeback_index;
1567 (unsigned long)__entry->writeback_index,
H A Dbtrfs.h692 __field( unsigned long, writeback_index )
705 __entry->writeback_index = inode->i_mapping->writeback_index;
718 __entry->writeback_index)
/linux/mm/
H A Dpage-writeback.c2469 wbc->index = mapping->writeback_index; in writeback_get_folio()
2525 mapping->writeback_index = 0; in writeback_iter()
2537 mapping->writeback_index = folio_next_index(folio); in writeback_iter()
/linux/fs/btrfs/
H A Ddefrag.c1422 if (start_index < inode->vfs_inode.i_mapping->writeback_index) in btrfs_defrag_file()
1423 inode->vfs_inode.i_mapping->writeback_index = start_index; in btrfs_defrag_file()
H A Dextent_io.c2334 index = ((mapping->writeback_index << PAGE_SHIFT) >> fs_info->nodesize_bits); in btree_writepages()
2486 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
2616 mapping->writeback_index = done_index; in extent_write_cache_pages()
/linux/fs/ceph/
H A Daddr.c1045 ceph_wbc->start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_init_writeback_ctl()
1744 mapping->writeback_index = ceph_wbc.index; in ceph_writepages_start()
/linux/fs/
H A Dinode.c288 mapping->writeback_index = 0; in inode_init_always_gfp()
/linux/fs/gfs2/
H A Dglock.c1153 mapping->writeback_index = 0; in gfs2_glock_get()
/linux/include/linux/
H A Dfs.h482 pgoff_t writeback_index; member