Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dlibceph.h198 extern int ceph_compare_options(struct ceph_options *new_opt,
/linux-4.4.14/net/ceph/
Dceph_common.c124 int ceph_compare_options(struct ceph_options *new_opt, in ceph_compare_options() function
180 EXPORT_SYMBOL(ceph_compare_options);
/linux-4.4.14/fs/ceph/
Dsuper.c331 return ceph_compare_options(new_opt, fsc->client); in compare_mount_options()
/linux-4.4.14/drivers/block/
Drbd.c716 if (!ceph_compare_options(ceph_opts, client_node->client)) { in rbd_client_find()