Lines Matching refs:btrfsic_dev_state
126 struct btrfsic_dev_state;
140 struct btrfsic_dev_state *dev_state;
181 struct btrfsic_dev_state { struct
206 struct btrfsic_dev_state *dev; argument
311 struct btrfsic_dev_state *dev_state,
314 struct btrfsic_dev_state **selected_dev_state,
316 static struct btrfsic_dev_state *btrfsic_dev_state_lookup(dev_t dev);
319 struct btrfsic_dev_state *dev_state,
399 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds) in btrfsic_dev_state_init()
411 static struct btrfsic_dev_state *btrfsic_dev_state_alloc(void) in btrfsic_dev_state_alloc()
413 struct btrfsic_dev_state *ds; in btrfsic_dev_state_alloc()
422 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds) in btrfsic_dev_state_free()
540 struct btrfsic_dev_state *ds, in btrfsic_dev_state_hashtable_add()
550 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds) in btrfsic_dev_state_hashtable_remove()
555 static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup(dev_t dev, in btrfsic_dev_state_hashtable_lookup()
560 struct btrfsic_dev_state *ds; in btrfsic_dev_state_hashtable_lookup()
576 struct btrfsic_dev_state *selected_dev_state = NULL; in btrfsic_process_superblock()
586 struct btrfsic_dev_state *dev_state; in btrfsic_process_superblock()
698 struct btrfsic_dev_state *dev_state, in btrfsic_process_superblock_dev_mirror()
701 struct btrfsic_dev_state **selected_dev_state, in btrfsic_process_superblock_dev_mirror()
1680 static void btrfsic_process_written_block(struct btrfsic_dev_state *dev_state, in btrfsic_process_written_block()
2048 struct btrfsic_dev_state *const dev_state = block->dev_state; in btrfsic_bio_end_io()
2542 struct btrfsic_dev_state *dev_state; in btrfsic_block_lookup_or_add()
2581 struct btrfsic_dev_state *dev_state, in btrfsic_cmp_log_and_dev_bytenr()
2629 static struct btrfsic_dev_state *btrfsic_dev_state_lookup(dev_t dev) in btrfsic_dev_state_lookup()
2635 static void btrfsic_check_write_bio(struct bio *bio, struct btrfsic_dev_state *dev_state) in btrfsic_check_write_bio()
2673 static void btrfsic_check_flush_bio(struct bio *bio, struct btrfsic_dev_state *dev_state) in btrfsic_check_flush_bio()
2704 struct btrfsic_dev_state *dev_state; in btrfsic_check_bio()
2765 struct btrfsic_dev_state *ds; in btrfsic_mount()
2811 struct btrfsic_dev_state *ds; in btrfsic_unmount()