Lines Matching defs:prefix
174 {Opt_prefix, "prefix=%s"},
191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
239 kfree(*prefix);
240 *prefix = match_strdup(&args[0]);
241 if (!*prefix)
309 seq_printf(m, ",prefix=%s", sbi->s_prefix);
565 char *prefix = NULL;
574 &blocksize, &prefix, volume,
576 kfree(prefix);
588 if (prefix) {
590 sbi->s_prefix = prefix;