Home
last modified time | relevance | path

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

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