Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dsuper.c413 if (ro_rw && (sbi->flags & NTFS_FLAGS_NEED_REPLAY)) { in ntfs_fs_reconfigure()
1273 if ((sbi->flags & NTFS_FLAGS_NEED_REPLAY) && !ro) { in ntfs_fill_super()
Drun.c1084 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) in run_unpack_ex()
Dntfs_fs.h68 #define NTFS_FLAGS_NEED_REPLAY 0x04000000 macro
Dfslog.c4683 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
5108 sbi->flags &= ~NTFS_FLAGS_NEED_REPLAY; in log_replay()
5198 sbi->flags |= NTFS_FLAGS_NEED_REPLAY; in log_replay()
Dfsntfs.c332 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) { in ntfs_loadlog_and_replay()