Home
last modified time | relevance | path

Searched refs:tmp_options (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/9p/
Dv9fs.c179 char *options, *tmp_options; in v9fs_parse_options() local
198 tmp_options = kstrdup(opts, GFP_KERNEL); in v9fs_parse_options()
199 if (!tmp_options) { in v9fs_parse_options()
203 options = tmp_options; in v9fs_parse_options()
389 kfree(tmp_options); in v9fs_parse_options()