Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h483 __le32 s_default_mount_opts; member
H A Dsuper.c247 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
888 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dsuper.rst742 The ``s_default_mount_opts`` field is any combination of the following:
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h1355 /*100*/ __le32 s_default_mount_opts; member
H A Dsuper.c4150 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()