Searched refs:matched (Results 1 – 4 of 4) sorted by relevance
18 unsigned int *matched) in erofs_dirnamecmp() argument20 unsigned int i = *matched; in erofs_dirnamecmp()33 *matched = i; in erofs_dirnamecmp()38 *matched = i; in erofs_dirnamecmp()63 unsigned int matched = min(startprfx, endprfx); in find_target_dirent() local79 startprfx = matched; in find_target_dirent()82 endprfx = matched; in find_target_dirent()108 unsigned int matched; in erofs_find_target_block() local121 matched = min(startprfx, endprfx); in erofs_find_target_block()136 endprfx = matched; in erofs_find_target_block()[all …]
169 bool matched, terminated = false; in romfs_blk_strcmp() local178 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp()183 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()187 matched = false; in romfs_blk_strcmp()190 if (!matched) in romfs_blk_strcmp()201 matched = !bh->b_data[0]; in romfs_blk_strcmp()203 if (!matched) in romfs_blk_strcmp()
493 bool matched = false; in xfs_dir2_data_freefind_verify() local514 matched = true; in xfs_dir2_data_freefind_verify()526 if (!matched && in xfs_dir2_data_freefind_verify()
947 bool matched; in load_free_space_cache() local1022 matched = (tmp_ctl.free_space == (block_group->length - used - in load_free_space_cache()1025 if (matched) { in load_free_space_cache()
Completed in 15 milliseconds