Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dfdbuffer.c83 fdb->fd_holes = NULL; in fdb_prepare()
187 for (fdh = fdb->fd_holes; fdh; ) { in fdb_free()
232 if (fdb->fd_holes == NULL || off < fdb->fd_holes->off) { 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()
236 fdb_holes_t *fdhp = fdb->fd_holes; in fdb_add_hole()
261 return (fdb->fd_holes); in fdb_get_holes()
272 fdb_holes_t *fdh = fdb->fd_holes; in fdb_zero_holes()
/titanic_41/usr/src/uts/common/sys/
H A Dfdbuffer.h113 fdb_holes_t *fd_holes; /* holes list if this fdbuffer has holes */ member