Searched refs:flags_match (Results 1 – 7 of 7) sorted by relevance
1024 ctx->flags_match = 0; in mft_next_record()1033 ctx->flags_match |= FEMR_IN_USE; in mft_next_record()1065 ctx->flags_match |= FEMR_BASE_RECORD; in mft_next_record()1067 ctx->flags_match |= FEMR_NOT_BASE_RECORD; in mft_next_record()1070 ctx->flags_match |= FEMR_BASE_RECORD; in mft_next_record()1073 ctx->flags_match |= FEMR_FILE; in mft_next_record()1079 ctx->flags_match |= FEMR_DIR; in mft_next_record()1089 case 1: ctx->flags_match |= FEMR_METADATA; break; in mft_next_record()1090 case 0: ctx->flags_match |= FEMR_NOT_METADATA; break; in mft_next_record()1092 ctx->flags_match |= FEMR_NOT_METADATA; break; in mft_next_record()[all …]
64 if (!(m_ctx->flags_match & FEMR_BASE_RECORD)) in cluster_find()
79 int flags_match; member
296 if (!(m_ctx->flags_match & FEMR_IN_USE)) in info()313 if (m_ctx->flags_match & FEMR_METADATA) in info()
101 flags_match = FLAGS_PATTERN.search(source)102 if flags_match:103 result += flags_match.group(1).strip().split()
102 flags_match = FLAGS_PATTERN.search(source)103 if flags_match:104 result += flags_match.group(1).strip().split()
61 flags_match = FLAGS_PATTERN.search(source)62 if flags_match:63 flags = flags_match.group(1).strip().split()