Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dceph_common.c557 opt->flags &= ~CEPH_OPT_NOSHARE; in ceph_parse_param()
559 opt->flags |= CEPH_OPT_NOSHARE; in ceph_parse_param()
658 if (opt->flags & CEPH_OPT_NOSHARE) in ceph_print_client_options()
/linux/include/linux/ceph/
H A Dlibceph.h32 #define CEPH_OPT_NOSHARE (1<<1) /* don't share client with other sbs */ macro