Searched refs:nohidden (Results 1 – 3 of 3) sorted by relevance
301 if (sbi->options->nohidden && (fname->dup.fa & FILE_ATTRIBUTE_HIDDEN)) in ntfs_filldir()
331 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param()537 if (opts->nohidden) in ntfs_show_options()
102 unsigned nohidden : 1; /* Do not show hidden files. */ member