Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dioctl.c1711 (sbi->s_overhead == 0 || in ext4_update_overhead()
1712 sbi->s_overhead == le32_to_cpu(sbi->s_es->s_overhead_clusters))) in ext4_update_overhead()
1714 return ext4_update_superblocks_fn(sb, set_overhead, &sbi->s_overhead); in ext4_update_overhead()
H A Dresize.c1407 sbi->s_overhead += overhead; in ext4_add_overhead()
1408 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_add_overhead()
1517 if (ext4_has_feature_bigalloc(sb) && (sbi->s_overhead != 0)) in ext4_update_super()
1522 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_update_super()
H A Dsuper.c4229 sbi->s_overhead = overhead; in ext4_calculate_overhead()
5463 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()
5465 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()
5466 sbi->s_overhead = 0; in __ext4_fill_super()
5473 sbi->s_overhead = 0; in __ext4_fill_super()
5474 if (sbi->s_overhead == 0) { in __ext4_fill_super()
6854 overhead = sbi->s_overhead; in ext4_statfs()
H A Dext4.h1506 unsigned long s_overhead; /* # of fs overhead clusters */ member