statvfs_works_cache  277 src/filemanager/filegui.c     static int statvfs_works_cache = -1;
statvfs_works_cache  280 src/filemanager/filegui.c     if (statvfs_works_cache < 0)
statvfs_works_cache  281 src/filemanager/filegui.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  282 src/filemanager/filegui.c     return statvfs_works_cache;
statvfs_works_cache  367 src/filemanager/mountlist.c     static int statvfs_works_cache = -1;
statvfs_works_cache  370 src/filemanager/mountlist.c     if (statvfs_works_cache < 0)
statvfs_works_cache  371 src/filemanager/mountlist.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  372 src/filemanager/mountlist.c     return statvfs_works_cache;