Lines Matching refs:b_ops
569 bp->b_ops = NULL;
767 * Reverify a buffer found in cache without an attached ->b_ops.
776 * an assigned ->b_ops. The first is during log recovery of buffers on a V4
791 if (!ops || bp->b_ops)
794 bp->b_ops = ops;
795 bp->b_ops->verify_read(bp);
826 bp->b_ops = ops;
844 ASSERT(bp->b_ops != NULL || ops == NULL);
929 bp->b_ops = ops;
1308 if (!bp->b_error && bp->b_ops)
1309 bp->b_ops->verify_read(bp);
1555 if (bp->b_ops) {
1556 bp->b_ops->verify_write(bp);
2355 if (WARN_ON(!bp->b_ops || !bp->b_ops->magic[idx]))
2357 return dmagic == bp->b_ops->magic[idx];
2373 if (WARN_ON(!bp->b_ops || !bp->b_ops->magic16[idx]))
2375 return dmagic == bp->b_ops->magic16[idx];