Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Daops.c335 pgoff_t writeback_index; in gfs2_write_cache_jdata() local
345 writeback_index = mapping->writeback_index; /* prev offset */ in gfs2_write_cache_jdata()
346 index = writeback_index; in gfs2_write_cache_jdata()
391 end = writeback_index - 1; in gfs2_write_cache_jdata()
396 mapping->writeback_index = done_index; in gfs2_write_cache_jdata()
A Dops_fstype.c123 mapping->writeback_index = 0; in init_sbd()
A Dglock.c1223 mapping->writeback_index = 0; in gfs2_glock_get()
/linux/include/trace/events/
A Dwriteback.h780 __field(unsigned long, writeback_index)
792 __entry->writeback_index = inode->i_mapping->writeback_index;
805 __entry->writeback_index,
A Dext4.h434 __field( pgoff_t, writeback_index )
447 __entry->writeback_index = inode->i_mapping->writeback_index;
461 (unsigned long) __entry->writeback_index)
532 __field( pgoff_t, writeback_index )
542 __entry->writeback_index = inode->i_mapping->writeback_index;
552 (unsigned long) __entry->writeback_index)
A Df2fs.h1345 __field(pgoff_t, writeback_index)
1364 __entry->writeback_index = inode->i_mapping->writeback_index;
1384 (unsigned long)__entry->writeback_index,
A Dbtrfs.h615 __field( unsigned long, writeback_index )
629 __entry->writeback_index = inode->i_mapping->writeback_index;
644 __entry->writeback_index)
/linux/fs/afs/
A Dwrite.c766 start = mapping->writeback_index * PAGE_SIZE; in afs_writepages()
769 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
774 mapping->writeback_index = in afs_writepages()
781 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
/linux/fs/ext4/
A Dinode.c2640 pgoff_t writeback_index = 0; in ext4_writepages() local
2718 writeback_index = mapping->writeback_index; in ext4_writepages()
2719 if (writeback_index) in ext4_writepages()
2721 mpd.first_page = writeback_index; in ext4_writepages()
2849 mpd.last_page = writeback_index - 1; in ext4_writepages()
2860 mapping->writeback_index = mpd.first_page; in ext4_writepages()
/linux/mm/
A Dpage-writeback.c2194 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
2306 mapping->writeback_index = done_index; in write_cache_pages()
/linux/fs/ceph/
A Daddr.c742 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()
1110 mapping->writeback_index = index; in ceph_writepages_start()
/linux/fs/
A Dinode.c190 mapping->writeback_index = 0; in inode_init_always()
/linux/fs/f2fs/
A Ddata.c3015 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()
3197 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
/linux/fs/btrfs/
A Dextent_io.c4838 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
4981 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
5093 mapping->writeback_index = done_index; in extent_write_cache_pages()
/linux/fs/cifs/
A Dfile.c2407 index = mapping->writeback_index; /* Start from prev offset */ in cifs_writepages()
2539 mapping->writeback_index = index; in cifs_writepages()
/linux/include/linux/
A Dfs.h469 pgoff_t writeback_index; member

Completed in 82 milliseconds