Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dext2.h413 __le32 s_r_blocks_count; /* Reserved blocks count */ member
H A Dsuper.c1461 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs()
1462 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()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch95 - uint32_t s_r_blocks_count; /* Reserved blocks count */
884 - __u32 s_r_blocks_count; /* Reserved blocks count */
/openbmc/linux/fs/ext4/
H A Dext4.h3281 return ext4_read_incompat_64bit_val(es, s_r_blocks_count); in ext4_r_blocks_count()