Searched refs:allocator_free (Results 1 – 11 of 11) sorted by relevance
793 hmp->voldata.allocator_free -= bgsize; in hammer2_bmap_alloc()1211 hmp->voldata.allocator_free -= bgsize; in hammer2_freemap_adjust()
1186 hammer2_off_t allocator_free; /* 0068 Free space */ member
2050 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statfs()2104 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statvfs()3086 if (free_nominal > hmp->voldata.allocator_free) in hammer2_vfs_enospace()3087 free_nominal = hmp->voldata.allocator_free; in hammer2_vfs_enospace()
706 hmp->voldata.allocator_free += cbinfo.adj_free; in hammer2_bulkfree_pass()
1379 hmp->voldata.allocator_free += delta; in hammer2_ioctl_growfs()
797 hmp->voldata.allocator_free -= bgsize; in hammer2_bmap_alloc()1215 hmp->voldata.allocator_free -= bgsize; in hammer2_freemap_adjust()
2016 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statfs()2070 tmp.f_bfree = hmp->voldata.allocator_free / in hammer2_vfs_statvfs()3060 if (free_nominal > hmp->voldata.allocator_free) in hammer2_vfs_enospace()3061 free_nominal = hmp->voldata.allocator_free; in hammer2_vfs_enospace()
717 hmp->voldata.allocator_free += cbinfo.adj_free; in hammer2_bulkfree_pass()
1386 hmp->voldata.allocator_free += delta; in hammer2_ioctl_growfs()
615 voldata->allocator_free, in show_volhdr()616 (double)voldata->allocator_free / GIG); in show_volhdr()
592 voldata->allocator_free = fso->free_size; in format_hammer2()