Lines Matching refs:r
191 int token, r; in v9fs_parse_options() local
197 r = match_int(&args[0], &option); in v9fs_parse_options()
198 if (r < 0) { in v9fs_parse_options()
201 ret = r; in v9fs_parse_options()
211 r = match_int(&args[0], &option); in v9fs_parse_options()
212 if (r < 0) { in v9fs_parse_options()
215 ret = r; in v9fs_parse_options()
226 r = match_int(&args[0], &option); in v9fs_parse_options()
227 if (r < 0) { in v9fs_parse_options()
230 ret = r; in v9fs_parse_options()
241 r = match_int(&args[0], &option); in v9fs_parse_options()
242 if (r < 0) { in v9fs_parse_options()
245 ret = r; in v9fs_parse_options()
296 r = get_cache_mode(s); in v9fs_parse_options()
297 if (r < 0) in v9fs_parse_options()
298 ret = r; in v9fs_parse_options()
300 v9ses->cache = r; in v9fs_parse_options()
352 r = match_int(&args[0], &option); in v9fs_parse_options()
353 if (r < 0) { in v9fs_parse_options()
356 ret = r; in v9fs_parse_options()