Searched refs:MFT_RECORD_IN_USE (Results 1 – 13 of 13) sorted by relevance
239 if (!(m->flags & MFT_RECORD_IN_USE)) { in OLD_ntfs_volume_set_flags()531 if (mrec->flags & MFT_RECORD_IN_USE) { in fix_mftmirr()549 if (mrec2->flags & MFT_RECORD_IN_USE) { in fix_mftmirr()564 if (!(mrec->flags & MFT_RECORD_IN_USE) && in fix_mftmirr()977 && (mft1->flags & MFT_RECORD_IN_USE) in self_mapped_selfloc_condition()1031 && (mft2->flags & MFT_RECORD_IN_USE) in spare_record_selfloc_condition()
239 if (m->flags & MFT_RECORD_IN_USE) in dump_mft_record()
2036 if (changed || !(record->flags & MFT_RECORD_IN_USE)) { in redo_create_file()2038 record->flags |= MFT_RECORD_IN_USE; in redo_create_file()2134 || (record->flags & MFT_RECORD_IN_USE); in redo_delete_file()2138 record->flags &= ~MFT_RECORD_IN_USE; in redo_delete_file()3275 if (changed || (record->flags & MFT_RECORD_IN_USE)) { in undo_create_file()3277 record->flags &= ~MFT_RECORD_IN_USE; in undo_create_file()3325 || !(record->flags & MFT_RECORD_IN_USE); in undo_delete_file()3342 && !(record->flags & MFT_RECORD_IN_USE)) in undo_delete_file()3344 record->flags |= MFT_RECORD_IN_USE; in undo_delete_file()
650 if (m->flags & MFT_RECORD_IN_USE) in dump_mft_record()
2214 if (!(resize->mrec->flags & MFT_RECORD_IN_USE)) in relocate_inode()3173 if ((got == 1) && (mrec->flags & MFT_RECORD_IN_USE)) { in get_unnamed_attr()3208 if ((got == 1) && (mrec->flags & MFT_RECORD_IN_USE)) { in read_and_get_attr()4224 && (mrec->flags & MFT_RECORD_IN_USE)) { in rebase_inode()4298 if ((got == 1) && (mrec->flags & MFT_RECORD_IN_USE)) { in rebase_all_inodes()
2295 if (MFT_RECORD_IN_USE & inode_flags) { in ntfs_dump_inode_general_info()2297 inode_flags &= ~MFT_RECORD_IN_USE; in ntfs_dump_inode_general_info()
1404 if (!(((MFT_RECORD*)mrec)->flags & MFT_RECORD_IN_USE)) {1999 deleted_inode = !(ni->mrec->flags & MFT_RECORD_IN_USE);
2011 if (file->mft->flags & MFT_RECORD_IN_USE) { in undelete_file()
4450 m->flags |= MFT_RECORD_IN_USE; in mkntfs_create_root_structures()
1525 && (m->flags & MFT_RECORD_IN_USE))) { in ntfs_mft_rec_alloc()1554 m->flags |= MFT_RECORD_IN_USE; in ntfs_mft_rec_alloc()1851 if (ntfs_is_file_record(m->magic) && (m->flags & MFT_RECORD_IN_USE)) { in ntfs_mft_record_alloc()1879 m->flags |= MFT_RECORD_IN_USE; in ntfs_mft_record_alloc()1983 ni->mrec->flags &= ~MFT_RECORD_IN_USE;2026 ni->mrec->flags |= MFT_RECORD_IN_USE;
176 if (!(ni->mrec->flags & MFT_RECORD_IN_USE)) { in ntfs_inode_real_open()963 if ((ni->mrec->flags & MFT_RECORD_IN_USE) && ni->nr_extents != -1 && in ntfs_inode_sync_in_dir()973 if ((ni->mrec->flags & MFT_RECORD_IN_USE) && ni->nr_extents != -1 && in ntfs_inode_sync_in_dir()987 if ((ni->mrec->flags & MFT_RECORD_IN_USE) && ni->nr_extents != -1 && in ntfs_inode_sync_in_dir()
1013 if (mrec->flags & MFT_RECORD_IN_USE) { in ntfs_device_mount()1027 if (mrec2->flags & MFT_RECORD_IN_USE) { in ntfs_device_mount()
264 MFT_RECORD_IN_USE = const_cpu_to_le16(0x0001), enumerator