Home
last modified time | relevance | path

Searched refs:ceph_monc_do_statfs (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmon_client.h109 extern int ceph_monc_do_statfs(struct ceph_mon_client *monc,
/linux-4.1.27/net/ceph/
Dmon_client.c579 int ceph_monc_do_statfs(struct ceph_mon_client *monc, struct ceph_statfs *buf) in ceph_monc_do_statfs() function
616 EXPORT_SYMBOL(ceph_monc_do_statfs);
/linux-4.1.27/fs/ceph/
Dsuper.c54 err = ceph_monc_do_statfs(&fsc->client->monc, &st); in ceph_statfs()