Searched refs:ov (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs/ |
D | super.c | 102 char *p, *v, *ov; in parse_options() local 118 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 127 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 135 variable = simple_strtoul(ov = v, &v, 8); \ in parse_options() 151 ov = v; \ in parse_options() 329 ntfs_error(vol->sb, "Invalid %s option argument: %s", p, ov); in parse_options()
|