Searched refs:ceph_monc_do_statfs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | mon_client.h | 137 int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | mon_client.h | 137 int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool,
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 702 int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool, in ceph_monc_do_statfs() function 743 EXPORT_SYMBOL(ceph_monc_do_statfs); variable
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | mon_client.c | 773 int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool, in ceph_monc_do_statfs() function 814 EXPORT_SYMBOL(ceph_monc_do_statfs); variable
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 65 err = ceph_monc_do_statfs(monc, data_pool, &st); in ceph_statfs()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 69 err = ceph_monc_do_statfs(monc, data_pool, &st); in ceph_statfs()
|
Completed in 8 milliseconds