Searched refs:writeback_index (Results 1 – 17 of 17) sorted by relevance
314 pgoff_t writeback_index; in gfs2_write_cache_jdata() local324 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()
121 mapping->writeback_index = 0; in init_sbd()
1217 mapping->writeback_index = 0; in gfs2_glock_get()
752 __field(unsigned long, writeback_index)764 __entry->writeback_index = inode->i_mapping->writeback_index;777 __entry->writeback_index,
442 __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)
1371 __field(pgoff_t, writeback_index)1390 __entry->writeback_index = inode->i_mapping->writeback_index;1410 (unsigned long)__entry->writeback_index,
681 __field( unsigned long, writeback_index )695 __entry->writeback_index = inode->i_mapping->writeback_index;710 __entry->writeback_index)
818 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()
1282 if (start_index < inode->i_mapping->writeback_index) in btrfs_defrag_file()1283 inode->i_mapping->writeback_index = start_index; in btrfs_defrag_file()
2420 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()
2723 pgoff_t writeback_index = 0; in ext4_do_writepages() local2799 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()
834 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()1216 mapping->writeback_index = index; in ceph_writepages_start()
2411 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()2525 mapping->writeback_index = done_index; in write_cache_pages()
2976 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()
214 mapping->writeback_index = 0; in inode_init_always()
2999 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()3212 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
439 pgoff_t writeback_index; member
Completed in 101 milliseconds