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            478 src/filemanager/mountlist.c fsp_to_string (const struct statfs *fsp)
statfs            712 src/filemanager/mountlist.c         struct statfs *fsp;
statfs            866 src/filemanager/mountlist.c         struct statfs *stats;
statfs            926 src/filemanager/mountlist.c                 struct statfs fsd;
statfs            929 src/filemanager/mountlist.c                 if (statfs (me->me_mountdir, &fsd, sizeof (fsd), 0) != -1
statfs           1205 src/filemanager/mountlist.c     struct statfs fs;
statfs           1341 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1343 src/filemanager/mountlist.c         if (statfs (file, &fsd, sizeof (struct statfs)) != 0)
statfs           1350 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1352 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1361 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1363 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1385 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1387 src/filemanager/mountlist.c         if (statfs (file, &fsd) < 0)
statfs           1394 src/filemanager/mountlist.c         struct statfs fsd;
statfs           1396 src/filemanager/mountlist.c         if (statfs (file, &fsd, sizeof (fsd), 0) < 0)