Home
last modified time | relevance | path

Searched refs:def_mount_opts (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/ext2/
Dsuper.c244 unsigned long def_mount_opts; in ext2_show_options() local
247 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
255 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
290 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()
298 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
817 unsigned long def_mount_opts; in ext2_fill_super() local
884 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
885 if (def_mount_opts & EXT2_DEFM_DEBUG) in ext2_fill_super()
887 if (def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_fill_super()
889 if (def_mount_opts & EXT2_DEFM_UID16) in ext2_fill_super()
[all …]
/Linux-v5.10/fs/ext4/
Dsuper.c4021 unsigned long def_mount_opts; in ext4_fill_super() local
4131 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()
4133 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_fill_super()
4135 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_fill_super()
4137 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_fill_super()
4150 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_fill_super()
4152 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_fill_super()
4154 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_fill_super()
4165 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_fill_super()
4174 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0) in ext4_fill_super()
[all …]