Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dfdbuffer.c220 fdb_holes_t *this_hole; in fdb_add_hole() local
228 this_hole = kmem_alloc(sizeof (fdb_holes_t), KM_SLEEP); in fdb_add_hole()
229 this_hole->off = off; in fdb_add_hole()
230 this_hole->len = len; in fdb_add_hole()
233 this_hole->next_hole = fdb->fd_holes; in fdb_add_hole()
234 fdb->fd_holes = this_hole; in fdb_add_hole()
241 this_hole->next_hole = fdhp->next_hole; in fdb_add_hole()
242 fdhp->next_hole = this_hole; in fdb_add_hole()