Home
last modified time | relevance | path

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

/Linux-v5.15/fs/gfs2/
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()
Dops_fstype.c123 mapping->writeback_index = 0; in init_sbd()
Dglock.c1089 mapping->writeback_index = 0; in gfs2_glock_get()
/Linux-v5.15/include/trace/events/
Dwriteback.h787 __field(unsigned long, writeback_index)
799 __entry->writeback_index = inode->i_mapping->writeback_index;
812 __entry->writeback_index,
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)
Df2fs.h1334 __field(pgoff_t, writeback_index)
1353 __entry->writeback_index = inode->i_mapping->writeback_index;
1373 (unsigned long)__entry->writeback_index,
Dbtrfs.h615 __field( unsigned long, writeback_index )
629 __entry->writeback_index = inode->i_mapping->writeback_index;
644 __entry->writeback_index)
/Linux-v5.15/fs/afs/
Dwrite.c778 start = mapping->writeback_index * PAGE_SIZE; in afs_writepages()
781 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
786 mapping->writeback_index = in afs_writepages()
793 mapping->writeback_index = next / PAGE_SIZE; in afs_writepages()
/Linux-v5.15/fs/ext4/
Dinode.c2643 pgoff_t writeback_index = 0; in ext4_writepages() local
2721 writeback_index = mapping->writeback_index; in ext4_writepages()
2722 if (writeback_index) in ext4_writepages()
2724 mpd.first_page = writeback_index; in ext4_writepages()
2852 mpd.last_page = writeback_index - 1; in ext4_writepages()
2863 mapping->writeback_index = mpd.first_page; in ext4_writepages()
/Linux-v5.15/mm/
Dpage-writeback.c2194 index = mapping->writeback_index; /* prev offset */ in write_cache_pages()
2306 mapping->writeback_index = done_index; in write_cache_pages()
/Linux-v5.15/fs/ceph/
Daddr.c741 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start()
1109 mapping->writeback_index = index; in ceph_writepages_start()
/Linux-v5.15/fs/
Dinode.c192 mapping->writeback_index = 0; in inode_init_always()
/Linux-v5.15/fs/f2fs/
Ddata.c2962 index = mapping->writeback_index; /* prev offset */ in f2fs_write_cache_pages()
3144 mapping->writeback_index = done_index; in f2fs_write_cache_pages()
/Linux-v5.15/fs/btrfs/
Dextent_io.c4790 index = mapping->writeback_index; /* Start from prev offset */ in btree_write_cache_pages()
4933 index = mapping->writeback_index; /* Start from prev offset */ in extent_write_cache_pages()
5045 mapping->writeback_index = done_index; in extent_write_cache_pages()
Dioctl.c1496 if (i < inode->i_mapping->writeback_index) in btrfs_defrag_file()
1497 inode->i_mapping->writeback_index = i; in btrfs_defrag_file()
/Linux-v5.15/fs/cifs/
Dfile.c2407 index = mapping->writeback_index; /* Start from prev offset */ in cifs_writepages()
2539 mapping->writeback_index = index; in cifs_writepages()
/Linux-v5.15/include/linux/
Dfs.h472 pgoff_t writeback_index; member