Searched refs:s_overhead (Results 1 – 3 of 3) sorted by relevance
1406 sbi->s_overhead += overhead; in ext4_add_overhead()1407 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_add_overhead()1516 if (ext4_has_feature_bigalloc(sb) && (sbi->s_overhead != 0)) in ext4_update_super()1521 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_update_super()
4276 sbi->s_overhead = overhead; in ext4_calculate_overhead()5554 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()5556 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()5557 sbi->s_overhead = 0; in __ext4_fill_super()5564 sbi->s_overhead = 0; in __ext4_fill_super()5565 if (sbi->s_overhead == 0) { in __ext4_fill_super()6953 overhead = sbi->s_overhead; in ext4_statfs()
1536 unsigned long s_overhead; /* # of fs overhead clusters */ member