Searched refs:matched (Results 1 – 3 of 3) sorted by relevance
173 bool matched, terminated = false; in romfs_blk_strcmp() local182 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp()187 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()191 matched = false; in romfs_blk_strcmp()194 if (!matched) in romfs_blk_strcmp()205 matched = !bh->b_data[0]; in romfs_blk_strcmp()207 if (!matched) in romfs_blk_strcmp()
186 int matched; /* matched the value */ in xfs_dir2_data_freefind() local199 for (dfp = &hdr->bestfree[0], seenzero = matched = 0; in xfs_dir2_data_freefind()209 matched = 1; in xfs_dir2_data_freefind()215 ASSERT(matched || be16_to_cpu(dfp->length) >= be16_to_cpu(dup->length)); in xfs_dir2_data_freefind()
747 bool matched; in load_free_space_cache() local789 matched = (ctl->free_space == (block_group->key.offset - used - in load_free_space_cache()793 if (!matched) { in load_free_space_cache()