Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch148 - uint32_t s_blocks_count_hi; /* Blocks count */
952 - __u32 s_blocks_count_hi; /* Blocks count high 32bits */
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst276 - s_blocks_count_hi
/openbmc/linux/fs/ext4/
H A Dext4.h1371 /*150*/ __le32 s_blocks_count_hi; /* Blocks count */ member
3293 es->s_blocks_count_hi = cpu_to_le32(blk >> 32); in ext4_blocks_count_set()