Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst127 - bg_free_blocks_count_hi
/linux/fs/ext4/
H A Dext4.h412 __le16 bg_free_blocks_count_hi;/* Free blocks count MSB */ member
H A Dsuper.c350 (__u32)le16_to_cpu(bg->bg_free_blocks_count_hi) << 16 : 0); in ext4_free_group_clusters()
406 bg->bg_free_blocks_count_hi = cpu_to_le16(count >> 16); in ext4_free_group_clusters_set()