Lines Matching full:negated
353 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param()
356 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param()
359 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param()
362 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param()
365 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param()
368 opts->hide_dot_files = result.negated ? 0 : 1; in ntfs_fs_parse_param()
371 opts->windows_names = result.negated ? 0 : 1; in ntfs_fs_parse_param()
374 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param()
377 if (!result.negated) in ntfs_fs_parse_param()
393 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param()
396 opts->nocase = result.negated ? 1 : 0; in ntfs_fs_parse_param()