Home
last modified time | relevance | path

Searched defs:devt (Results 1 – 3 of 3) sorted by relevance

/block/
Dearly-lookup.c46 static int __init devt_from_partuuid(const char *uuid_str, dev_t *devt) in devt_from_partuuid()
112 static int __init devt_from_partlabel(const char *label, dev_t *devt) in devt_from_partlabel()
126 dev_t devt = MKDEV(0, 0); in blk_lookup_devt() local
153 static int __init devt_from_devname(const char *name, dev_t *devt) in devt_from_devname()
197 static int __init devt_from_devnum(const char *name, dev_t *devt) in devt_from_devnum()
244 int __init early_lookup_bdev(const char *name, dev_t *devt) in early_lookup_bdev()
255 static char __init *bdevt_str(dev_t devt, char *buf) in bdevt_str()
Dgenhd.c215 void (*probe)(dev_t devt)) in __register_blkdev()
780 static bool blk_probe_dev(dev_t devt) in blk_probe_dev()
797 void blk_request_module(dev_t devt) in blk_request_module()
1341 dev_t devt = 0; in part_devt() local
/block/partitions/
Dcore.c294 dev_t devt = MKDEV(0, 0); in add_partition() local