Searched refs:out_cf (Results 1 – 2 of 2) sorted by relevance
31 const struct qstr *str, struct qstr *out_cf) in bch2_casefold() argument39 const struct qstr *str, struct qstr *out_cf) in bch2_maybe_casefold() argument42 *out_cf = *str; in bch2_maybe_casefold()45 return bch2_casefold(trans, info, str, out_cf); in bch2_maybe_casefold()
18 const struct qstr *str, struct qstr *out_cf) in bch2_casefold() argument20 *out_cf = (struct qstr) QSTR_INIT(NULL, 0); in bch2_casefold()34 *out_cf = (struct qstr) QSTR_INIT(buf, ret); in bch2_casefold()
Completed in 5 milliseconds