Searched refs:subvol_name (Results 1 – 1 of 1) sorted by relevance
940 static int btrfs_parse_subvol_options(const char *options, char **subvol_name, in btrfs_parse_subvol_options() argument968 kfree(*subvol_name); in btrfs_parse_subvol_options()969 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()970 if (!*subvol_name) { in btrfs_parse_subvol_options()1396 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() argument1402 if (!subvol_name) { in mount_subvol()1411 subvol_name = get_subvol_name_from_objectid(btrfs_sb(mnt->mnt_sb), in mount_subvol()1413 if (IS_ERR(subvol_name)) { in mount_subvol()1414 root = ERR_CAST(subvol_name); in mount_subvol()1415 subvol_name = NULL; in mount_subvol()[all …]