Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 2 of 2) sorted by relevance

/init/
Ddo_mounts.c77 static int match_dev_by_uuid(struct device *dev, const void *data) in match_dev_by_uuid()
104 struct device *dev = NULL; in devt_from_partuuid() local
161 static int match_dev_by_label(struct device *dev, const void *data) in match_dev_by_label()
173 struct device *dev; in devt_from_partlabel() local
Ddo_mounts.h17 static inline __init int create_dev(char *name, dev_t dev) in create_dev()