Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dsuper.c371 if (ro_rw && (sbi->flags & NTFS_FLAGS_NEED_REPLAY)) { in ntfs_fs_reconfigure()
1012 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) { in ntfs_fill_super()
Drun.c1034 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) in run_unpack_ex()
Dntfs_fs.h65 #define NTFS_FLAGS_NEED_REPLAY 0x04000000 macro
Dfslog.c4693 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
5113 sbi->flags &= ~NTFS_FLAGS_NEED_REPLAY; in log_replay()
5203 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
Dfsntfs.c307 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) { in ntfs_loadlog_and_replay()