Lines Matching full:negated
352 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param()
355 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param()
358 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param()
361 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param()
364 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param()
367 opts->hide_dot_files = result.negated ? 0 : 1; in ntfs_fs_parse_param()
370 opts->windows_names = result.negated ? 0 : 1; in ntfs_fs_parse_param()
373 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param()
376 if (!result.negated) in ntfs_fs_parse_param()
392 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param()
395 opts->nocase = result.negated ? 1 : 0; in ntfs_fs_parse_param()