Lines Matching refs:mount_opt
1669 int mount_opt; member
1861 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt()
1863 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt()
1992 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
1999 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2004 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2015 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2021 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2027 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2029 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2042 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2044 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2191 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2194 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2195 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()