Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsuper.c945 static int btrfs_parse_subvol_options(const char *options, char **subvol_name, in btrfs_parse_subvol_options() argument
973 kfree(*subvol_name); in btrfs_parse_subvol_options()
974 *subvol_name = match_strdup(&args[0]); in btrfs_parse_subvol_options()
975 if (!*subvol_name) { in btrfs_parse_subvol_options()
1286 const char *subvol_name; in btrfs_show_options() local
1371 subvol_name = btrfs_get_subvol_name_from_objectid(info, in btrfs_show_options()
1373 if (!IS_ERR(subvol_name)) { in btrfs_show_options()
1375 seq_escape(seq, subvol_name, " \t\n\\"); in btrfs_show_options()
1376 kfree(subvol_name); in btrfs_show_options()
1407 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() argument
[all …]