Searched refs:bch_fs_usage (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbuckets_types.h57 struct bch_fs_usage { struct
66 struct bch_fs_usage u;
H A Dreplicas.c276 static void __replicas_table_update(struct bch_fs_usage *dst,
278 struct bch_fs_usage *src,
297 static void __replicas_table_update_pcpu(struct bch_fs_usage __percpu *dst_p,
299 struct bch_fs_usage __percpu *src_p,
302 unsigned src_nr = sizeof(struct bch_fs_usage) / sizeof(u64) + src_r->nr;
303 struct bch_fs_usage *dst, *src = (void *)
319 struct bch_fs_usage __percpu *new_usage[JOURNAL_BUF_NR];
321 struct bch_fs_usage __percpu *new_gc = NULL;
322 struct bch_fs_usage *new_base = NULL;
323 unsigned i, bytes = sizeof(struct bch_fs_usage)
[all...]
H A Dbuckets.h269 return sizeof(struct bch_fs_usage) / sizeof(u64) + nr_replicas;
314 static inline struct bch_fs_usage *fs_usage_ptr(struct bch_fs *c,
H A Dbuckets.c51 struct bch_fs_usage *usage = c->usage_base;
304 struct bch_fs_usage *fs_usage;
353 struct bch_fs_usage *fs_usage,
371 struct bch_fs_usage *fs_usage;
660 struct bch_fs_usage *dst;
756 struct bch_fs_usage *dst;
1097 struct bch_fs_usage *fs_usage = this_cpu_ptr(c->usage_gc);
H A Dbcachefs.h915 struct bch_fs_usage *usage_base;
916 struct bch_fs_usage __percpu *usage[JOURNAL_BUF_NR];
917 struct bch_fs_usage __percpu *usage_gc;
H A Dbtree_gc.c1252 struct bch_fs_usage *dst = c->usage_base;
1253 struct bch_fs_usage *src = (void *)

Completed in 131 milliseconds