HomeSort by: relevance | last modified time | path
    Searched refs:fd_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/lfs_cleanerd/
fdfs.h 1 struct fd_buf { struct
11 struct fd_buf *fd_bufp; /* The buffers */
fdfs.c 71 fs->fd_bufp = malloc(nseg * sizeof(struct fd_buf));
175 struct fd_buf *t;
183 t = realloc(fs->fd_bufp, fs->fd_bufc * sizeof(struct fd_buf));

Completed in 11 milliseconds