Home
last modified time | relevance | path

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

/u-boot/include/
A Dext_common.h153 __le16 free_inodes_high; member
/u-boot/fs/ext4/
A Dext4_write.c49 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_free_inodes_inc()
54 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_inc()
A Dext4_common.c77 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_free_inodes_dec()
82 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_dec()
139 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_get_free_inodes()

Completed in 14 milliseconds