Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dgenhd.h589 extern int blk_alloc_devt(struct hd_struct *part, dev_t *devt);
/linux-2.6.39/fs/partitions/
Dcheck.c477 err = blk_alloc_devt(p, &devt); in add_partition()
/linux-2.6.39/block/
Dgenhd.c408 int blk_alloc_devt(struct hd_struct *part, dev_t *devt) in blk_alloc_devt() function
592 retval = blk_alloc_devt(&disk->part0, &devt); in add_disk()