Searched refs:out_cf (Results 1 – 2 of 2) sorted by relevance
31 const struct qstr *str, struct qstr *out_cf) in bch2_maybe_casefold() argument34 *out_cf = *str; in bch2_maybe_casefold()37 return bch2_casefold(trans, info, str, out_cf); in bch2_maybe_casefold()
17 const struct qstr *str, struct qstr *out_cf) in bch2_casefold() argument19 *out_cf = (struct qstr) QSTR_INIT(NULL, 0); in bch2_casefold()31 *out_cf = (struct qstr) QSTR_INIT(buf, ret); in bch2_casefold()