Searched refs:subvol_name (Results 1 – 1 of 1) sorted by relevance
949 static int btrfs_parse_subvol_options(const char *options, char **subvol_name, in btrfs_parse_subvol_options() argument977 kfree(*subvol_name); in btrfs_parse_subvol_options()978 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()979 if (!*subvol_name) { in btrfs_parse_subvol_options()1405 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() argument1411 if (!subvol_name) { in mount_subvol()1420 subvol_name = get_subvol_name_from_objectid(btrfs_sb(mnt->mnt_sb), in mount_subvol()1422 if (IS_ERR(subvol_name)) { in mount_subvol()1423 root = ERR_CAST(subvol_name); in mount_subvol()1424 subvol_name = NULL; in mount_subvol()[all …]