Home
last modified time | relevance | path

Searched refs:ceph_print_client_options (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/ceph/
Dceph_common.c576 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options() function
624 EXPORT_SYMBOL(ceph_print_client_options);
Ddebugfs.c378 ret = ceph_print_client_options(s, client, true); in client_options_show()
/Linux-v5.4/include/linux/ceph/
Dlibceph.h287 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client,
/Linux-v5.4/fs/ceph/
Dsuper.c563 ret = ceph_print_client_options(m, fsc->client, false); in ceph_show_options()