Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c291 sbi->flags |= NTFS_FLAGS_LOG_REPLAYING; in ntfs_loadlog_and_replay()
344 sbi->flags &= ~NTFS_FLAGS_LOG_REPLAYING; in ntfs_loadlog_and_replay()
H A Dntfs_fs.h67 #define NTFS_FLAGS_LOG_REPLAYING 0x00000008 macro
H A Dfrecord.c107 !(ni->mi.sbi->flags & NTFS_FLAGS_LOG_REPLAYING)) in ni_clear()
3343 !(sbi->flags & NTFS_FLAGS_LOG_REPLAYING) && inode->i_nlink) { in ni_write_inode()
H A Dinode.c77 if (sbi->flags & NTFS_FLAGS_LOG_REPLAYING) { in ntfs_read_mft()