Searched refs:btrfsic_block (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | check-integrity.c | 142 struct btrfsic_block { struct 165 struct btrfsic_block *next_in_same_bio; 192 struct btrfsic_block *block_ref_to; 193 struct btrfsic_block *block_ref_from; 202 struct btrfsic_block dummy_block_for_bio_bh_flush; 239 struct btrfsic_block *block; 241 struct btrfsic_block *next_block; 257 struct btrfsic_block *latest_superblock; 262 static void btrfsic_block_init(struct btrfsic_block *b); 263 static struct btrfsic_block *btrfsic_block_alloc(void); 264 static void btrfsic_block_free(struct btrfsic_block *b); 272 static void btrfsic_block_hashtable_add(struct btrfsic_block *b, 274 static void btrfsic_block_hashtable_remove(struct btrfsic_block *b); 275 static struct btrfsic_block *btrfsic_block_hashtable_lookup( 305 struct btrfsic_block *block, 313 struct btrfsic_block *block, 318 struct btrfsic_block **next_blockp, 324 struct btrfsic_block *block, 344 struct btrfsic_block *const block, 349 const struct btrfsic_block *block, 352 struct btrfsic_block *const block, 359 const struct btrfsic_block *block); 362 const struct btrfsic_block *block, 367 struct btrfsic_block *next_block, 368 struct btrfsic_block *from_block, 370 static struct btrfsic_block *btrfsic_block_lookup_or_add( 398 static void btrfsic_block_init(struct btrfsic_block *b) btrfsic_block_init() 425 static struct btrfsic_block *btrfsic_block_alloc(void) btrfsic_block_alloc() 427 struct btrfsic_block *b; btrfsic_block_alloc() 436 static void btrfsic_block_free(struct btrfsic_block *b) btrfsic_block_free() 509 static void btrfsic_block_hashtable_add(struct btrfsic_block *b, btrfsic_block_hashtable_add() 520 static void btrfsic_block_hashtable_remove(struct btrfsic_block *b) btrfsic_block_hashtable_remove() 525 static struct btrfsic_block *btrfsic_block_hashtable_lookup( btrfsic_block_hashtable_lookup() 537 struct btrfsic_block *const b = btrfsic_block_hashtable_lookup() 538 list_entry(elem, struct btrfsic_block, btrfsic_block_hashtable_lookup() 737 struct btrfsic_block *next_block; 802 struct btrfsic_block *superblock_tmp; btrfsic_process_superblock_dev_mirror() 910 struct btrfsic_block *next_block; btrfsic_process_superblock_dev_mirror() 976 struct btrfsic_block *const first_block, btrfsic_process_metablock() 1265 struct btrfsic_block *block, btrfsic_create_link_to_next_block() 1270 struct btrfsic_block **next_blockp, btrfsic_create_link_to_next_block() 1276 struct btrfsic_block *next_block = NULL; btrfsic_create_link_to_next_block() 1413 struct btrfsic_block *block, btrfsic_handle_extent_data() 1494 struct btrfsic_block *next_block; btrfsic_handle_extent_data() 1729 const struct btrfsic_block *const b_all = btrfsic_dump_database() 1730 list_entry(elem_all, struct btrfsic_block, btrfsic_dump_database() 1826 struct btrfsic_block *block; btrfsic_process_written_block() 2012 struct btrfsic_block *chained_block = btrfsic_process_written_block() 2013 (struct btrfsic_block *) btrfsic_process_written_block() 2156 struct btrfsic_block *chained_block = btrfsic_process_written_block() 2157 (struct btrfsic_block *) btrfsic_process_written_block() 2212 struct btrfsic_block *block = (struct btrfsic_block *)bp->bi_private; btrfsic_bio_end_io() 2226 struct btrfsic_block *next_block; btrfsic_bio_end_io() 2260 struct btrfsic_block *block = (struct btrfsic_block *)bh->b_private; btrfsic_bh_end_io() 2294 struct btrfsic_block *const superblock, btrfsic_process_written_superblock() 2330 struct btrfsic_block *next_block; btrfsic_process_written_superblock() 2436 struct btrfsic_block *const block, btrfsic_check_all_ref_blocks() 2561 const struct btrfsic_block *block, btrfsic_is_block_ref_by_superblock() 2649 const struct btrfsic_block *block) btrfsic_get_block_type() 2669 const struct btrfsic_block *block, btrfsic_dump_tree_sub() 2738 struct btrfsic_block *next_block, btrfsic_block_link_lookup_or_add() 2739 struct btrfsic_block *from_block, btrfsic_block_link_lookup_or_add() 2780 static struct btrfsic_block *btrfsic_block_lookup_or_add( btrfsic_block_lookup_or_add() 2790 struct btrfsic_block *block; btrfsic_block_lookup_or_add() 2944 struct btrfsic_block *const block = btrfsic_submit_bh() 3042 struct btrfsic_block *const block = __btrfsic_submit_bio() 3210 struct btrfsic_block *const b_all = 3211 list_entry(elem_all, struct btrfsic_block,
|
Completed in 55 milliseconds