Home
last modified time | relevance | path

Searched refs:bg_itable_unused_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dext_common.h150 __le16 bg_itable_unused_high; member
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c100 free_inodes += le16_to_cpu(bg->bg_itable_unused_high) << 16; in ext4fs_bg_itable_unused_dec()
105 bg->bg_itable_unused_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_itable_unused_dec()