Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsuper.c770 void *holder, char **subvol_name, u64 *subvol_objectid, in btrfs_parse_early_options() argument
808 *subvol_objectid = memparse(num, NULL); in btrfs_parse_early_options()
811 if (!*subvol_objectid) in btrfs_parse_early_options()
812 *subvol_objectid = in btrfs_parse_early_options()
847 u64 subvol_objectid) in get_subvol_name_from_objectid() argument
879 while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) { in get_subvol_name_from_objectid()
880 key.objectid = subvol_objectid; in get_subvol_name_from_objectid()
888 ret = btrfs_previous_item(root, path, subvol_objectid, in get_subvol_name_from_objectid()
899 subvol_objectid = key.offset; in get_subvol_name_from_objectid()
915 key.objectid = subvol_objectid; in get_subvol_name_from_objectid()
[all …]