Home
last modified time | relevance | path

Searched refs:show_sys_files (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/Documentation/filesystems/
Dntfs.txt61 show_sys_files=<bool> If enabled, show all system files as normal files. Note
157 which is consistent with Windows NT4. Using the show_sys_files mount
181 - Fixed system file handling. No longer need to use show_sys_files
185 even without the show_sys_files option. This is important for the
232 - New mount option show_sys_files=<bool> to show all system files as
/linux-2.4.37.9/fs/ntfs/
Dfs.c171 char show_sys_files = 0; in ntfs_printcb() local
191 show_sys_files = 1; in ntfs_printcb()
204 if (!show_sys_files && inum < 0x10UL) { in ntfs_printcb()