Home
last modified time | relevance | path

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

/Linux-v5.10/fs/gfs2/
Daops.c335 pgoff_t writeback_index; in gfs2_write_cache_jdata() local
345 writeback_index = mapping->writeback_index; /* prev offset */ in gfs2_write_cache_jdata()
346 index = writeback_index; in gfs2_write_cache_jdata()
391 end = writeback_index - 1; in gfs2_write_cache_jdata()
396 mapping->writeback_index = done_index; in gfs2_write_cache_jdata()
Dops_fstype.c123 mapping->writeback_index = 0; in init_sbd()
Dglock.c1065 mapping->writeback_index = 0; in gfs2_glock_get()
/Linux-v5.10/include/trace/events/
Dwriteback.h786 __field(unsigned long, writeback_index)
798 __entry->writeback_index = inode->i_mapping->writeback_index;
811 __entry->writeback_index,
Dext4.h434 __field( pgoff_t, writeback_index )
447 __entry->writeback_index = inode->i_mapping->writeback_index;
461 (unsigned long) __entry->writeback_index)
532 __field( pgoff_t, writeback_index )
542 __entry->writeback_index = inode->i_mapping->writeback_index;
552 (unsigned long) __entry->writeback_index)
Df2fs.h1333 __field(pgoff_t, writeback_index)
1352 __entry->writeback_index = inode->i_mapping->writeback_index;
1372 (unsigned long)__entry->writeback_index,
Dbtrfs.h613 __field( unsigned long, writeback_index )
627 __entry->writeback_index = inode->i_mapping->writeback_index;
642 __entry->writeback_index)
/Linux-v5.10/fs/afs/
Dwrite.c764 start = mapping->writeback_index; in afs_writepages()
770 mapping->writeback_index = next; in afs_writepages()
775 mapping->writeback_index = next; in afs_writepages()
/Linux-v5.10/fs/ext4/
Dinode.c2637 pgoff_t writeback_index = 0; in ext4_writepages() local
2715 writeback_index = mapping->writeback_index; in ext4_writepages()
2716 if (writeback_index) in ext4_writepages()
2718 mpd.first_page = writeback_index; in ext4_writepages()
2846 mpd.last_page = writeback_index - 1; in ext4_writepages()
2857 mapping->writeback_index = mpd.first_page; in ext4_writepages()
/Linux-v5.10/mm/
Dpage-writeback.c2185 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
2297 mapping->writeback_index = done_index; in write_cache_pages()
/Linux-v5.10/fs/ceph/
Daddr.c857 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()
1225 mapping->writeback_index = index; in ceph_writepages_start()
/Linux-v5.10/fs/btrfs/
Dextent_io.c3955 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
4137 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
4249 mapping->writeback_index = done_index; in extent_write_cache_pages()
Dioctl.c1507 if (i < inode->i_mapping->writeback_index) in btrfs_defrag_file()
1508 inode->i_mapping->writeback_index = i; in btrfs_defrag_file()
/Linux-v5.10/fs/
Dinode.c193 mapping->writeback_index = 0; in inode_init_always()
/Linux-v5.10/fs/f2fs/
Ddata.c2962 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()
3143 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
/Linux-v5.10/fs/cifs/
Dfile.c2338 index = mapping->writeback_index; /* Start from prev offset */ in cifs_writepages()
2470 mapping->writeback_index = index; in cifs_writepages()
/Linux-v5.10/include/linux/
Dfs.h464 pgoff_t writeback_index; member