Searched refs:fmtopt (Results 1 – 1 of 1) sorted by relevance
2064 const char *fmtopt; in g_raid_md_create_req_ddf() local2068 fmtopt = gctl_get_asciiparam(req, "fmtopt"); in g_raid_md_create_req_ddf()2069 if (fmtopt == NULL || strcasecmp(fmtopt, "BE") == 0) in g_raid_md_create_req_ddf()2071 else if (strcasecmp(fmtopt, "LE") == 0) in g_raid_md_create_req_ddf()