Lines Matching refs:bitmap_list
907 struct list_head *bitmap_list) in write_cache_extent_entries() argument
942 list_add_tail(&e->list, bitmap_list); in write_cache_extent_entries()
1087 write_bitmap_entries(struct btrfs_io_ctl *io_ctl, struct list_head *bitmap_list) in write_bitmap_entries() argument
1093 list_for_each_safe(pos, n, bitmap_list) { in write_bitmap_entries()
1120 cleanup_bitmap_list(struct list_head *bitmap_list) in cleanup_bitmap_list() argument
1124 list_for_each_safe(pos, n, bitmap_list) { in cleanup_bitmap_list()
1135 struct list_head *bitmap_list) in cleanup_write_cache_enospc() argument
1229 LIST_HEAD(bitmap_list); in __btrfs_write_out_cache()
1273 &bitmap_list); in __btrfs_write_out_cache()
1294 ret = write_bitmap_entries(io_ctl, &bitmap_list); in __btrfs_write_out_cache()
1347 cleanup_bitmap_list(&bitmap_list); in __btrfs_write_out_cache()
1352 cleanup_write_cache_enospc(inode, io_ctl, &cached_state, &bitmap_list); in __btrfs_write_out_cache()