Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dioctl.c1698 (sbi->s_overhead == 0 || in ext4_update_overhead()
1699 sbi->s_overhead == le32_to_cpu(sbi->s_es->s_overhead_clusters))) in ext4_update_overhead()
1701 return ext4_update_superblocks_fn(sb, set_overhead, &sbi->s_overhead); in ext4_update_overhead()
Dresize.c1397 sbi->s_overhead += overhead; in ext4_add_overhead()
1398 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_add_overhead()
1509 if (ext4_has_feature_bigalloc(sb) && (sbi->s_overhead != 0)) in ext4_update_super()
1514 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_update_super()
Dsuper.c4179 sbi->s_overhead = overhead; in ext4_calculate_overhead()
5347 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()
5349 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()
5350 sbi->s_overhead = 0; in __ext4_fill_super()
5357 sbi->s_overhead = 0; in __ext4_fill_super()
5358 if (sbi->s_overhead == 0) { in __ext4_fill_super()
6673 overhead = sbi->s_overhead; in ext4_statfs()
Dext4.h1521 unsigned long s_overhead; /* # of fs overhead clusters */ member