Searched refs:hide_dot_files (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ntfs3/
H A Dsuper.c272 fsparam_flag_no("hide_dot_files", Opt_hide_dot_files),
367 opts->hide_dot_files = result.negated ? 0 : 1;
702 if (opts->hide_dot_files)
703 seq_puts(m, ",hide_dot_files");
H A Dntfs_fs.h106 unsigned hide_dot_files : 1; /* Set hidden flag on dot files. */ member in struct:ntfs_mount_options
H A Dinode.c1312 /* If option "hide_dot_files" then set hidden attribute for dot files. */
1313 if (sbi->options->hide_dot_files && name->name[0] == '.')
H A Dfrecord.c3028 /* If option "hide_dot_files" then set hidden attribute for dot files. */
3029 if (ni->mi.sbi->options->hide_dot_files) {

Completed in 140 milliseconds