Lines Matching refs:bitmap_list
909 struct list_head *bitmap_list) in write_cache_extent_entries() argument
944 list_add_tail(&e->list, bitmap_list); in write_cache_extent_entries()
1089 write_bitmap_entries(struct btrfs_io_ctl *io_ctl, struct list_head *bitmap_list) in write_bitmap_entries() argument
1095 list_for_each_safe(pos, n, bitmap_list) { in write_bitmap_entries()
1122 cleanup_bitmap_list(struct list_head *bitmap_list) in cleanup_bitmap_list() argument
1126 list_for_each_safe(pos, n, bitmap_list) { in cleanup_bitmap_list()
1137 struct list_head *bitmap_list) in cleanup_write_cache_enospc() argument
1231 LIST_HEAD(bitmap_list); in __btrfs_write_out_cache()
1275 &bitmap_list); in __btrfs_write_out_cache()
1296 ret = write_bitmap_entries(io_ctl, &bitmap_list); in __btrfs_write_out_cache()
1349 cleanup_bitmap_list(&bitmap_list); in __btrfs_write_out_cache()
1354 cleanup_write_cache_enospc(inode, io_ctl, &cached_state, &bitmap_list); in __btrfs_write_out_cache()