statfs            102 src/filemanager/filegui.c #    define STATFS         statfs
statfs            103 src/filemanager/filegui.c #    define STRUCT_STATVFS struct statfs
statfs            131 src/filemanager/filegui.c #        define STRUCT_STATVFS struct statfs
statfs            500 src/filemanager/mountlist.c fsp_to_string (const struct statfs *fsp)
statfs            735 src/filemanager/mountlist.c         struct statfs *fsp;
statfs            889 src/filemanager/mountlist.c         struct statfs *stats;
statfs            949 src/filemanager/mountlist.c                 struct statfs fsd;
statfs            952 src/filemanager/mountlist.c                 if (statfs (me->me_mountdir, &fsd, sizeof (fsd), 0) != -1
statfs           1228 src/filemanager/mountlist.c     struct statfs fs;
statfs           1364 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1366 src/filemanager/mountlist.c         if (statfs (file, &fsd, sizeof (struct statfs)) != 0)
statfs           1373 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1375 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1384 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1386 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1408 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1410 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1417 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1419 src/filemanager/mountlist.c         if (statfs (file, &fsd, sizeof (fsd), 0) < 0)