Home
last modified time | relevance | path

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

/init/
Ddo_mounts.c80 const struct uuidcmp *cmp = data; in match_dev_by_uuid() local
83 strncasecmp(cmp->uuid, bdev->bd_meta_info->uuid, cmp->len)) in match_dev_by_uuid()
103 struct uuidcmp cmp; in devt_from_partuuid() local
109 cmp.uuid = uuid_str; in devt_from_partuuid()
119 cmp.len = slash - uuid_str; in devt_from_partuuid()
121 cmp.len = strlen(uuid_str); in devt_from_partuuid()
124 if (!cmp.len) in devt_from_partuuid()
127 dev = class_find_device(&block_class, NULL, &cmp, &match_dev_by_uuid); in devt_from_partuuid()