Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst35 - s_blocks_count_lo
/openbmc/linux/fs/ext4/
H A Dext4.h1301 __le32 s_blocks_count_lo; /* Blocks count */ member
3292 es->s_blocks_count_lo = cpu_to_le32((u32)blk); in ext4_blocks_count_set()