Lines Matching refs:uuid
80 return ovl_parameter_uuid[config->uuid].name;
155 fsparam_enum("uuid", Opt_uuid, ovl_parameter_uuid),
609 config->uuid = result.uint_32;
733 ofs->config.uuid = ovl_uuid_def();
817 if (!config->upperdir && config->uuid == OVL_UUID_ON) {
818 pr_info("option \"uuid=on\" requires an upper fs, falling back to uuid=null.\n");
819 config->uuid = OVL_UUID_NULL;
997 if (ofs->config.uuid != ovl_uuid_def())
998 seq_printf(m, ",uuid=%s", ovl_uuid_mode(&ofs->config));