Lines Matching refs:b_ops
569 bp->b_ops = NULL; in xfs_buf_find_lock()
791 if (!ops || bp->b_ops) in xfs_buf_reverify()
794 bp->b_ops = ops; in xfs_buf_reverify()
795 bp->b_ops->verify_read(bp); in xfs_buf_reverify()
826 bp->b_ops = ops; in xfs_buf_read_map()
844 ASSERT(bp->b_ops != NULL || ops == NULL); in xfs_buf_read_map()
929 bp->b_ops = ops; in xfs_buf_read_uncached()
1308 if (!bp->b_error && bp->b_ops) in xfs_buf_ioend()
1309 bp->b_ops->verify_read(bp); in xfs_buf_ioend()
1555 if (bp->b_ops) { in _xfs_buf_ioapply()
1556 bp->b_ops->verify_write(bp); in _xfs_buf_ioapply()
2355 if (WARN_ON(!bp->b_ops || !bp->b_ops->magic[idx])) in xfs_verify_magic()
2357 return dmagic == bp->b_ops->magic[idx]; in xfs_verify_magic()
2373 if (WARN_ON(!bp->b_ops || !bp->b_ops->magic16[idx])) in xfs_verify_magic16()
2375 return dmagic == bp->b_ops->magic16[idx]; in xfs_verify_magic16()