Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dioctl.c1702 (sbi->s_overhead == 0 || in ext4_update_overhead()
1703 sbi->s_overhead == le32_to_cpu(sbi->s_es->s_overhead_clusters))) in ext4_update_overhead()
1705 return ext4_update_superblocks_fn(sb, set_overhead, &sbi->s_overhead); in ext4_update_overhead()
Dresize.c1405 sbi->s_overhead += overhead; in ext4_add_overhead()
1406 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_add_overhead()
1515 if (ext4_has_feature_bigalloc(sb) && (sbi->s_overhead != 0)) in ext4_update_super()
1520 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_update_super()
Dsuper.c4180 sbi->s_overhead = overhead; in ext4_calculate_overhead()
5349 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in __ext4_fill_super()
5351 if (sbi->s_overhead > ext4_blocks_count(es)) in __ext4_fill_super()
5352 sbi->s_overhead = 0; in __ext4_fill_super()
5359 sbi->s_overhead = 0; in __ext4_fill_super()
5360 if (sbi->s_overhead == 0) { in __ext4_fill_super()
6675 overhead = sbi->s_overhead; in ext4_statfs()
Dext4.h1521 unsigned long s_overhead; /* # of fs overhead clusters */ member