Home
last modified time | relevance | path

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

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Ddentry.c576 dentry_compare_names(const struct wim_dentry *d1, const struct wim_dentry *d2, in dentry_compare_names() function
599 res = dentry_compare_names(d1, d2, true); in collate_dentry_names()
602 return dentry_compare_names(d1, d2, false); in collate_dentry_names()
646 res = dentry_compare_names(&wanted, child, true); in get_dentry_child_with_utf16le_name()
651 res = dentry_compare_names(&wanted, child, false); in get_dentry_child_with_utf16le_name()
1037 if (dentry_compare_names(prev, dentry, true)) in dentry_get_first_ci_match()
1064 if (dentry_compare_names(ci_match, dentry, true)) in dentry_get_next_ci_match()