Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c115 int offset = 0; in devt_from_partuuid() local
127 "PARTNROFF=%d%c", &offset, &c) != 1) { in devt_from_partuuid()
149 if (!offset) in devt_from_partuuid()
154 part = disk_get_part(disk, dev_to_part(dev)->partno + offset); in devt_from_partuuid()
251 unsigned maj, min, offset; in name_to_dev_t() local
255 (sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, &dummy) == 3)) { in name_to_dev_t()
DKconfig788 # and the refill costs are offset by the savings of sending fewer IPIs.