Lines Matching refs:btrfsic_dev_state
127 struct btrfsic_dev_state;
141 struct btrfsic_dev_state *dev_state;
182 struct btrfsic_dev_state {
208 struct btrfsic_dev_state *dev;
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)
464 static struct btrfsic_dev_state *btrfsic_dev_state_alloc(void)
466 struct btrfsic_dev_state *ds;
475 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds)
593 struct btrfsic_dev_state *ds,
603 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds)
608 static struct btrfsic_dev_state *btrfsic_dev_state_hashtable_lookup(dev_t dev,
613 struct btrfsic_dev_state *ds;
629 struct btrfsic_dev_state *selected_dev_state = NULL;
639 struct btrfsic_dev_state *dev_state;
753 struct btrfsic_dev_state *dev_state,
756 struct btrfsic_dev_state **selected_dev_state,
1732 static void btrfsic_process_written_block(struct btrfsic_dev_state *dev_state,
2093 struct btrfsic_dev_state *const dev_state = block->dev_state;
2578 struct btrfsic_dev_state *dev_state;
2617 struct btrfsic_dev_state *dev_state,
2664 static struct btrfsic_dev_state *btrfsic_dev_state_lookup(dev_t dev)
2672 struct btrfsic_dev_state *dev_state;
2810 struct btrfsic_dev_state *ds;
2861 struct btrfsic_dev_state *ds;