Searched refs:delalloc_root (Results 1 – 3 of 3) sorted by relevance
1234 INIT_LIST_HEAD(&root->delalloc_root); in __setup_root()4181 delalloc_root); in btrfs_destroy_all_delalloc_inodes()4182 list_del_init(&root->delalloc_root); in btrfs_destroy_all_delalloc_inodes()
1653 BUG_ON(!list_empty(&root->delalloc_root)); in btrfs_add_delalloc_inodes()1654 list_add_tail(&root->delalloc_root, in btrfs_add_delalloc_inodes()1673 BUG_ON(list_empty(&root->delalloc_root)); in btrfs_del_delalloc_inode()1674 list_del_init(&root->delalloc_root); in btrfs_del_delalloc_inode()9459 delalloc_root); in btrfs_start_delalloc_roots()9462 list_move_tail(&root->delalloc_root, in btrfs_start_delalloc_roots()
1927 struct list_head delalloc_root; member