statvfs_works_cache  261 src/filemanager/filegui.c     static int statvfs_works_cache = -1;
statvfs_works_cache  264 src/filemanager/filegui.c     if (statvfs_works_cache < 0)
statvfs_works_cache  265 src/filemanager/filegui.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  266 src/filemanager/filegui.c     return statvfs_works_cache;
statvfs_works_cache  353 src/filemanager/mountlist.c     static int statvfs_works_cache = -1;
statvfs_works_cache  356 src/filemanager/mountlist.c     if (statvfs_works_cache < 0)
statvfs_works_cache  357 src/filemanager/mountlist.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  358 src/filemanager/mountlist.c     return statvfs_works_cache;