Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext2/
Dext2.h477 __le32 s_default_mount_opts; member
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()
/linux-6.6.21/Documentation/filesystems/ext4/
Dsuper.rst254 - s_default_mount_opts
755 The ``s_default_mount_opts`` field is any combination of the following:
/linux-6.6.21/fs/ext4/
Dext4.h1356 /*100*/ __le32 s_default_mount_opts; member
Dsuper.c4357 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_set_def_opts()