Searched refs:bch_dev_usage_full (Results 1 – 7 of 7) sorted by relevance
172 void bch2_dev_usage_full_read_fast(struct bch_dev *, struct bch_dev_usage_full *);173 static inline struct bch_dev_usage_full bch2_dev_usage_full_read(struct bch_dev *ca) in bch2_dev_usage_full_read()175 struct bch_dev_usage_full ret; in bch2_dev_usage_full_read()181 void bch2_dev_usage_to_text(struct printbuf *, struct bch_dev *, struct bch_dev_usage_full *);
62 struct bch_dev_usage_full { struct
354 struct bch_dev_usage_full u; in bch2_data_job_read()491 struct bch_dev_usage_full src; in bch2_ioctl_dev_usage()532 struct bch_dev_usage_full src; in bch2_ioctl_dev_usage_v2()
37 void bch2_dev_usage_full_read_fast(struct bch_dev *ca, struct bch_dev_usage_full *usage) in bch2_dev_usage_full_read_fast()41 sizeof(struct bch_dev_usage_full) / sizeof(u64)); in bch2_dev_usage_full_read_fast()85 struct bch_dev_usage_full *usage) in bch2_dev_usage_to_text()1390 ca->usage = alloc_percpu(struct bch_dev_usage_full); in bch2_dev_buckets_alloc()
261 struct bch_dev_usage_full usage_full = bch2_dev_usage_full_read(ca); in bch2_copygc_dev_wait_amount()
641 struct bch_dev_usage_full __percpu
1596 struct bch_dev_usage_full stats = bch2_dev_usage_full_read(ca); in bch2_dev_alloc_debug_to_text()
Completed in 20 milliseconds