udf_compare_icb
KASSERT(udf_compare_icb(&VTOI(fdvp)->loc, &VTOI(tdvp)->loc) != 0);
if (udf_compare_icb(&parent_loc, &VTOI(vp)->loc) == 0) {
if (udf_compare_icb(&parent_loc, &VTOI(fdvp)->loc) == 0) {
return udf_compare_icb(&a_node->loc, &b_node->loc);
return udf_compare_icb(&a_node->loc, icb);
int udf_compare_icb(const struct long_ad *a, const struct long_ad *b);