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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c86 fdb->fd_parentbp = NULL;
193 if (fdb->fd_parentbp != NULL) {
196 pageio_done(fdb->fd_parentbp);
199 kmem_free(fdb->fd_parentbp, sizeof (struct buf));
385 if (fdb->fd_parentbp == NULL) {
387 fdb->fd_parentbp = bp;
391 if (fdb->fd_parentbp == NULL) {
403 fdb->fd_parentbp = bp;
411 bp = bioclone(fdb->fd_parentbp, off, len, 0, 0,
/illumos-gate/usr/src/uts/common/sys/
H A Dfdbuffer.h106 buf_t *fd_parentbp; /* buf associated with parent buf */ member in struct:fdbuffer

Completed in 56 milliseconds