Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsuper.c225 unsigned long def_mount_opts; in ext2_show_options() local
228 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
236 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
271 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()
279 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
787 unsigned long def_mount_opts; in ext2_fill_super() local
851 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
852 if (def_mount_opts & EXT2_DEFM_DEBUG) in ext2_fill_super()
854 if (def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_fill_super()
856 if (def_mount_opts & EXT2_DEFM_UID16) in ext2_fill_super()
[all …]
/linux-4.1.27/fs/ext3/
Dsuper.c617 unsigned long def_mount_opts; in ext3_show_options() local
619 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_show_options()
627 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS)) in ext3_show_options()
659 (def_mount_opts & EXT3_DEFM_XATTR_USER)) { in ext3_show_options()
666 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL)) in ext3_show_options()
1699 unsigned long def_mount_opts; in ext3_fill_super() local
1755 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_fill_super()
1756 if (def_mount_opts & EXT3_DEFM_DEBUG) in ext3_fill_super()
1758 if (def_mount_opts & EXT3_DEFM_BSDGROUPS) in ext3_fill_super()
1760 if (def_mount_opts & EXT3_DEFM_UID16) in ext3_fill_super()
[all …]
/linux-4.1.27/fs/ext4/
Dsuper.c3447 unsigned long def_mount_opts; in ext4_fill_super() local
3563 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()
3565 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_fill_super()
3567 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_fill_super()
3569 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_fill_super()
3580 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_fill_super()
3582 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_fill_super()
3584 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_fill_super()
3595 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_fill_super()
3604 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0) in ext4_fill_super()
[all …]