Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dsuper.c437 if (ro_rw && (sbi->volume.flags & VOLUME_FLAG_DIRTY) && in ntfs_fs_reconfigure()
478 (sbi->volume.flags & VOLUME_FLAG_DIRTY) ? "dirty" : "clean"); in ntfs3_volinfo()
1253 if (info->flags & VOLUME_FLAG_DIRTY) { in ntfs_fill_super()
1297 if ((sbi->volume.flags & VOLUME_FLAG_DIRTY) && !ro && !options->force) { in ntfs_fill_super()
H A Dfsntfs.c939 if ((dirty == NTFS_DIRTY_CLEAR ? 0 : VOLUME_FLAG_DIRTY) == in ntfs_set_state()
940 (sbi->volume.flags & VOLUME_FLAG_DIRTY)) in ntfs_set_state()
969 info->flags |= VOLUME_FLAG_DIRTY; in ntfs_set_state()
972 info->flags &= ~VOLUME_FLAG_DIRTY; in ntfs_set_state()
H A Dntfs.h805 #define VOLUME_FLAG_DIRTY cpu_to_le16(0x0001) macro