Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c33 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in caching_kthread()
142 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in start_caching()
205 root->free_ino_ctl->free_space > 0); in btrfs_find_free_ino()
208 root->free_ino_ctl->free_space == 0) in btrfs_find_free_ino()
254 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_unpin_free_ino()
371 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_init_free_ino_ctl()
401 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_save_ino_cache()
Ddisk-io.c1351 root->free_ino_ctl = kzalloc(sizeof(*root->free_ino_ctl), GFP_NOFS); in btrfs_init_fs_root()
1354 if (!root->free_ino_pinned || !root->free_ino_ctl) { in btrfs_init_fs_root()
2065 kfree(root->free_ino_ctl); in btrfs_put_root()
4019 if (root->free_ino_ctl) in btrfs_drop_and_free_fs_root()
4020 __btrfs_remove_free_space_cache(root->free_ino_ctl); in btrfs_drop_and_free_fs_root()
Dfree-space-cache.c3847 struct btrfs_free_space_ctl *ctl = fs_root->free_ino_ctl; in btrfs_find_ino_for_alloc()
3923 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in load_free_ino_cache()
3969 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_write_out_ino_cache()
Dctree.h1070 struct btrfs_free_space_ctl *free_ino_ctl; member