Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dntfs3.rst64 * - nohidden
/linux/fs/ntfs3/
H A Ddir.c304 if (sbi->options->nohidden && (fname->dup.fa & FILE_ATTRIBUTE_HIDDEN)) in ntfs_dir_emit()
H A Dsuper.c365 opts->nohidden = 1; in ntfs_fs_parse_param()
701 if (opts->nohidden) in ntfs_show_options()
H A Dntfs_fs.h105 unsigned nohidden : 1; /* Do not show hidden files. */ member