Searched refs:nohidden (Results 1 – 4 of 4) sorted by relevance
64 * - nohidden
304 if (sbi->options->nohidden && (fname->dup.fa & FILE_ATTRIBUTE_HIDDEN)) in ntfs_dir_emit()
365 opts->nohidden = 1; in ntfs_fs_parse_param()701 if (opts->nohidden) in ntfs_show_options()
105 unsigned nohidden : 1; /* Do not show hidden files. */ member