Lines Matching refs:btrfsic_dev_state
127 struct btrfsic_dev_state;
141 struct btrfsic_dev_state *dev_state;
182 struct btrfsic_dev_state { struct
208 struct btrfsic_dev_state *dev; argument
253 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds);
254 static struct btrfsic_dev_state *btrfsic_dev_state_alloc(void);
255 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds);
279 struct btrfsic_dev_state *ds,
281 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds);
282 static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup(dev_t dev,
320 static void btrfsic_process_written_block(struct btrfsic_dev_state *dev_state,
363 struct btrfsic_dev_state *dev_state,
366 struct btrfsic_dev_state **selected_dev_state,
368 static struct btrfsic_dev_state *btrfsic_dev_state_lookup(dev_t dev);
371 struct btrfsic_dev_state *dev_state,
451 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds) in btrfsic_dev_state_init()
464 static struct btrfsic_dev_state *btrfsic_dev_state_alloc(void) in btrfsic_dev_state_alloc()
466 struct btrfsic_dev_state *ds; in btrfsic_dev_state_alloc()
475 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds) in btrfsic_dev_state_free()
593 struct btrfsic_dev_state *ds, in btrfsic_dev_state_hashtable_add()
603 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds) in btrfsic_dev_state_hashtable_remove()
608 static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup(dev_t dev, in btrfsic_dev_state_hashtable_lookup()
613 struct btrfsic_dev_state *ds; in btrfsic_dev_state_hashtable_lookup()
629 struct btrfsic_dev_state *selected_dev_state = NULL; in btrfsic_process_superblock()
639 struct btrfsic_dev_state *dev_state; in btrfsic_process_superblock()
753 struct btrfsic_dev_state *dev_state, in btrfsic_process_superblock_dev_mirror()
756 struct btrfsic_dev_state **selected_dev_state, in btrfsic_process_superblock_dev_mirror()
1732 static void btrfsic_process_written_block(struct btrfsic_dev_state *dev_state, in btrfsic_process_written_block()
2093 struct btrfsic_dev_state *const dev_state = block->dev_state; in btrfsic_bio_end_io()
2578 struct btrfsic_dev_state *dev_state; in btrfsic_block_lookup_or_add()
2617 struct btrfsic_dev_state *dev_state, in btrfsic_cmp_log_and_dev_bytenr()
2664 static struct btrfsic_dev_state *btrfsic_dev_state_lookup(dev_t dev) in btrfsic_dev_state_lookup()
2672 struct btrfsic_dev_state *dev_state; in __btrfsic_submit_bio()
2810 struct btrfsic_dev_state *ds; in btrfsic_mount()
2861 struct btrfsic_dev_state *ds; in btrfsic_unmount()