Home
last modified time | relevance | path

Searched refs:hide_dot_files (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/filesystems/
Dntfs3.rst72 * - hide_dot_files
/linux-6.12.1/fs/ntfs3/
Dsuper.c368 opts->hide_dot_files = 1; in ntfs_fs_parse_param()
703 if (opts->hide_dot_files) in ntfs_show_options()
Dntfs_fs.h106 unsigned hide_dot_files : 1; /* Set hidden flag on dot files. */ member
Dinode.c1283 if (sbi->options->hide_dot_files && name->name[0] == '.') in ntfs_create_inode()
Dfrecord.c3094 if (ni->mi.sbi->options->hide_dot_files) { in ni_add_name()