Home
last modified time | relevance | path

Searched refs:s_r_blocks_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ext2/
Dext2.h413 __le32 s_r_blocks_count; /* Reserved blocks count */ member
Dsuper.c1478 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs()
1479 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()
Dballoc.c1186 root_blocks = le32_to_cpu(sbi->s_es->s_r_blocks_count); in ext2_has_free_blocks()