Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch157 - uint32_t s_raid_stripe_width; /* blocks on all data disks (N*stride)*/
961 - __u32 s_raid_stripe_width; /* blocks on all data disks (N*stride)*/
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst317 - s_raid_stripe_width
/openbmc/linux/fs/ext4/
H A Dext4.h1380 __le32 s_raid_stripe_width; /* blocks on all data disks (N*stride)*/ member
H A Dsuper.c3582 le32_to_cpu(sbi->s_es->s_raid_stripe_width); in ext4_get_stripe_size()