Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dutil.c141 int bch_parse_uuid(const char *s, char *uuid) in bch_parse_uuid() function
Dutil.h376 int bch_parse_uuid(const char *s, char *uuid);
Dsysfs.c266 if (bch_parse_uuid(buf, dc->sb.set_uuid) < 16) in STORE()