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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c130 BOOL show_sys_files; member in struct:__anon1363
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsuper.c108 int show_sys_files = -1, case_sensitive = -1, disable_sparse = -1; local
174 else NTFS_GETOPT_BOOL("show_sys_files", show_sys_files)
294 if (show_sys_files != -1) {
295 if (show_sys_files)

Completed in 106 milliseconds