Lines Matching refs:mount_opt
1932 int mount_opt; member
2187 if (m->mount_opt & EXT4_MOUNT_DELALLOC) { in handle_mount_opt()
2189 } else if (m->mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) { in handle_mount_opt()
2323 else if (test_opt(sb, DATA_FLAGS) != m->mount_opt) { in handle_mount_opt()
2330 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2335 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()
2346 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()
2401 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2403 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2417 sbi->s_mount_opt2 |= m->mount_opt; in handle_mount_opt()
2419 sbi->s_mount_opt2 &= ~m->mount_opt; in handle_mount_opt()
2422 sbi->s_mount_opt |= m->mount_opt; in handle_mount_opt()
2424 sbi->s_mount_opt &= ~m->mount_opt; in handle_mount_opt()
2570 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2573 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2574 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()