Searched refs:RNBD_PART_BITS (Results 1 – 1 of 1) sorted by relevance
34 #define RNBD_PART_BITS 6 macro1373 dev->gd->first_minor = idx << RNBD_PART_BITS; in rnbd_clt_setup_gen_disk()1374 dev->gd->minors = 1 << RNBD_PART_BITS; in rnbd_clt_setup_gen_disk()1443 ret = ida_alloc_max(&index_ida, (1 << (MINORBITS - RNBD_PART_BITS)) - 1, in init_dev()