Searched refs:free_ino_ctl (Results 1 – 4 of 4) sorted by relevance
33 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in caching_kthread()139 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in start_caching()201 root->free_ino_ctl->free_space > 0); in btrfs_find_free_ino()204 root->free_ino_ctl->free_space == 0) in btrfs_find_free_ino()247 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_unpin_free_ino()366 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_init_free_ino_ctl()395 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_save_ino_cache()
1555 root->free_ino_ctl = kzalloc(sizeof(*root->free_ino_ctl), GFP_NOFS); in btrfs_init_fs_root()1558 if (!root->free_ino_pinned || !root->free_ino_ctl) { in btrfs_init_fs_root()1597 kfree(root->free_ino_ctl); in btrfs_init_fs_root()3616 if (root->free_ino_ctl) in btrfs_drop_and_free_fs_root()3617 __btrfs_remove_free_space_cache(root->free_ino_ctl); in btrfs_drop_and_free_fs_root()3633 kfree(root->free_ino_ctl); in free_fs_root()
3345 struct btrfs_free_space_ctl *ctl = fs_root->free_ino_ctl; in btrfs_find_ino_for_alloc()3421 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in load_free_ino_cache()3466 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_write_out_ino_cache()
1843 struct btrfs_free_space_ctl *free_ino_ctl; member