Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst284 - s_free_blocks_count_hi
/openbmc/linux/fs/ext4/
H A Dext4.h1363 __le32 s_free_blocks_count_hi; /* Free blocks count */ member
3298 es->s_free_blocks_count_hi = cpu_to_le32(blk >> 32); in ext4_free_blocks_count_set()