vfs_timeout 88 lib/vfs/gc.c int vfs_timeout = 60; /* VFS timeout in seconds */ vfs_timeout 252 lib/vfs/gc.c exp_time = curr_time - vfs_timeout * G_USEC_PER_SEC; vfs_timeout 228 lib/vfs/vfs.h extern int vfs_timeout; vfs_timeout 1129 src/filemanager/boxes.c g_snprintf (buffer2, sizeof (buffer2), "%i", vfs_timeout); vfs_timeout 1188 src/filemanager/boxes.c vfs_timeout = 0; vfs_timeout 1190 src/filemanager/boxes.c vfs_timeout = atoi (ret_timeout); vfs_timeout 1193 src/filemanager/boxes.c if (vfs_timeout < 0 || vfs_timeout > 10000) vfs_timeout 1194 src/filemanager/boxes.c vfs_timeout = 10; vfs_timeout 384 src/setup.c { "vfs_timeout", &vfs_timeout },