• Home
  • Raw
  • Download

Lines Matching refs:dirty

14 	  leave the volume dirty on umount if the final iput(vol->mft_ino)
26 dirty pages which in turn tries to that the s_umount lock and thus we
150 means users can boot into Windows after we marked the volume dirty.
342 The situation: VFS inode X on a mounted ntfs volume is dirty. For
343 same inode X, the ntfs_inode is dirty and thus corresponding on-disk
344 inode, i.e. mft record, which is in a dirty PAGE_CACHE_PAGE belonging
349 the dirty page containing the on-disk inode X, the page is now locked
355 for dirty on-disk inodes and when it finds one it calls
420 buffers belonging to the ntfs record dirty. This causes the buffers
478 marks all buffers belonging to an ntfs record dirty, followed by
479 marking the page the ntfs record is in dirty and also marking the vfs
480 inode containing the ntfs record dirty (I_DIRTY_PAGES).
491 now set the buffers belonging to the mft record dirty as well as the
494 to cope with the fact that there now are dirty buffers in mft pages.
497 mft record dirty as well as the page itself.
504 writes the mft record if the buffers belonging to it are dirty.
553 fs/ntfs/aops.c::ntfs_write_mst_block() to only check the dirty state
555 dirty state. We cannot look at the dirty state for subsequent
728 not affect the dirty state of the page buffers.
730 buffers that are inside the ntfs record in the page dirty after which
731 it sets the page dirty. This allows ->writepage to only write the
732 dirty index records rather than having to write all the records in
764 dirty code paths. Note: Access time updates are not implemented yet.
772 written out by then and hence no dirty (meta)data will be lost. We
780 records in the page are dirty and if so redirties the page and
785 time, now only throw away dirty mft (meta)data pages if dirty inodes
789 - Mark the volume dirty when (re)mounting read-write and mark it clean
791 found, the volume is left marked dirty to force chkdsk to run.
806 - Cleanup dirty ntfs inode handling (fs/ntfs/inode.[hc]) which also
808 ntfs_write_inode() which for now just cleans dirty inodes without
884 think that a volume is dirty when in fact it is clean. This should