Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dlibceph.h35 #define CEPH_OPT_NOSHARE (1<<1) /* don't share client with other sbs */ macro
/linux-3.4.99/net/ceph/
Dceph_common.c405 opt->flags &= ~CEPH_OPT_NOSHARE; in ceph_parse_options()
408 opt->flags |= CEPH_OPT_NOSHARE; in ceph_parse_options()
/linux-3.4.99/fs/ceph/
Dsuper.c381 if (opt->flags & CEPH_OPT_NOSHARE) in ceph_show_options()
/linux-3.4.99/drivers/block/
Drbd.c339 if (opt->flags & CEPH_OPT_NOSHARE) in __rbd_client_find()