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

/fs/romfs/
H A Dstorage.c68 * - return 1 if matched, 0 if differ, -ve if error
165 * - return 1 if matched, 0 if differ, -ve if error
173 bool matched, terminated = false; local
182 matched = (memcmp(bh->b_data + offset, str, segment) == 0);
187 if (matched && size == 0 && offset + segment < ROMBSIZE) {
191 matched = false;
194 if (!matched)
205 matched = !bh->b_data[0];
207 if (!matched)
269 * - return 1 if matched,
[all...]
/fs/xfs/libxfs/
H A Dxfs_dir2_data.c355 int matched; /* matched the value */ local
371 for (dfp = &bf[0], seenzero = matched = 0;
381 matched = 1;
387 ASSERT(matched || be16_to_cpu(dfp->length) >= be16_to_cpu(dup->length));
945 * If we matched it exactly we just need to get rid of it from
/fs/btrfs/
H A Dfree-space-cache.c806 bool matched; local
848 matched = (ctl->free_space == (block_group->key.offset - used -
852 if (!matched) {
2194 * oops didn't find an extent that matched the space we wanted

Completed in 74 milliseconds