Searched refs:bdevsw_add (Results 1 – 4 of 4) sorted by relevance
301 int bdevsw_add(int, const struct bdevsw *);
139 bdevsw_add(int index, const struct bdevsw * bsw) in bdevsw_add() function
670 …mdevBMajor = bdevsw_add(-1, &mdevbdevsw); /* Add to the table and figure out a major… in mdevadd()
1356 vndevice_bdev_major = bdevsw_add(BDEV_MAJOR, &vn_bdevsw); in vndevice_do_init()