Searched refs:s_r_blocks_count (Results 1 – 4 of 4) sorted by relevance
408 __le32 s_r_blocks_count; /* Reserved blocks count */ member
1453 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs()1454 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()
1161 root_blocks = le32_to_cpu(sbi->s_es->s_r_blocks_count); in ext2_has_free_blocks()
3206 return ext4_read_incompat_64bit_val(es, s_r_blocks_count); in ext4_r_blocks_count()