Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 3 of 3) sorted by relevance

/fs/romfs/
Dstorage.c173 bool matched, terminated = false; in romfs_blk_strcmp() local
182 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()
/fs/xfs/
Dxfs_dir2_data.c186 int matched; /* matched the value */ in xfs_dir2_data_freefind() local
199 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()
/fs/btrfs/
Dfree-space-cache.c747 bool matched; in load_free_space_cache() local
789 matched = (ctl->free_space == (block_group->key.offset - used - in load_free_space_cache()
793 if (!matched) { in load_free_space_cache()