Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ceph/
Dlibceph.h299 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client,
/linux-6.6.21/net/ceph/
Dceph_common.c604 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options() function
690 EXPORT_SYMBOL(ceph_print_client_options);
Ddebugfs.c383 ret = ceph_print_client_options(s, client, true); in client_options_show()
/linux-6.6.21/fs/ceph/
Dsuper.c696 ret = ceph_print_client_options(m, fsc->client, false); in ceph_show_options()