statfs             94 src/filemanager/filegui.c #define STATFS         statfs
statfs             95 src/filemanager/filegui.c #define STRUCT_STATVFS struct statfs
statfs            123 src/filemanager/filegui.c #define STRUCT_STATVFS struct statfs
statfs            499 src/filemanager/mountlist.c fsp_to_string (const struct statfs *fsp)
statfs            733 src/filemanager/mountlist.c         struct statfs *fsp;
statfs            887 src/filemanager/mountlist.c         struct statfs *stats;
statfs            947 src/filemanager/mountlist.c                 struct statfs fsd;
statfs            950 src/filemanager/mountlist.c                 if (statfs (me->me_mountdir, &fsd, sizeof (fsd), 0) != -1
statfs           1226 src/filemanager/mountlist.c     struct statfs fs;
statfs           1362 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1364 src/filemanager/mountlist.c         if (statfs (file, &fsd, sizeof (struct statfs)) != 0)
statfs           1371 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1373 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1382 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1384 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1406 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1408 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1415 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1417 src/filemanager/mountlist.c         if (statfs (file, &fsd, sizeof (fsd), 0) < 0)