Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext2/
H A Dsuper.c1411 sbi->s_overhead_last = 0; in ext2_statfs()
1443 sbi->s_overhead_last = overhead; in ext2_statfs()
1450 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext2_statfs()
H A Dext2.h78 unsigned long s_overhead_last; /* Last calculated overhead */ member
107 * s_blocks_last, s_overhead_last and the content of superblock's
/kernel/linux/linux-6.6/fs/ext2/
H A Dsuper.c1419 sbi->s_overhead_last = 0; in ext2_statfs()
1451 sbi->s_overhead_last = overhead; in ext2_statfs()
1458 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext2_statfs()
H A Dext2.h80 unsigned long s_overhead_last; /* Last calculated overhead */ member
109 * s_blocks_last, s_overhead_last and the content of superblock's

Completed in 8 milliseconds