statvfs_works_cache  271 src/filemanager/filegui.c     static int statvfs_works_cache = -1;
statvfs_works_cache  274 src/filemanager/filegui.c     if (statvfs_works_cache < 0)
statvfs_works_cache  275 src/filemanager/filegui.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  276 src/filemanager/filegui.c     return statvfs_works_cache;
statvfs_works_cache  350 src/filemanager/mountlist.c     static int statvfs_works_cache = -1;
statvfs_works_cache  353 src/filemanager/mountlist.c     if (statvfs_works_cache < 0)
statvfs_works_cache  354 src/filemanager/mountlist.c         statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36"));
statvfs_works_cache  355 src/filemanager/mountlist.c     return statvfs_works_cache;