Home
last modified time | relevance | path

Searched refs:VOLUME_FLAG_DIRTY (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/ntfs3/
A Dfsntfs.c938 if ((dirty == NTFS_DIRTY_CLEAR ? 0 : VOLUME_FLAG_DIRTY) == in ntfs_set_state()
939 (sbi->volume.flags & VOLUME_FLAG_DIRTY)) in ntfs_set_state()
966 info->flags |= VOLUME_FLAG_DIRTY; in ntfs_set_state()
969 info->flags &= ~VOLUME_FLAG_DIRTY; in ntfs_set_state()
A Dsuper.c427 if (ro_rw && (sbi->volume.flags & VOLUME_FLAG_DIRTY) && in ntfs_fs_reconfigure()
1066 } else if (sbi->volume.flags & VOLUME_FLAG_DIRTY) { in ntfs_fill_super()
A Dntfs.h805 #define VOLUME_FLAG_DIRTY cpu_to_le16(0x0001) macro

Completed in 19 milliseconds