Home
last modified time | relevance | path

Searched refs:bch_dev_usage_full (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbuckets.h176 void bch2_dev_usage_full_read_fast(struct bch_dev *, struct bch_dev_usage_full *);
177 static inline struct bch_dev_usage_full bch2_dev_usage_full_read(struct bch_dev *ca) in bch2_dev_usage_full_read()
179 struct bch_dev_usage_full ret; in bch2_dev_usage_full_read()
185 void bch2_dev_usage_to_text(struct printbuf *, struct bch_dev *, struct bch_dev_usage_full *);
H A Dbuckets_types.h62 struct bch_dev_usage_full { struct
H A Dchardev.c353 struct bch_dev_usage_full u; in bch2_data_job_read()
476 struct bch_dev_usage_full src; in bch2_ioctl_dev_usage()
517 struct bch_dev_usage_full src; in bch2_ioctl_dev_usage_v2()
H A Dbuckets.c37 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()
1346 ca->usage = alloc_percpu(struct bch_dev_usage_full); in bch2_dev_buckets_alloc()
H A Dmovinggc.c283 struct bch_dev_usage_full usage_full = bch2_dev_usage_full_read(ca); in bch2_copygc_wait_amount()
H A Dbcachefs.h565 struct bch_dev_usage_full __percpu
H A Dalloc_foreground.c1694 struct bch_dev_usage_full stats = bch2_dev_usage_full_read(ca); in bch2_dev_alloc_debug_to_text()