Home
last modified time | relevance | path

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

/linux-6.15/fs/ext2/
H A Dext2.h414 __le32 s_r_blocks_count; /* Reserved blocks count */ member
H A Dsuper.c1496 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs()
1497 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()
H A Dballoc.c1163 root_blocks = le32_to_cpu(sbi->s_es->s_r_blocks_count); in ext2_has_free_blocks()
/linux-6.15/fs/ext4/
H A Dext4.h3311 return ext4_read_incompat_64bit_val(es, s_r_blocks_count); in ext4_r_blocks_count()