Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c218 fdb_holes_t *this_hole; in fdb_add_hole() local
226 this_hole = kmem_alloc(sizeof (fdb_holes_t), KM_SLEEP); in fdb_add_hole()
227 this_hole->off = off; in fdb_add_hole()
228 this_hole->len = len; in fdb_add_hole()
231 this_hole->next_hole = fdb->fd_holes; in fdb_add_hole()
232 fdb->fd_holes = this_hole; in fdb_add_hole()
239 this_hole->next_hole = fdhp->next_hole; in fdb_add_hole()
240 fdhp->next_hole = this_hole; in fdb_add_hole()