Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
Dceph_common.c525 opt->flags &= ~CEPH_OPT_NOSHARE; in ceph_parse_options()
528 opt->flags |= CEPH_OPT_NOSHARE; in ceph_parse_options()
592 if (opt->flags & CEPH_OPT_NOSHARE) in ceph_print_client_options()
/Linux-v5.4/include/linux/ceph/
Dlibceph.h32 #define CEPH_OPT_NOSHARE (1<<1) /* don't share client with other sbs */ macro
/Linux-v5.4/drivers/block/
Drbd.c802 if (ceph_opts->flags & CEPH_OPT_NOSHARE) in rbd_client_find()