Lines Matching defs:pinned
219 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned;
225 __btrfs_add_free_space(fs_info, pinned, objectid, 1, 0);
238 __btrfs_add_free_space(fs_info, pinned, objectid, 1, 0);
246 * smaller than root->ino_cache_progress from pinned tree to free_ino tree, and
357 * - The pinned tree is only used during the process of caching
372 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned;
389 spin_lock_init(&pinned->tree_lock);
390 pinned->unit = 1;
391 pinned->start = 0;
392 pinned->private = NULL;
393 pinned->extents_thresh = 0;
394 pinned->op = &pinned_free_ino_op;