statfs32
struct statfs32 statfs;
int statfs32(char *, struct statfs32 *, int32_t, int32_t);
int fstatfs32(int32_t, struct statfs32 *, int32_t, int32_t);
SYSENT_CI("statfs", statfs32, 4)),
/* 35 */ SYSENT_CI("statfs", statfs32, 4),
cstatfs(struct vfs *vfsp, struct statfs32 *sbp, int len)
struct statfs32 sfs;
static int cstatfs(struct vfs *, struct statfs32 *, int);
statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp)
fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp)