Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dsuper.c413 if (ro_rw && (sbi->flags & NTFS_FLAGS_NEED_REPLAY)) { in ntfs_fs_reconfigure()
1284 if ((sbi->flags & NTFS_FLAGS_NEED_REPLAY) && !ro) { in ntfs_fill_super()
H A Drun.c1084 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.c4664 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
5089 sbi->flags &= ~NTFS_FLAGS_NEED_REPLAY; in log_replay()
5179 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()