Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/bcache/
Dutil.c134 int bch_parse_uuid(const char *s, char *uuid) in bch_parse_uuid() function
Dutil.h346 int bch_parse_uuid(const char *s, char *uuid);
Dsysfs.c434 if (bch_parse_uuid(buf, set_uuid) < 16) in STORE()