Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmon_client.h110 struct ceph_statfs *buf);
Dceph_fs.h172 struct ceph_statfs { struct
180 struct ceph_statfs st; argument
/linux-4.4.14/fs/ceph/
Dsuper.c45 static int ceph_statfs(struct dentry *dentry, struct kstatfs *buf) in ceph_statfs() function
49 struct ceph_statfs st; in ceph_statfs()
723 .statfs = ceph_statfs,
/linux-4.4.14/net/ceph/
Dmon_client.c576 *(struct ceph_statfs *)req->buf = reply->st; in handle_statfs_reply()
595 int ceph_monc_do_statfs(struct ceph_mon_client *monc, struct ceph_statfs *buf) in ceph_monc_do_statfs()