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()
1395 reserved_blocks = ext4_r_blocks_count(es) * 100; in ext4_update_super()1436 ext4_r_blocks_count_set(es, ext4_r_blocks_count(es) + in ext4_update_super()
6093 (ext4_r_blocks_count(es) + resv_blocks); in ext4_statfs()6094 if (buf->f_bfree < (ext4_r_blocks_count(es) + resv_blocks)) in ext4_statfs()
3303 static inline ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es) in ext4_r_blocks_count() function