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

/linux-master/fs/ntfs3/
H A Ddir.c301 if (sbi->options->nohidden && (fname->dup.fa & FILE_ATTRIBUTE_HIDDEN))
H A Dsuper.c364 opts->nohidden = result.negated ? 1 : 0;
700 if (opts->nohidden)
701 seq_puts(m, ",nohidden");
H A Dntfs_fs.h105 unsigned nohidden : 1; /* Do not show hidden files. */ member in struct:ntfs_mount_options

Completed in 124 milliseconds