Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk.h353 int blk_alloc_devt(struct hd_struct *part, dev_t *devt);
Dgenhd.c571 int blk_alloc_devt(struct hd_struct *part, dev_t *devt) in blk_alloc_devt() function
795 retval = blk_alloc_devt(&disk->part0, &devt); in __device_add_disk()
/Linux-v5.10/block/partitions/
Dcore.c442 err = blk_alloc_devt(p, &devt); in add_partition()