Lines Matching refs:strcasecmp
1196 if (!strcasecmp(argv[0], "flush"))
1198 else if (!strcasecmp(argv[0], "flush_on_suspend"))
1200 else if (!strcasecmp(argv[0], "cleaner"))
1202 else if (!strcasecmp(argv[0], "clear_stats"))
2306 if (!strcasecmp(string, "s")) {
2308 } else if (!strcasecmp(string, "p")) {
2403 if (!strcasecmp(string, "start_sector") && opt_params >= 1) {
2414 } else if (!strcasecmp(string, "high_watermark") && opt_params >= 1) {
2422 } else if (!strcasecmp(string, "low_watermark") && opt_params >= 1) {
2430 } else if (!strcasecmp(string, "writeback_jobs") && opt_params >= 1) {
2435 } else if (!strcasecmp(string, "autocommit_blocks") && opt_params >= 1) {
2440 } else if (!strcasecmp(string, "autocommit_time") && opt_params >= 1) {
2451 } else if (!strcasecmp(string, "max_age") && opt_params >= 1) {
2462 } else if (!strcasecmp(string, "cleaner")) {
2465 } else if (!strcasecmp(string, "fua")) {
2471 } else if (!strcasecmp(string, "nofua")) {
2477 } else if (!strcasecmp(string, "metadata_only")) {
2479 } else if (!strcasecmp(string, "pause_writeback") && opt_params >= 1) {