Lines Matching +full:out +full:-
1 // SPDX-License-Identifier: GPL-2.0
30 for (f = &feature_list[0]; f->compat != 0; f++) { \
31 if (f->compat != BCH_FEATURE_ ## type) \
33 if (BCH_HAS_ ## type ## _FEATURE(&c->cache->sb, f->mask)) { \
35 out += snprintf(out, buf + size - out, \
38 out += snprintf(out, buf + size - out, \
42 out += snprintf(out, buf + size - out, " "); \
45 out += snprintf(out, buf + size - out, "%s", f->string);\
47 if (BCH_HAS_ ## type ## _FEATURE(&c->cache->sb, f->mask)) \
48 out += snprintf(out, buf + size - out, "]"); \
53 out += snprintf(out, buf + size - out, "\n"); \
58 char *out = buf; in bch_print_cache_set_feature_compat() local
60 return out - buf; in bch_print_cache_set_feature_compat()
65 char *out = buf; in bch_print_cache_set_feature_ro_compat() local
67 return out - buf; in bch_print_cache_set_feature_ro_compat()
72 char *out = buf; in bch_print_cache_set_feature_incompat() local
74 return out - buf; in bch_print_cache_set_feature_incompat()