fd_buf
struct fd_buf *t;
t = realloc(fs->fd_bufp, fs->fd_bufc * sizeof(struct fd_buf));
fs->fd_bufp = malloc(nseg * sizeof(struct fd_buf));
struct fd_buf *fd_bufp; /* The buffers */