| 265 | void clear_multimds_snaps_allowed() { clear_flag(CEPH_MDSMAP_ALLOW_MULTIMDS_SNAPS); } |
| 266 | bool allows_multimds_snaps() const { return test_flag(CEPH_MDSMAP_ALLOW_MULTIMDS_SNAPS); } |
| 267 | bool joinable() const { return !test_flag(CEPH_MDSMAP_NOT_JOINABLE); } |
| 268 | |
| 269 | epoch_t get_epoch() const { return epoch; } |
| 270 | void inc_epoch() { epoch++; } |
no outgoing calls