Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dceph_common.c561 if (!ceph_test_opt(client, NOMSGAUTH)) in ceph_create_client()
571 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
577 ceph_test_opt(client, NOCRC), in ceph_create_client()
578 ceph_test_opt(client, TCP_NODELAY)); in ceph_create_client()
/linux-4.1.27/include/linux/ceph/
Dlibceph.h39 #define ceph_test_opt(client, opt) \ macro
/linux-4.1.27/fs/ceph/
Dsuper.c949 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_mount()
/linux-4.1.27/drivers/block/
Drbd.c3803 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()