Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext_common.h148 __le16 free_inodes_high; member
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c45 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_free_inodes_inc()
50 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_inc()
H A Dext4_common.c74 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_free_inodes_dec()
79 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_dec()
136 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_get_free_inodes()