Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dutil.c134 int bch_parse_uuid(const char *s, char *uuid) in bch_parse_uuid() function
Dutil.h365 int bch_parse_uuid(const char *s, char *uuid);
Dsysfs.c392 if (bch_parse_uuid(buf, set_uuid) < 16) in STORE()