Searched refs:s_overhead_last (Results 1 – 4 of 4) sorted by relevance
1366 sbi->s_overhead_last = 0; in ext2_statfs()1398 sbi->s_overhead_last = overhead; in ext2_statfs()1405 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext2_statfs()
78 unsigned long s_overhead_last; /* Last calculated overhead */ member
2789 sbi->s_overhead_last = 0; in ext3_statfs()2828 sbi->s_overhead_last = overhead; in ext3_statfs()2835 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext3_statfs()
635 unsigned long s_overhead_last; /* Last calculated overhead */ member