Searched refs:copied_opts (Results 1 – 1 of 1) sorted by relevance
586 char *copied_opts, *copied_opts_start; in bch2_parse_mount_opts() local600 copied_opts = kstrdup(options, GFP_KERNEL); in bch2_parse_mount_opts()601 if (!copied_opts) in bch2_parse_mount_opts()603 copied_opts_start = copied_opts; in bch2_parse_mount_opts()605 while ((opt = strsep(&copied_opts, ",")) != NULL) { in bch2_parse_mount_opts()