Home
last modified time | relevance | path

Searched refs:s_default_mount_opts (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dext2.h477 __le32 s_default_mount_opts; member
H A Dsuper.c244 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
882 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst254 - s_default_mount_opts
755 The ``s_default_mount_opts`` field is any combination of the following:
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch143 - uint32_t s_default_mount_opts;
948 - __u32 s_default_mount_opts;
/openbmc/linux/fs/ext4/
H A Dext4.h1366 /*100*/ __le32 s_default_mount_opts; member
H A Dsuper.c4365 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_set_def_opts()