Lines Matching refs:show
56 ssize_t (*show)(struct f2fs_attr *a, struct f2fs_sb_info *sbi, char *buf); member
66 ssize_t (*show)(struct f2fs_base_attr *a, char *buf); member
900 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_attr_show()
926 return a->show ? a->show(a, buf) : 0; in f2fs_base_attr_show()
965 .show = f2fs_feature_show, \
997 .show = f2fs_tune_show, \
1012 .show = f2fs_sb_feature_show, \
1019 .show = _show, \
1478 .show = f2fs_attr_show,
1497 .show = f2fs_base_attr_show,
1511 .show = f2fs_base_attr_show,
1531 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_stat_attr_show()
1552 .show = f2fs_stat_attr_show,
1569 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_sb_feat_attr_show()
1580 .show = f2fs_sb_feat_attr_show,