Searched refs:bdevsw_add (Results 1 – 3 of 3) sorted by relevance
305 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()