Home
last modified time | relevance | path

Searched refs:NTFS_FLAGS_LOG_REPLAYING (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Dfsntfs.c266 sbi->flags |= NTFS_FLAGS_LOG_REPLAYING; in ntfs_loadlog_and_replay()
319 sbi->flags &= ~NTFS_FLAGS_LOG_REPLAYING; in ntfs_loadlog_and_replay()
Dntfs_fs.h61 #define NTFS_FLAGS_LOG_REPLAYING 0x00000008 macro
Dinode.c76 if (sbi->flags & NTFS_FLAGS_LOG_REPLAYING) { in ntfs_read_mft()
Dfrecord.c3247 !(sbi->flags & NTFS_FLAGS_LOG_REPLAYING) && inode->i_nlink) { in ni_write_inode()