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

/linux-master/fs/ntfs3/
H A Dsuper.c418 if (ro_rw && (sbi->flags & NTFS_FLAGS_NEED_REPLAY)) {
1290 if ((sbi->flags & NTFS_FLAGS_NEED_REPLAY) && !ro) {
H A Drun.c1084 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY)
H A Dntfs_fs.h70 #define NTFS_FLAGS_NEED_REPLAY 0x04000000 macro
H A Dfslog.c4663 sbi->flags |= NTFS_FLAGS_NEED_REPLAY;
5088 sbi->flags &= ~NTFS_FLAGS_NEED_REPLAY;
5178 sbi->flags |= NTFS_FLAGS_NEED_REPLAY;
H A Dfsntfs.c332 if (sbi->flags & NTFS_FLAGS_NEED_REPLAY) {

Completed in 229 milliseconds