statvfs_works_cache   93 maint/gnulib/lib/fsusage.c   static int statvfs_works_cache = -1;
statvfs_works_cache   95 maint/gnulib/lib/fsusage.c   if (statvfs_works_cache < 0)
statvfs_works_cache   96 maint/gnulib/lib/fsusage.c     statvfs_works_cache = (uname (&name) == 0
statvfs_works_cache   98 maint/gnulib/lib/fsusage.c   return statvfs_works_cache;