Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dsuper.c267 unsigned long def_mount_opts; in ext2_show_options() local
270 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()
826 unsigned long def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_set_options() local
833 def_mount_opts & EXT2_DEFM_DEBUG) in ext2_set_options()
837 def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_set_options()
841 def_mount_opts & EXT2_DEFM_UID16) in ext2_set_options()
846 def_mount_opts in ext2_set_options()
[all...]
/linux/fs/ext4/
H A Dsuper.c4328 unsigned long def_mount_opts; in ext4_set_def_opts() local
4331 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_set_def_opts()
4333 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_set_def_opts()
4335 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_set_def_opts()
4337 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_set_def_opts()
4350 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_set_def_opts()
4352 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_set_def_opts()
4354 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_set_def_opts()
4365 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_set_def_opts()
4368 if ((def_mount_opts in ext4_set_def_opts()
[all...]