Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dsuper.c372 if (ro_rw && (sbi->flags & NTFS_FLAGS_NEED_REPLAY)) { in ntfs_fs_reconfigure()
1024 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) { in ntfs_fill_super()
Drun.c1081 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) in run_unpack_ex()
Dntfs_fs.h64 #define NTFS_FLAGS_NEED_REPLAY 0x04000000 macro
Dfslog.c4678 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
5104 sbi->flags &= ~NTFS_FLAGS_NEED_REPLAY; in log_replay()
5194 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
Dfsntfs.c307 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) { in ntfs_loadlog_and_replay()