Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst127 - bg_free_blocks_count_hi
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch526 - __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */
/openbmc/linux/fs/ext4/
H A Dext4.h407 __le16 bg_free_blocks_count_hi;/* Free blocks count MSB */ member
H A Dsuper.c343 (__u32)le16_to_cpu(bg->bg_free_blocks_count_hi) << 16 : 0); in ext4_free_group_clusters()
399 bg->bg_free_blocks_count_hi = cpu_to_le16(count >> 16); in ext4_free_group_clusters_set()