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