Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dext2.h482 __le32 s_default_mount_opts; member
Dsuper.c228 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
851 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
/linux-4.1.27/fs/ext3/
Dext3.h473 __le32 s_default_mount_opts; member
Dsuper.c619 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_show_options()
1755 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_fill_super()
/linux-4.1.27/fs/ext4/
Dext4.h1172 /*100*/ __le32 s_default_mount_opts; member
Dsuper.c3563 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()