Searched refs:def_mount_opts (Results 1 – 2 of 2) sorted by relevance
267 unsigned long def_mount_opts; in ext2_show_options() local270 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()278 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()313 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()321 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()825 unsigned long def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_set_options() local832 def_mount_opts & EXT2_DEFM_DEBUG) in ext2_set_options()836 def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_set_options()840 def_mount_opts & EXT2_DEFM_UID16) in ext2_set_options()845 def_mount_opts & EXT2_DEFM_XATTR_USER) in ext2_set_options()[all …]
4333 unsigned long def_mount_opts; in ext4_set_def_opts() local4336 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_set_def_opts()4338 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_set_def_opts()4340 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_set_def_opts()4342 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_set_def_opts()4355 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_set_def_opts()4357 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_set_def_opts()4359 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_set_def_opts()4370 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_set_def_opts()4373 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0) in ext4_set_def_opts()[all …]