Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dioctl.c1712 (sbi->s_overhead == 0 || in ext4_update_overhead()
1713 sbi->s_overhead == le32_to_cpu(sbi->s_es->s_overhead_clusters))) in ext4_update_overhead()
1715 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()
5468 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()
5470 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()
5471 sbi->s_overhead = 0; in __ext4_fill_super()
5478 sbi->s_overhead = 0; in __ext4_fill_super()
5479 if (sbi->s_overhead == 0) { in __ext4_fill_super()
6862 overhead = sbi->s_overhead; in ext4_statfs()
H A Dext4.h1509 unsigned long s_overhead; /* # of fs overhead clusters */ member