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()
4284 sbi->s_overhead = overhead; in ext4_calculate_overhead()5562 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()5564 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()5565 sbi->s_overhead = 0; in __ext4_fill_super()5572 sbi->s_overhead = 0; in __ext4_fill_super()5573 if (sbi->s_overhead == 0) { in __ext4_fill_super()6961 overhead = sbi->s_overhead; in ext4_statfs()
1533 unsigned long s_overhead; /* # of fs overhead clusters */ member