Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsuper.c1373 sbi->s_overhead_last = 0; in ext2_statfs()
1405 sbi->s_overhead_last = overhead; in ext2_statfs()
1412 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext2_statfs()
Dext2.h78 unsigned long s_overhead_last; /* Last calculated overhead */ member
/linux-4.1.27/fs/ext3/
Dsuper.c2801 sbi->s_overhead_last = 0; in ext3_statfs()
2840 sbi->s_overhead_last = overhead; in ext3_statfs()
2847 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext3_statfs()
Dext3.h639 unsigned long s_overhead_last; /* Last calculated overhead */ member