Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbcachefs_ioctl.h302 __u64 online_reserved; member
456 __u64 online_reserved; member
H A Dbuckets.h301 this_cpu_sub(*c->online_reserved, res->sectors); in bch2_disk_reservation_put()
328 this_cpu_add(*c->online_reserved, sectors); in bch2_disk_reservation_add()
H A Dchardev.c425 arg.online_reserved = percpu_u64_get(c->online_reserved); in bch2_ioctl_fs_usage()
462 arg.online_reserved = percpu_u64_get(c->online_reserved); in bch2_ioctl_query_accounting()
H A Dbuckets.c61 percpu_u64_get(c->online_reserved); in __bch2_fs_usage_read_short()
545 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
1221 this_cpu_add(*c->online_reserved, sectors); in __bch2_disk_reservation_add()
1241 this_cpu_add(*c->online_reserved, sectors); in __bch2_disk_reservation_add()
H A Dsuper.c576 if (c->online_reserved) { in __bch2_fs_free()
577 u64 v = percpu_u64_get(c->online_reserved); in __bch2_fs_free()
579 free_percpu(c->online_reserved); in __bch2_fs_free()
900 !(c->online_reserved = alloc_percpu(u64)) || in bch2_fs_alloc()
H A Dbcachefs.h911 u64 __percpu *online_reserved; member
H A Dalloc_foreground.c1678 prt_printf(out, "online_reserved\t%llu\n", percpu_u64_get(c->online_reserved)); in bch2_fs_alloc_debug_to_text()