Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.c580 char *copied_opts, *copied_opts_start; in bch2_parse_mount_opts() local
594 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()