Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dceph_fs.h188 struct ceph_statfs { struct
196 struct ceph_statfs st; argument
/linux/fs/ceph/
H A Dsuper.c55 static int ceph_statfs(struct dentry *dentry, struct kstatfs *buf) in ceph_statfs() function
59 struct ceph_statfs st; in ceph_statfs()
1050 .statfs = ceph_statfs,
/linux/net/ceph/
H A Dmon_client.c774 struct ceph_statfs *buf) in ceph_monc_do_statfs()