Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dutil.c134 int bch_parse_uuid(const char *s, char *uuid) in bch_parse_uuid() function
Dutil.h367 int bch_parse_uuid(const char *s, char *uuid);
Dsysfs.c355 if (bch_parse_uuid(buf, set_uuid) < 16) in STORE()