Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Daops.c314 pgoff_t writeback_index; in gfs2_write_cache_jdata() local
324 writeback_index = mapping->writeback_index; /* prev offset */ in gfs2_write_cache_jdata()
325 index = writeback_index; in gfs2_write_cache_jdata()
371 end = writeback_index - 1; in gfs2_write_cache_jdata()
376 mapping->writeback_index = done_index; in gfs2_write_cache_jdata()
Dops_fstype.c121 mapping->writeback_index = 0; in init_sbd()
Dglock.c1217 mapping->writeback_index = 0; in gfs2_glock_get()
/Linux-v6.6/include/trace/events/
Dwriteback.h752 __field(unsigned long, writeback_index)
764 __entry->writeback_index = inode->i_mapping->writeback_index;
777 __entry->writeback_index,
Dext4.h456 __field( pgoff_t, writeback_index )
469 __entry->writeback_index = inode->i_mapping->writeback_index;
483 (unsigned long) __entry->writeback_index)
554 __field( pgoff_t, writeback_index )
564 __entry->writeback_index = inode->i_mapping->writeback_index;
574 (unsigned long) __entry->writeback_index)
Df2fs.h1371 __field(pgoff_t, writeback_index)
1390 __entry->writeback_index = inode->i_mapping->writeback_index;
1410 (unsigned long)__entry->writeback_index,
Dbtrfs.h709 __field( unsigned long, writeback_index )
723 __entry->writeback_index = inode->i_mapping->writeback_index;
738 __entry->writeback_index)
/Linux-v6.6/fs/afs/
Dwrite.c823 start = mapping->writeback_index * PAGE_SIZE; in afs_writepages()
827 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
832 mapping->writeback_index = in afs_writepages()
840 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
/Linux-v6.6/fs/btrfs/
Ddefrag.c1283 if (start_index < inode->i_mapping->writeback_index) in btrfs_defrag_file()
1284 inode->i_mapping->writeback_index = start_index; in btrfs_defrag_file()
Dextent_io.c1883 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
2025 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
2140 mapping->writeback_index = done_index; in extent_write_cache_pages()
/Linux-v6.6/fs/ext4/
Dinode.c2510 pgoff_t writeback_index = 0; in ext4_do_writepages() local
2598 writeback_index = mapping->writeback_index; in ext4_do_writepages()
2599 if (writeback_index) in ext4_do_writepages()
2601 mpd->first_page = writeback_index; in ext4_do_writepages()
2729 mpd->last_page = writeback_index - 1; in ext4_do_writepages()
2740 mapping->writeback_index = mpd->first_page; in ext4_do_writepages()
/Linux-v6.6/mm/
Dpage-writeback.c2411 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
2527 mapping->writeback_index = done_index; in write_cache_pages()
/Linux-v6.6/fs/ceph/
Daddr.c965 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()
1388 mapping->writeback_index = index; in ceph_writepages_start()
/Linux-v6.6/fs/smb/client/
Dfile.c2976 start = mapping->writeback_index * PAGE_SIZE; in cifs_writepages()
2979 mapping->writeback_index = next / PAGE_SIZE; in cifs_writepages()
2984 mapping->writeback_index = in cifs_writepages()
2991 mapping->writeback_index = next / PAGE_SIZE; in cifs_writepages()
/Linux-v6.6/fs/
Dinode.c213 mapping->writeback_index = 0; in inode_init_always()
/Linux-v6.6/fs/f2fs/
Ddata.c3068 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()
3277 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
/Linux-v6.6/include/linux/
Dfs.h482 pgoff_t writeback_index; member