Home
last modified time | relevance | path

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

/Linux-v6.1/fs/gfs2/
Daops.c310 pgoff_t writeback_index; in gfs2_write_cache_jdata() local
320 writeback_index = mapping->writeback_index; /* prev offset */ in gfs2_write_cache_jdata()
321 index = writeback_index; in gfs2_write_cache_jdata()
366 end = writeback_index - 1; in gfs2_write_cache_jdata()
371 mapping->writeback_index = done_index; in gfs2_write_cache_jdata()
Dops_fstype.c121 mapping->writeback_index = 0; in init_sbd()
Dglock.c1223 mapping->writeback_index = 0; in gfs2_glock_get()
/Linux-v6.1/include/trace/events/
Dwriteback.h752 __field(unsigned long, writeback_index)
764 __entry->writeback_index = inode->i_mapping->writeback_index;
777 __entry->writeback_index,
Dext4.h440 __field( pgoff_t, writeback_index )
453 __entry->writeback_index = inode->i_mapping->writeback_index;
467 (unsigned long) __entry->writeback_index)
538 __field( pgoff_t, writeback_index )
548 __entry->writeback_index = inode->i_mapping->writeback_index;
558 (unsigned long) __entry->writeback_index)
Df2fs.h1326 __field(pgoff_t, writeback_index)
1345 __entry->writeback_index = inode->i_mapping->writeback_index;
1365 (unsigned long)__entry->writeback_index,
Dbtrfs.h680 __field( unsigned long, writeback_index )
694 __entry->writeback_index = inode->i_mapping->writeback_index;
709 __entry->writeback_index)
/Linux-v6.1/fs/afs/
Dwrite.c808 start = mapping->writeback_index * PAGE_SIZE; in afs_writepages()
811 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
816 mapping->writeback_index = in afs_writepages()
823 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
/Linux-v6.1/fs/ext4/
Dinode.c2679 pgoff_t writeback_index = 0; in ext4_writepages() local
2757 writeback_index = mapping->writeback_index; in ext4_writepages()
2758 if (writeback_index) in ext4_writepages()
2760 mpd.first_page = writeback_index; in ext4_writepages()
2888 mpd.last_page = writeback_index - 1; in ext4_writepages()
2899 mapping->writeback_index = mpd.first_page; in ext4_writepages()
/Linux-v6.1/mm/
Dpage-writeback.c2299 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
2411 mapping->writeback_index = done_index; in write_cache_pages()
/Linux-v6.1/fs/ceph/
Daddr.c826 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()
1206 mapping->writeback_index = index; in ceph_writepages_start()
/Linux-v6.1/fs/btrfs/
Dextent_io.c2972 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
3113 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
3221 mapping->writeback_index = done_index; in extent_write_cache_pages()
Dioctl.c1859 if (start_index < inode->i_mapping->writeback_index) in btrfs_defrag_file()
1860 inode->i_mapping->writeback_index = start_index; in btrfs_defrag_file()
/Linux-v6.1/fs/
Dinode.c213 mapping->writeback_index = 0; in inode_init_always()
/Linux-v6.1/fs/f2fs/
Ddata.c2979 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()
3164 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
/Linux-v6.1/fs/cifs/
Dfile.c2672 index = mapping->writeback_index; /* Start from prev offset */ in cifs_writepages()
2804 mapping->writeback_index = index; in cifs_writepages()
/Linux-v6.1/include/linux/
Dfs.h437 pgoff_t writeback_index; member