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()
4303 sbi->s_overhead = overhead; in ext4_calculate_overhead()5587 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()5589 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()5590 sbi->s_overhead = 0; in __ext4_fill_super()5597 sbi->s_overhead = 0; in __ext4_fill_super()5598 if (sbi->s_overhead == 0) { in __ext4_fill_super()6996 overhead = sbi->s_overhead; in ext4_statfs()
1603 unsigned long s_overhead; /* # of fs overhead clusters */ member