Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c223 unsigned maj, min; in name_to_dev_t() local
225 if (sscanf(name, "%u:%u", &maj, &min) == 2) { in name_to_dev_t()
226 res = MKDEV(maj, min); in name_to_dev_t()
227 if (maj != MAJOR(res) || min != MINOR(res)) in name_to_dev_t()