Searched refs:ext4_free_blocks_count (Results 1 – 2 of 2) sorted by relevance
1453 ext4_free_blocks_count_set(es, ext4_free_blocks_count(es) + free_blocks); in ext4_update_super()1459 ext4_debug("free blocks count %llu", ext4_free_blocks_count(es)); in ext4_update_super()1798 ext4_free_blocks_count_set(es, ext4_free_blocks_count(es) + add); in ext4_group_extend_no_check()
3287 static inline ext4_fsblk_t ext4_free_blocks_count(struct ext4_super_block *es) in ext4_free_blocks_count() function