Home
last modified time | relevance | path

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

/fs/ext2/
Dsuper.c222 unsigned long def_mount_opts; in ext2_show_options() local
225 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
233 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
268 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()
276 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
772 unsigned long def_mount_opts; in ext2_fill_super() local
836 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
837 if (def_mount_opts & EXT2_DEFM_DEBUG) in ext2_fill_super()
839 if (def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_fill_super()
841 if (def_mount_opts & EXT2_DEFM_UID16) in ext2_fill_super()
[all …]
/fs/ext3/
Dsuper.c611 unsigned long def_mount_opts; in ext3_show_options() local
613 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_show_options()
621 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS)) in ext3_show_options()
653 (def_mount_opts & EXT3_DEFM_XATTR_USER)) { in ext3_show_options()
660 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL)) in ext3_show_options()
1688 unsigned long def_mount_opts; in ext3_fill_super() local
1744 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_fill_super()
1745 if (def_mount_opts & EXT3_DEFM_DEBUG) in ext3_fill_super()
1747 if (def_mount_opts & EXT3_DEFM_BSDGROUPS) in ext3_fill_super()
1749 if (def_mount_opts & EXT3_DEFM_UID16) in ext3_fill_super()
[all …]
/fs/ext4/
Dsuper.c3466 unsigned long def_mount_opts; in ext4_fill_super() local
3577 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()
3579 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_fill_super()
3581 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_fill_super()
3583 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_fill_super()
3594 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_fill_super()
3596 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_fill_super()
3598 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_fill_super()
3609 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_fill_super()
3618 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0) in ext4_fill_super()
[all …]