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       221 lib/vfs/vfs.h  extern int vfs_timeout;
vfs_timeout      1128 src/filemanager/boxes.c     g_snprintf (buffer2, sizeof (buffer2), "%i", vfs_timeout);
vfs_timeout      1187 src/filemanager/boxes.c                 vfs_timeout = 0;
vfs_timeout      1189 src/filemanager/boxes.c                 vfs_timeout = atoi (ret_timeout);
vfs_timeout      1192 src/filemanager/boxes.c             if (vfs_timeout < 0 || vfs_timeout > 10000)
vfs_timeout      1193 src/filemanager/boxes.c                 vfs_timeout = 10;
vfs_timeout       384 src/setup.c        { "vfs_timeout", &vfs_timeout },