Searched refs:vol_uuid (Results 1 – 3 of 3) sorted by relevance
224 c.vol_uuid = strdup(optarg); in f2fs_parse_options()
481 if (c.vol_uuid) { in f2fs_prepare_super_block()482 if (uuid_parse(c.vol_uuid, sb->uuid)) { in f2fs_prepare_super_block()
468 char *vol_uuid; member