Searched refs:fdb_holes_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h57 } fdb_holes_t; typedef in typeref:struct:fdb_holes
113 fdb_holes_t *fd_holes; /* holes list if this fdbuffer has holes */
146 extern fdb_holes_t *fdb_get_holes(fdbuffer_t *fdbuf);
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c175 fdb_holes_t *fdh, *fdhp;
190 kmem_free(fdhp, sizeof (fdb_holes_t));
220 fdb_holes_t *this_hole;
228 this_hole = kmem_alloc(sizeof (fdb_holes_t), KM_SLEEP);
236 fdb_holes_t *fdhp = fdb->fd_holes;
252 fdb_holes_t *
272 fdb_holes_t *fdh = fdb->fd_holes;
284 fdb_holes_t *pfdh = fdh;
323 kmem_free(pfdh, sizeof (fdb_holes_t));
328 fdb_holes_t *pfd
[all...]

Completed in 110 milliseconds