Searched refs:I_DIRTY_PAGES (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/fs/
H A Dfs-writeback.c540 * I_DIRTY_PAGES is always cleared together above even if @mapping __writeback_single_inode()
543 * sees clear I_DIRTY_PAGES or we see PAGECACHE_TAG_DIRTY. __writeback_single_inode()
548 inode->i_state |= I_DIRTY_PAGES; __writeback_single_inode()
554 /* Don't write the inode if only I_DIRTY_PAGES was set */ __writeback_single_inode()
555 if (dirty & ~I_DIRTY_PAGES) { __writeback_single_inode()
1244 * blockdev's pages. This is why for I_DIRTY_PAGES we always use
1258 * Don't do this for I_DIRTY_PAGES - that doesn't actually __mark_inode_dirty()
1342 if (inode->i_state & (I_DIRTY_INODE | I_DIRTY_PAGES)) __mark_inode_dirty()
H A Dbuffer.c640 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); __set_page_dirty()
/linux-4.1.27/include/trace/events/
H A Dwriteback.h15 {I_DIRTY_PAGES, "I_DIRTY_PAGES"}, \
/linux-4.1.27/fs/ntfs/
H A Dindex.h134 * too (I_DIRTY_PAGES) and this in turn ensures the page buffers, and hence the
H A Daops.c1722 * (I_DIRTY_PAGES only).
H A Dinode.c3046 * written out as mark_ntfs_record_dirty() will only set I_DIRTY_PAGES __ntfs_write_inode()
H A Dmft.c383 * NOTE: We only set I_DIRTY_SYNC and I_DIRTY_DATASYNC (and not I_DIRTY_PAGES)
/linux-4.1.27/fs/afs/
H A Dwrite.c671 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); afs_writeback_all()
/linux-4.1.27/fs/gfs2/
H A Dfile.c667 sync_state &= ~I_DIRTY_PAGES; gfs2_fsync()
/linux-4.1.27/include/linux/
H A Dfs.h1777 * I_DIRTY_DATASYNC and I_DIRTY_PAGES.
1791 * I_DIRTY_PAGES Inode has dirty pages. Inode itself may be clean.
1828 #define I_DIRTY_PAGES (1 << 2) macro
1844 #define I_DIRTY (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES)
/linux-4.1.27/fs/ubifs/
H A Dfile.c586 * Note, we do not set @I_DIRTY_PAGES (which means that the ubifs_write_end()
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c1911 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); xfs_vm_set_page_dirty()
/linux-4.1.27/mm/
H A Dpage-writeback.c2162 __mark_inode_dirty(mapping->host, I_DIRTY_PAGES); __set_page_dirty_nobuffers()

Completed in 191 milliseconds