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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c130 BOOL show_sys_files; member in struct:__anon4309
654 ctx->show_sys_files) {
1907 } else if (!strcmp(opt, "show_sys_files")) {
1908 if (bogus_option_value(val, "show_sys_files"))
1910 ctx->show_sys_files = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsuper.c110 int show_sys_files = -1, case_sensitive = -1, disable_sparse = -1; local
176 else NTFS_GETOPT_BOOL("show_sys_files", show_sys_files)
295 if (show_sys_files != -1) {
296 if (show_sys_files)

Completed in 105 milliseconds