Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dlibceph.h42 #define ceph_test_opt(client, opt) \ macro
/linux-2.6.39/net/ceph/
Dceph_common.c522 if (ceph_test_opt(client, MYIP)) in __ceph_open_session()
531 client->msgr->nocrc = ceph_test_opt(client, NOCRC); in __ceph_open_session()
/linux-2.6.39/fs/ceph/
Dsuper.c824 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_mount()