Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dext2.h79 unsigned long s_blocks_last; /* Last seen block count */ member
Dsuper.c1374 else if (sbi->s_blocks_last != le32_to_cpu(es->s_blocks_count)) { in ext2_statfs()
1407 sbi->s_blocks_last = le32_to_cpu(es->s_blocks_count); in ext2_statfs()
/linux-4.1.27/fs/ext3/
Dext3.h640 unsigned long s_blocks_last; /* Last seen block count */ member
Dsuper.c2802 } else if (sbi->s_blocks_last != le32_to_cpu(es->s_blocks_count)) { in ext3_statfs()
2842 sbi->s_blocks_last = le32_to_cpu(es->s_blocks_count); in ext3_statfs()