Home
last modified time | relevance | path

Searched refs:s_overhead (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dioctl.c1710 (sbi->s_overhead == 0 || in ext4_update_overhead()
1711 sbi->s_overhead == le32_to_cpu(sbi->s_es->s_overhead_clusters))) in ext4_update_overhead()
1713 return ext4_update_superblocks_fn(sb, set_overhead, &sbi->s_overhead); in ext4_update_overhead()
H A Dresize.c1409 sbi->s_overhead += overhead; in ext4_add_overhead()
1410 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_add_overhead()
1519 if (ext4_has_feature_bigalloc(sb) && (sbi->s_overhead != 0)) in ext4_update_super()
1524 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_update_super()
H A Dsuper.c4251 sbi->s_overhead = overhead; in ext4_calculate_overhead()
5447 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()
5449 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()
5450 sbi->s_overhead = 0; in __ext4_fill_super()
5457 sbi->s_overhead = 0; in __ext4_fill_super()
5458 if (sbi->s_overhead == 0) { in __ext4_fill_super()
6832 overhead = sbi->s_overhead; in ext4_statfs()
H A Dext4.h1491 unsigned long s_overhead; /* # of fs overhead clusters */ member