Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c173 fdb_holes_t *fdh, *fdhp; in fdb_free()
188 kmem_free(fdhp, sizeof (fdb_holes_t)); in fdb_free()
218 fdb_holes_t *this_hole; in fdb_add_hole()
226 this_hole = kmem_alloc(sizeof (fdb_holes_t), KM_SLEEP); in fdb_add_hole()
234 fdb_holes_t *fdhp = fdb->fd_holes; in fdb_add_hole()
250 fdb_holes_t *
270 fdb_holes_t *fdh = fdb->fd_holes; in fdb_zero_holes()
282 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
321 kmem_free(pfdh, sizeof (fdb_holes_t)); in fdb_zero_holes()
326 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h55 } fdb_holes_t; typedef
111 fdb_holes_t *fd_holes; /* holes list if this fdbuffer has holes */
144 extern fdb_holes_t *fdb_get_holes(fdbuffer_t *fdbuf);