Home
last modified time | relevance | path

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

/linux-6.15/fs/ext2/
H A Dext2.h478 __le32 s_default_mount_opts; member
H A Dsuper.c270 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
825 unsigned long def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_set_options()
/linux-6.15/Documentation/filesystems/ext4/
H A Dsuper.rst254 - s_default_mount_opts
763 The ``s_default_mount_opts`` field is any combination of the following:
/linux-6.15/fs/ext4/
H A Dext4.h1374 /*100*/ __le32 s_default_mount_opts; member
H A Dsuper.c4336 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_set_def_opts()