Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dwriteback.h780 __field(unsigned long, writeback_index)
791 __entry->writeback_index = inode->i_mapping->writeback_index;
804 __entry->writeback_index,
H A Df2fs.h1527 __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;
712 "range_cyclic=%d writeback_index=%lu",
718 __entry->writeback_index)
/linux/mm/
H A Dpage-writeback.c2490 wbc->index = mapping->writeback_index; in writeback_iter()
2546 mapping->writeback_index = 0; in writeback_iter()
2558 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.c2332 index = ((mapping->writeback_index << PAGE_SHIFT) >> fs_info->nodesize_bits); in btree_writepages()
2458 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
2588 mapping->writeback_index = done_index; in extent_write_cache_pages()
/linux/fs/ext4/
H A Dinode.c2766 pgoff_t writeback_index = 0; in ext4_do_writepages()
2853 writeback_index = mapping->writeback_index; in ext4_do_writepages()
2854 if (writeback_index) in ext4_do_writepages()
2856 mpd->start_pos = writeback_index << PAGE_SHIFT; in ext4_do_writepages()
2995 mpd->end_pos = (writeback_index << PAGE_SHIFT) - 1; in ext4_do_writepages()
3003 * Set the writeback_index so that range_cyclic in ext4_do_writepages()
3006 mapping->writeback_index = mpd->start_pos >> PAGE_SHIFT; in ext4_do_writepages()
2764 pgoff_t writeback_index = 0; ext4_do_writepages() local
/linux/fs/ceph/
H A Daddr.c1045 ceph_wbc->start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_init_writeback_ctl()
1743 mapping->writeback_index = ceph_wbc.index; in ceph_writepages_start()
/linux/fs/
H A Dinode.c286 mapping->writeback_index = 0; in inode_init_always_gfp()
/linux/fs/gfs2/
H A Dglock.c1152 mapping->writeback_index = 0; in gfs2_glock_get()
/linux/include/linux/
H A Dfs.h467 * @writeback_index: Writeback starts here.
485 pgoff_t writeback_index;
482 pgoff_t writeback_index; global() member