l9p_statfs
static void dostatfs(struct l9p_statfs *, struct statvfs *, long);
static void dostatfs(struct l9p_statfs *, struct statfs *, long);
dostatfs(struct l9p_statfs *out, struct statfs *in, long namelen)
dostatfs(struct l9p_statfs *out, struct statvfs *in, long namelen)
struct l9p_statfs statfs;
l9p_describe_statfs(const char *str, struct l9p_statfs *st, struct sbuf *sb)
static void l9p_describe_statfs(const char *, struct l9p_statfs *,