Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Daops.c351 pgoff_t uninitialized_var(writeback_index); in gfs2_write_cache_jdata()
361 writeback_index = mapping->writeback_index; /* prev offset */ in gfs2_write_cache_jdata()
362 index = writeback_index; in gfs2_write_cache_jdata()
407 end = writeback_index - 1; in gfs2_write_cache_jdata()
412 mapping->writeback_index = done_index; in gfs2_write_cache_jdata()
Dops_fstype.c115 mapping->writeback_index = 0; in init_sbd()
Dglock.c771 mapping->writeback_index = 0; in gfs2_glock_get()
/linux-4.1.27/include/trace/events/
Dwriteback.h584 __field(unsigned long, writeback_index)
595 __entry->writeback_index = inode->i_mapping->writeback_index;
607 __entry->writeback_index,
Df2fs.h949 __field(pgoff_t, writeback_index)
968 __entry->writeback_index = inode->i_mapping->writeback_index;
988 (unsigned long)__entry->writeback_index,
Dbtrfs.h322 __field( pgoff_t, writeback_index )
336 __entry->writeback_index = inode->i_mapping->writeback_index;
351 (unsigned long)__entry->writeback_index)
Dext4.h380 __field( pgoff_t, writeback_index )
393 __entry->writeback_index = inode->i_mapping->writeback_index;
407 (unsigned long) __entry->writeback_index)
478 __field( pgoff_t, writeback_index )
488 __entry->writeback_index = inode->i_mapping->writeback_index;
498 (unsigned long) __entry->writeback_index)
/linux-4.1.27/mm/
Dpage-writeback.c1842 pgoff_t uninitialized_var(writeback_index); in write_cache_pages()
1852 writeback_index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
1853 index = writeback_index; in write_cache_pages()
1980 end = writeback_index - 1; in write_cache_pages()
1984 mapping->writeback_index = done_index; in write_cache_pages()
/linux-4.1.27/fs/afs/
Dwrite.c546 start = mapping->writeback_index; in afs_writepages()
552 mapping->writeback_index = next; in afs_writepages()
557 mapping->writeback_index = next; in afs_writepages()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw.c1229 start = mapping->writeback_index << PAGE_CACHE_SHIFT; in ll_writepages()
1258 mapping->writeback_index = (end >> PAGE_CACHE_SHIFT) + 1; in ll_writepages()
/linux-4.1.27/fs/ext4/
Dinode.c2418 pgoff_t writeback_index = 0; in ext4_writepages() local
2495 writeback_index = mapping->writeback_index; in ext4_writepages()
2496 if (writeback_index) in ext4_writepages()
2498 mpd.first_page = writeback_index; in ext4_writepages()
2585 mpd.last_page = writeback_index - 1; in ext4_writepages()
2596 mapping->writeback_index = mpd.first_page; in ext4_writepages()
/linux-4.1.27/fs/ceph/
Daddr.c728 start = mapping->writeback_index; /* Start from prev offset */ in ceph_writepages_start()
996 mapping->writeback_index = index; in ceph_writepages_start()
/linux-4.1.27/fs/
Dinode.c174 mapping->writeback_index = 0; in inode_init_always()
/linux-4.1.27/fs/btrfs/
Dextent_io.c3261 page->mapping->writeback_index = page->index + nr_written; in update_nr_written()
3854 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
3998 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
Dioctl.c1331 if (i < inode->i_mapping->writeback_index) in btrfs_defrag_file()
1332 inode->i_mapping->writeback_index = i; in btrfs_defrag_file()
/linux-4.1.27/fs/cifs/
Dfile.c2054 index = mapping->writeback_index; /* Start from prev offset */ in cifs_writepages()
2144 mapping->writeback_index = index; in cifs_writepages()
/linux-4.1.27/include/linux/
Dfs.h435 pgoff_t writeback_index;/* writeback starts here */ member