Lines Matching full:matched
18 unsigned int *matched) in erofs_dirnamecmp() argument
20 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() local
72 /* string comparison without already matched prefix */ in find_target_dirent()
73 int ret = erofs_dirnamecmp(name, &dname, &matched); in find_target_dirent()
79 startprfx = matched; in find_target_dirent()
82 endprfx = matched; in find_target_dirent()
108 unsigned int matched; in erofs_find_target_block() local
121 matched = min(startprfx, endprfx); in erofs_find_target_block()
130 /* string comparison without already matched prefix */ in erofs_find_target_block()
131 diff = erofs_dirnamecmp(name, &dname, &matched); in erofs_find_target_block()
136 endprfx = matched; in erofs_find_target_block()
148 startprfx = matched; in erofs_find_target_block()