Home
last modified time | relevance | path

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

/fs/btrfs/
Dfree-space-cache.c946 struct list_head *bitmap_list) in write_cache_extent_entries() argument
981 list_add_tail(&e->list, bitmap_list); in write_cache_extent_entries()
1123 write_bitmap_entries(struct btrfs_io_ctl *io_ctl, struct list_head *bitmap_list) in write_bitmap_entries() argument
1129 list_for_each_entry_safe(entry, next, bitmap_list, list) { in write_bitmap_entries()
1152 cleanup_bitmap_list(struct list_head *bitmap_list) in cleanup_bitmap_list() argument
1156 list_for_each_entry_safe(entry, next, bitmap_list, list) in cleanup_bitmap_list()
1263 LIST_HEAD(bitmap_list); in __btrfs_write_out_cache()
1307 &bitmap_list); in __btrfs_write_out_cache()
1328 ret = write_bitmap_entries(io_ctl, &bitmap_list); in __btrfs_write_out_cache()
1371 cleanup_bitmap_list(&bitmap_list); in __btrfs_write_out_cache()