Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/
H A Dfdbuffer.c189 fdh = fdh->next_hole; in fdb_free()
233 this_hole->next_hole = fdb->fd_holes; in fdb_add_hole()
238 while (fdhp->next_hole && off > fdhp->next_hole->off) in fdb_add_hole()
239 fdhp = fdhp->next_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()
322 fdh = fdh->next_hole; in fdb_zero_holes()
332 fdh = fdh->next_hole; in fdb_zero_holes()
/titanic_50/usr/src/uts/common/sys/
H A Dfdbuffer.h54 struct fdb_holes *next_hole; member