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

/freebsd-10.3-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c210 struct buf *pribp = NULL, *supbp = NULL; local
286 if (supbp == NULL) {
287 supbp = bp;
466 supbp->b_flags |= B_AGE;
469 if (supbp) {
470 brelse(supbp);
471 supbp = NULL;
481 if (supbp)
482 brelse(supbp);

Completed in 40 milliseconds