Lines Matching refs:p
982 char *p; in reiserfs_getopt() local
993 p = *cur; in reiserfs_getopt()
996 *cur = strchr(p, ','); in reiserfs_getopt()
1002 if (!strncmp(p, "alloc=", 6)) { in reiserfs_getopt()
1009 if (reiserfs_parse_alloc_options(s, p + 6)) { in reiserfs_getopt()
1018 if (!strncmp(p, opt->option_name, strlen(opt->option_name))) { in reiserfs_getopt()
1024 p); in reiserfs_getopt()
1031 p); in reiserfs_getopt()
1040 "unknown mount option \"%s\"", p); in reiserfs_getopt()
1044 p += strlen(opt->option_name); in reiserfs_getopt()
1045 switch (*p) { in reiserfs_getopt()
1075 p++; in reiserfs_getopt()
1079 && !strlen(p)) { in reiserfs_getopt()
1089 *opt_arg = p; in reiserfs_getopt()
1095 if (!strcmp(p, arg->value)) { in reiserfs_getopt()
1105 "bad value \"%s\" for option \"%s\"\n", p, in reiserfs_getopt()
1195 char *p; in reiserfs_parse_options() local
1197 p = NULL; in reiserfs_parse_options()
1204 *blocks = simple_strtoul(arg, &p, 0); in reiserfs_parse_options()
1205 if (*p != '\0') { in reiserfs_parse_options()
1216 char *p = NULL; in reiserfs_parse_options() local
1217 unsigned long val = simple_strtoul(arg, &p, 0); in reiserfs_parse_options()
1219 if (*p != '\0' || val >= (unsigned int)-1) { in reiserfs_parse_options()