Home
last modified time | relevance | path

Searched refs:ceph_check_fsid (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/linux/ceph/
Dlibceph.h204 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
/linux-2.6.39/net/ceph/
Dceph_common.c77 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid() function
93 EXPORT_SYMBOL(ceph_check_fsid);
Dmon_client.c346 if (ceph_check_fsid(monc->client, &monmap->fsid) < 0) { in ceph_monc_handle_map()
Dosd_client.c1347 if (ceph_check_fsid(osdc->client, &fsid) < 0) in ceph_osdc_handle_map()
/linux-2.6.39/fs/ceph/
Dmds_client.c3245 if (ceph_check_fsid(mdsc->fsc->client, &fsid) < 0) in ceph_mdsc_handle_map()