Home
last modified time | relevance | path

Searched refs:bg_block_bitmap_hi (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst115 - bg_block_bitmap_hi
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch523 - __u32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */
/openbmc/linux/fs/ext4/
H A Dext4.h404 __le32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */ member
H A Dsuper.c319 (ext4_fsblk_t)le32_to_cpu(bg->bg_block_bitmap_hi) << 32 : 0); in ext4_block_bitmap()
375 bg->bg_block_bitmap_hi = cpu_to_le32(blk >> 32); in ext4_block_bitmap_set()