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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c83 fdb->fd_holes = NULL;
187 for (fdh = fdb->fd_holes; fdh; ) {
232 if (fdb->fd_holes == NULL || off < fdb->fd_holes->off) {
233 this_hole->next_hole = fdb->fd_holes;
234 fdb->fd_holes = this_hole;
236 fdb_holes_t *fdhp = fdb->fd_holes;
261 return (fdb->fd_holes);
272 fdb_holes_t *fdh = fdb->fd_holes;
/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h113 fdb_holes_t *fd_holes; /* holes list if this fdbuffer has holes */ member in struct:fdbuffer

Completed in 45 milliseconds