Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dsuper.c1436 sbi->s_overhead_last = 0; in ext2_statfs()
1468 sbi->s_overhead_last = overhead; in ext2_statfs()
1475 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