Lines Matching refs:b_ops
669 bp->b_ops = NULL;
778 * Reverify a buffer found in cache without an attached ->b_ops.
787 * an assigned ->b_ops. The first is during log recovery of buffers on a V4
802 if (!ops || bp->b_ops)
805 bp->b_ops = ops;
806 bp->b_ops->verify_read(bp);
837 bp->b_ops = ops;
855 ASSERT(bp->b_ops != NULL || ops == NULL);
933 bp->b_ops = ops;
1329 if (!bp->b_error && bp->b_ops)
1330 bp->b_ops->verify_read(bp);
1578 if (bp->b_ops) {
1579 bp->b_ops->verify_write(bp);
2365 if (WARN_ON(!bp->b_ops || !bp->b_ops->magic[idx]))
2367 return dmagic == bp->b_ops->magic[idx];
2383 if (WARN_ON(!bp->b_ops || !bp->b_ops->magic16[idx]))
2385 return dmagic == bp->b_ops->magic16[idx];