statvfs_works_cache 275 src/filemanager/filegui.c static int statvfs_works_cache = -1; statvfs_works_cache 278 src/filemanager/filegui.c if (statvfs_works_cache < 0) statvfs_works_cache 279 src/filemanager/filegui.c statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36")); statvfs_works_cache 280 src/filemanager/filegui.c return statvfs_works_cache; statvfs_works_cache 364 src/filemanager/mountlist.c static int statvfs_works_cache = -1; statvfs_works_cache 367 src/filemanager/mountlist.c if (statvfs_works_cache < 0) statvfs_works_cache 368 src/filemanager/mountlist.c statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36")); statvfs_works_cache 369 src/filemanager/mountlist.c return statvfs_works_cache;