Searched refs:delalloc_root (Results 1 – 3 of 3) sorted by relevance
1242 INIT_LIST_HEAD(&root->delalloc_root); in __setup_root()4283 delalloc_root); in btrfs_destroy_all_delalloc_inodes()4284 list_del_init(&root->delalloc_root); in btrfs_destroy_all_delalloc_inodes()
1663 BUG_ON(!list_empty(&root->delalloc_root)); in btrfs_add_delalloc_inodes()1664 list_add_tail(&root->delalloc_root, in btrfs_add_delalloc_inodes()1683 BUG_ON(list_empty(&root->delalloc_root)); in btrfs_del_delalloc_inode()1684 list_del_init(&root->delalloc_root); in btrfs_del_delalloc_inode()9600 delalloc_root); in btrfs_start_delalloc_roots()9603 list_move_tail(&root->delalloc_root, in btrfs_start_delalloc_roots()
1954 struct list_head delalloc_root; member