Searched refs:ext4_r_blocks_count (Results 1 – 4 of 4) sorted by relevance
584 rsv = (ext4_r_blocks_count(sbi->s_es) >> sbi->s_cluster_bits) + in ext4_has_free_clusters()
1400 reserved_blocks = ext4_r_blocks_count(es) * 100; in ext4_update_super()1441 ext4_r_blocks_count_set(es, ext4_r_blocks_count(es) + in ext4_update_super()
6198 (ext4_r_blocks_count(es) + resv_blocks); in ext4_statfs()6199 if (buf->f_bfree < (ext4_r_blocks_count(es) + resv_blocks)) in ext4_statfs()
3165 static inline ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es) in ext4_r_blocks_count() function