statfs 101 src/filemanager/filegui.c #define STATFS statfs statfs 102 src/filemanager/filegui.c #define STRUCT_STATVFS struct statfs statfs 128 src/filemanager/filegui.c #define STRUCT_STATVFS struct statfs statfs 517 src/filemanager/mountlist.c fsp_to_string (const struct statfs *fsp) statfs 751 src/filemanager/mountlist.c struct statfs *fsp; statfs 905 src/filemanager/mountlist.c struct statfs *stats; statfs 965 src/filemanager/mountlist.c struct statfs fsd; statfs 968 src/filemanager/mountlist.c if (statfs (me->me_mountdir, &fsd, sizeof (fsd), 0) != -1 statfs 1244 src/filemanager/mountlist.c struct statfs fs; statfs 1384 src/filemanager/mountlist.c struct statfs fsd; statfs 1386 src/filemanager/mountlist.c if (statfs (file, &fsd, sizeof (struct statfs)) != 0) statfs 1393 src/filemanager/mountlist.c struct statfs fsd; statfs 1395 src/filemanager/mountlist.c if (statfs (file, &fsd) < 0) statfs 1404 src/filemanager/mountlist.c struct statfs fsd; statfs 1406 src/filemanager/mountlist.c if (statfs (file, &fsd) < 0) statfs 1428 src/filemanager/mountlist.c struct statfs fsd; statfs 1430 src/filemanager/mountlist.c if (statfs (file, &fsd) < 0) statfs 1437 src/filemanager/mountlist.c struct statfs fsd; statfs 1439 src/filemanager/mountlist.c if (statfs (file, &fsd, sizeof (fsd), 0) < 0)