Lines Matching refs:btrfsic_dev_state
139 struct btrfsic_dev_state;
153 struct btrfsic_dev_state *dev_state;
197 struct btrfsic_dev_state { struct
223 struct btrfsic_dev_state *dev; argument
268 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds);
269 static struct btrfsic_dev_state *btrfsic_dev_state_alloc(void);
270 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds);
294 struct btrfsic_dev_state *ds,
296 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds);
297 static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup(
336 static void btrfsic_process_written_block(struct btrfsic_dev_state *dev_state,
381 struct btrfsic_dev_state *dev_state,
384 struct btrfsic_dev_state **selected_dev_state,
386 static struct btrfsic_dev_state *btrfsic_dev_state_lookup(
390 struct btrfsic_dev_state *dev_state,
470 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds) in btrfsic_dev_state_init()
483 static struct btrfsic_dev_state *btrfsic_dev_state_alloc(void) in btrfsic_dev_state_alloc()
485 struct btrfsic_dev_state *ds; in btrfsic_dev_state_alloc()
494 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds) in btrfsic_dev_state_free()
620 struct btrfsic_dev_state *ds, in btrfsic_dev_state_hashtable_add()
630 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds) in btrfsic_dev_state_hashtable_remove()
635 static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup( in btrfsic_dev_state_hashtable_lookup()
645 struct btrfsic_dev_state *const ds = in btrfsic_dev_state_hashtable_lookup()
646 list_entry(elem, struct btrfsic_dev_state, in btrfsic_dev_state_hashtable_lookup()
663 struct btrfsic_dev_state *selected_dev_state = NULL; in btrfsic_process_superblock()
675 struct btrfsic_dev_state *dev_state; in btrfsic_process_superblock()
793 struct btrfsic_dev_state *dev_state, in btrfsic_process_superblock_dev_mirror()
796 struct btrfsic_dev_state **selected_dev_state, in btrfsic_process_superblock_dev_mirror()
1818 static void btrfsic_process_written_block(struct btrfsic_dev_state *dev_state, in btrfsic_process_written_block()
2227 struct btrfsic_dev_state *const dev_state = block->dev_state; in btrfsic_bio_end_io()
2262 struct btrfsic_dev_state *dev_state; in btrfsic_bh_end_io()
2796 struct btrfsic_dev_state *dev_state; in btrfsic_block_lookup_or_add()
2838 struct btrfsic_dev_state *dev_state, in btrfsic_cmp_log_and_dev_bytenr()
2890 static struct btrfsic_dev_state *btrfsic_dev_state_lookup( in btrfsic_dev_state_lookup()
2893 struct btrfsic_dev_state *ds; in btrfsic_dev_state_lookup()
2902 struct btrfsic_dev_state *dev_state; in btrfsic_submit_bh()
2965 struct btrfsic_dev_state *dev_state; in __btrfsic_submit_bio()
3122 struct btrfsic_dev_state *ds; in btrfsic_mount()
3181 struct btrfsic_dev_state *ds; in btrfsic_unmount()