Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dmon_client.h110 struct ceph_statfs *buf);
Dceph_fs.h174 struct ceph_statfs { struct
182 struct ceph_statfs st; argument
/linux-2.6.39/fs/ceph/
Dsuper.c54 static int ceph_statfs(struct dentry *dentry, struct kstatfs *buf) in ceph_statfs() function
58 struct ceph_statfs st; in ceph_statfs()
598 .statfs = ceph_statfs,
/linux-2.6.39/net/ceph/
Dmon_client.c496 *(struct ceph_statfs *)req->buf = reply->st; in handle_statfs_reply()
515 int ceph_monc_do_statfs(struct ceph_mon_client *monc, struct ceph_statfs *buf) in ceph_monc_do_statfs()