Lines Matching defs:args
251 va_list args;
254 va_start(args, fmt);
258 vaf.va = &args;
262 va_end(args);
386 substring_t *args)
401 qname = match_strdup(args);
533 substring_t args[MAX_OPT_ARGS];
552 * Initialize args struct so we know whether arg was
555 args[0].to = args[0].from = NULL;
556 token = match_token(p, f2fs_tokens, args);
560 name = match_strdup(&args[0]);
615 if (args->from && match_int(args, &arg))
650 if (args->from && match_int(args, &arg))
694 if (args->from && match_int(args, &arg))
705 if (args->from && match_int(args, &arg))
715 if (args->from && match_int(args, &arg))
725 name = match_strdup(&args[0]);
745 if (args->from && match_int(args, &arg))
756 if (args->from && match_int(args, &arg))
765 if (args->from && match_int(args, &arg))
798 ret = f2fs_set_qf_name(sb, USRQUOTA, &args[0]);
803 ret = f2fs_set_qf_name(sb, GRPQUOTA, &args[0]);
808 ret = f2fs_set_qf_name(sb, PRJQUOTA, &args[0]);
861 name = match_strdup(&args[0]);
877 name = match_strdup(&args[0]);
892 name = match_strdup(&args[0]);
909 ret = f2fs_set_test_dummy_encryption(sb, p, &args[0],
922 if (args->from && match_int(args, &arg))
930 if (args->from && match_int(args, &arg))
947 name = match_strdup(&args[0]);
973 if (args->from && match_int(args, &arg))
988 name = match_strdup(&args[0]);