Home
last modified time | relevance | path

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

/linux-6.6.21/net/ceph/
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-6.6.21/include/linux/ceph/
Dlibceph.h32 #define CEPH_OPT_NOSHARE (1<<1) /* don't share client with other sbs */ macro
/linux-6.6.21/drivers/block/
Drbd.c760 if (ceph_opts->flags & CEPH_OPT_NOSHARE) in rbd_client_find()