Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dsuper.c228 unsigned long def_mount_opts; in ext2_show_options() local
231 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
239 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
274 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()
282 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
792 unsigned long def_mount_opts; in ext2_fill_super() local
856 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
857 if (def_mount_opts & EXT2_DEFM_DEBUG) in ext2_fill_super()
859 if (def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_fill_super()
861 if (def_mount_opts & EXT2_DEFM_UID16) in ext2_fill_super()
[all …]
/linux-4.4.14/fs/ext4/
Dsuper.c3113 unsigned long def_mount_opts; in ext4_fill_super() local
3223 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()
3225 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_fill_super()
3227 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_fill_super()
3229 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_fill_super()
3240 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_fill_super()
3242 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_fill_super()
3244 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_fill_super()
3255 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_fill_super()
3264 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0) in ext4_fill_super()
[all …]