Home
last modified time | relevance | path

Searched refs:nohidden (Results 1 – 3 of 3) sorted by relevance

/fs/ntfs3/
Ddir.c301 if (sbi->options->nohidden && (fname->dup.fa & FILE_ATTRIBUTE_HIDDEN)) in ntfs_filldir()
Dsuper.c331 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param()
537 if (opts->nohidden) in ntfs_show_options()
Dntfs_fs.h102 unsigned nohidden : 1; /* Do not show hidden files. */ member