Searched refs:copied_opts (Results 1 – 1 of 1) sorted by relevance
580 char *copied_opts, *copied_opts_start; in bch2_parse_mount_opts() local594 copied_opts = kstrdup(options, GFP_KERNEL); in bch2_parse_mount_opts()595 if (!copied_opts) in bch2_parse_mount_opts()597 copied_opts_start = copied_opts; in bch2_parse_mount_opts()599 while ((opt = strsep(&copied_opts, ",")) != NULL) { in bch2_parse_mount_opts()