Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c3991 sbi->s_overhead = overhead; in ext4_calculate_overhead()
4933 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in ext4_fill_super()
4935 if (sbi->s_overhead > ext4_blocks_count(es)) in ext4_fill_super()
4936 sbi->s_overhead = 0; in ext4_fill_super()
4943 sbi->s_overhead = 0; in ext4_fill_super()
4944 if (sbi->s_overhead == 0) { in ext4_fill_super()
6146 overhead = sbi->s_overhead; in ext4_statfs()
H A Dresize.c1464 es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); in ext4_update_super()
H A Dext4.h1441 unsigned long s_overhead; /* # of fs overhead clusters */ member