Lines Matching refs:btrfsic_block
130 struct btrfsic_block { struct
153 struct btrfsic_block *next_in_same_bio; argument
177 struct btrfsic_block *block_ref_to; argument
178 struct btrfsic_block *block_ref_from;
187 struct btrfsic_block dummy_block_for_bio_bh_flush;
224 struct btrfsic_block *block;
226 struct btrfsic_block *next_block;
241 struct btrfsic_block *latest_superblock;
247 struct btrfsic_block *block,
255 struct btrfsic_block *block,
260 struct btrfsic_block **next_blockp,
266 struct btrfsic_block *block,
277 struct btrfsic_block *const block,
281 const struct btrfsic_block *block,
284 struct btrfsic_block *const block,
291 const struct btrfsic_block *block);
294 const struct btrfsic_block *block,
299 struct btrfsic_block *next_block,
300 struct btrfsic_block *from_block,
302 static struct btrfsic_block *btrfsic_block_lookup_or_add(
329 static void btrfsic_block_init(struct btrfsic_block *b) in btrfsic_block_init()
356 static struct btrfsic_block *btrfsic_block_alloc(void) in btrfsic_block_alloc()
358 struct btrfsic_block *b; in btrfsic_block_alloc()
367 static void btrfsic_block_free(struct btrfsic_block *b) in btrfsic_block_free()
440 static void btrfsic_block_hashtable_add(struct btrfsic_block *b, in btrfsic_block_hashtable_add()
451 static void btrfsic_block_hashtable_remove(struct btrfsic_block *b) in btrfsic_block_hashtable_remove()
456 static struct btrfsic_block *btrfsic_block_hashtable_lookup( in btrfsic_block_hashtable_lookup()
465 struct btrfsic_block *b; in btrfsic_block_hashtable_lookup()
648 struct btrfsic_block *next_block; in btrfsic_process_superblock()
710 struct btrfsic_block *superblock_tmp; in btrfsic_process_superblock_dev_mirror()
819 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror()
883 struct btrfsic_block *const first_block, in btrfsic_process_metablock()
1167 struct btrfsic_block *block, in btrfsic_create_link_to_next_block()
1172 struct btrfsic_block **next_blockp, in btrfsic_create_link_to_next_block()
1179 struct btrfsic_block *next_block = NULL; in btrfsic_create_link_to_next_block()
1309 struct btrfsic_block *block, in btrfsic_handle_extent_data()
1387 struct btrfsic_block *next_block; in btrfsic_handle_extent_data()
1597 const struct btrfsic_block *b_all; in btrfsic_dump_database()
1686 struct btrfsic_block *block; in btrfsic_process_written_block()
1850 struct btrfsic_block *chained_block = in btrfsic_process_written_block()
1851 (struct btrfsic_block *) in btrfsic_process_written_block()
1979 struct btrfsic_block *chained_block = in btrfsic_process_written_block()
1980 (struct btrfsic_block *) in btrfsic_process_written_block()
2025 struct btrfsic_block *block = (struct btrfsic_block *)bp->bi_private; in btrfsic_bio_end_io()
2039 struct btrfsic_block *next_block; in btrfsic_bio_end_io()
2071 struct btrfsic_block *const superblock, in btrfsic_process_written_superblock()
2104 struct btrfsic_block *next_block; in btrfsic_process_written_superblock()
2203 struct btrfsic_block *const block, in btrfsic_check_all_ref_blocks()
2308 const struct btrfsic_block *block, in btrfsic_is_block_ref_by_superblock()
2385 const struct btrfsic_block *block) in btrfsic_get_block_type()
2405 const struct btrfsic_block *block, in btrfsic_dump_tree_sub()
2470 struct btrfsic_block *next_block, in btrfsic_block_link_lookup_or_add()
2471 struct btrfsic_block *from_block, in btrfsic_block_link_lookup_or_add()
2509 static struct btrfsic_block *btrfsic_block_lookup_or_add( in btrfsic_block_lookup_or_add()
2519 struct btrfsic_block *block; in btrfsic_block_lookup_or_add()
2681 struct btrfsic_block *const block = in __btrfsic_submit_bio()
2792 struct btrfsic_block *b_all, *tmp_all; in btrfsic_unmount()