statvfs_works_cache  263 src/filemanager/filegui.c     static int statvfs_works_cache = -1;
statvfs_works_cache  266 src/filemanager/filegui.c     if (statvfs_works_cache < 0)
statvfs_works_cache  267 src/filemanager/filegui.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  268 src/filemanager/filegui.c     return statvfs_works_cache;
statvfs_works_cache  349 src/filemanager/mountlist.c     static int statvfs_works_cache = -1;
statvfs_works_cache  352 src/filemanager/mountlist.c     if (statvfs_works_cache < 0)
statvfs_works_cache  353 src/filemanager/mountlist.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  354 src/filemanager/mountlist.c     return statvfs_works_cache;