Home
last modified time | relevance | path

Searched refs:NTFS_FLAGS_NEED_REPLAY (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs3/
H A Dsuper.c419 if (ro_rw && (sbi->flags & NTFS_FLAGS_NEED_REPLAY)) { in ntfs_fs_reconfigure()
1291 if ((sbi->flags & NTFS_FLAGS_NEED_REPLAY) && !ro) { in ntfs_fill_super()
H A Drun.c1086 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) in run_unpack_ex()
H A Dntfs_fs.h70 #define NTFS_FLAGS_NEED_REPLAY 0x04000000 macro
H A Dfslog.c4710 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
5135 sbi->flags &= ~NTFS_FLAGS_NEED_REPLAY; in log_replay()
5225 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
H A Dfsntfs.c332 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) { in ntfs_loadlog_and_replay()