MFT_RECORD_IS_DIRECTORY
if (!(ni_mrec->flags & MFT_RECORD_IS_DIRECTORY))
if (ctx->mrec->flags & MFT_RECORD_IS_DIRECTORY)
if (m->flags & MFT_RECORD_IS_DIRECTORY)
} else if (m->flags & MFT_RECORD_IS_DIRECTORY) {
if (m->flags & MFT_RECORD_IS_DIRECTORY) {
m->flags |= MFT_RECORD_IS_DIRECTORY;
if (ni_mrec->flags & MFT_RECORD_IS_DIRECTORY) {