Searched refs:fst_root (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | free-space-tree.c | 1712 static int delete_orphan_free_space_entries(struct btrfs_root *fst_root, in delete_orphan_free_space_entries() argument 1719 trans = btrfs_start_transaction(fst_root, 1); in delete_orphan_free_space_entries() 1727 ret = btrfs_search_slot(trans, fst_root, &key, path, -1, 1); in delete_orphan_free_space_entries() 1746 ret = btrfs_del_items(trans, fst_root, path, 0, i); in delete_orphan_free_space_entries() 1754 btrfs_info(fst_root->fs_info, "deleted orphan free space tree entries"); in delete_orphan_free_space_entries()
|