Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h151 __le16 bg_itable_unused_high; member
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c102 free_inodes += le16_to_cpu(bg->bg_itable_unused_high) << 16; in ext4fs_bg_itable_unused_dec()
107 bg->bg_itable_unused_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_itable_unused_dec()