Searched refs:MFT_RECORD_IN_USE (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c1525 && (m->flags & MFT_RECORD_IN_USE))) {
1554 m->flags |= MFT_RECORD_IN_USE;
1851 if (ntfs_is_file_record(m->magic) && (m->flags & MFT_RECORD_IN_USE)) {
1879 m->flags |= MFT_RECORD_IN_USE;
1983 ni->mrec->flags &= ~MFT_RECORD_IN_USE;
2026 ni->mrec->flags |= MFT_RECORD_IN_USE;
H A Dinode.c176 if (!(ni->mrec->flags & MFT_RECORD_IN_USE)) {
969 if ((ni->mrec->flags & MFT_RECORD_IN_USE) && ni->nr_extents != -1 &&
979 if ((ni->mrec->flags & MFT_RECORD_IN_USE) && ni->nr_extents != -1 &&
993 if ((ni->mrec->flags & MFT_RECORD_IN_USE) && ni->nr_extents != -1 &&
H A Dvolume.c1013 if (mrec->flags & MFT_RECORD_IN_USE) {
1027 if (mrec2->flags & MFT_RECORD_IN_USE) {
H A Dlayout.h264 MFT_RECORD_IN_USE = const_cpu_to_le16(0x0001), enumerator in enum:__anon20
373 is deleted, the MFT_RECORD_IN_USE flag is
448 is deleted, the MFT_RECORD_IN_USE flag is
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c4129 m->flags |= MFT_RECORD_IN_USE;

Completed in 76 milliseconds