Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbcachefs_ioctl.h284 __u64 online_reserved; member
438 __u64 online_reserved; member
H A Dbuckets.h342 this_cpu_sub(*c->online_reserved, res->sectors); in bch2_disk_reservation_put()
369 this_cpu_add(*c->online_reserved, sectors); in bch2_disk_reservation_add()
H A Dchardev.c527 arg.online_reserved = percpu_u64_get(c->online_reserved); in bch2_ioctl_fs_usage()
566 arg.online_reserved = percpu_u64_get(c->online_reserved); in bch2_ioctl_query_accounting()
H A Dbuckets.c52 percpu_u64_get(c->online_reserved); in __bch2_fs_usage_read_short()
525 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
1192 this_cpu_add(*c->online_reserved, sectors); in __bch2_disk_reservation_add()
1212 this_cpu_add(*c->online_reserved, sectors); in __bch2_disk_reservation_add()
H A Dsuper.c568 if (c->online_reserved) { in __bch2_fs_free()
569 u64 v = percpu_u64_get(c->online_reserved); in __bch2_fs_free()
571 free_percpu(c->online_reserved); in __bch2_fs_free()
900 !(c->online_reserved = alloc_percpu(u64)) || in bch2_fs_alloc()
H A Dbcachefs.h898 u64 __percpu *online_reserved; member
H A Dalloc_foreground.c1721 prt_printf(out, "online_reserved\t%llu\n", percpu_u64_get(c->online_reserved)); in bch2_fs_alloc_debug_to_text()