Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/gfs2/
A 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()
A Dops_fstype.c121 mapping->writeback_index = 0; in init_sbd()
A Dglock.c1217 mapping->writeback_index = 0; in gfs2_glock_get()
/linux-6.3-rc2/include/trace/events/
A Dwriteback.h752 __field(unsigned long, writeback_index)
764 __entry->writeback_index = inode->i_mapping->writeback_index;
777 __entry->writeback_index,
A Dext4.h442 __field( pgoff_t, writeback_index )
455 __entry->writeback_index = inode->i_mapping->writeback_index;
469 (unsigned long) __entry->writeback_index)
540 __field( pgoff_t, writeback_index )
550 __entry->writeback_index = inode->i_mapping->writeback_index;
560 (unsigned long) __entry->writeback_index)
A Df2fs.h1371 __field(pgoff_t, writeback_index)
1390 __entry->writeback_index = inode->i_mapping->writeback_index;
1410 (unsigned long)__entry->writeback_index,
A Dbtrfs.h681 __field( unsigned long, writeback_index )
695 __entry->writeback_index = inode->i_mapping->writeback_index;
710 __entry->writeback_index)
/linux-6.3-rc2/fs/afs/
A Dwrite.c818 start = mapping->writeback_index * PAGE_SIZE; in afs_writepages()
822 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
827 mapping->writeback_index = in afs_writepages()
835 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
/linux-6.3-rc2/fs/btrfs/
A Ddefrag.c1282 if (start_index < inode->i_mapping->writeback_index) in btrfs_defrag_file()
1283 inode->i_mapping->writeback_index = start_index; in btrfs_defrag_file()
A Dextent_io.c2420 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
2562 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
2670 mapping->writeback_index = done_index; in extent_write_cache_pages()
/linux-6.3-rc2/fs/ext4/
A Dinode.c2723 pgoff_t writeback_index = 0; in ext4_do_writepages() local
2799 writeback_index = mapping->writeback_index; in ext4_do_writepages()
2800 if (writeback_index) in ext4_do_writepages()
2802 mpd->first_page = writeback_index; in ext4_do_writepages()
2930 mpd->last_page = writeback_index - 1; in ext4_do_writepages()
2941 mapping->writeback_index = mpd->first_page; in ext4_do_writepages()
/linux-6.3-rc2/fs/ceph/
A Daddr.c834 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()
1216 mapping->writeback_index = index; in ceph_writepages_start()
/linux-6.3-rc2/mm/
A Dpage-writeback.c2411 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
2525 mapping->writeback_index = done_index; in write_cache_pages()
/linux-6.3-rc2/fs/cifs/
A 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-6.3-rc2/fs/
A Dinode.c214 mapping->writeback_index = 0; in inode_init_always()
/linux-6.3-rc2/fs/f2fs/
A Ddata.c2999 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()
3212 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
/linux-6.3-rc2/include/linux/
A Dfs.h439 pgoff_t writeback_index; member

Completed in 79 milliseconds