Lines Matching refs:b_ops

242 			bp->b_ops = &xfs_bnobt_buf_ops;  in xlog_recover_validate_buf_type()
246 bp->b_ops = &xfs_cntbt_buf_ops; in xlog_recover_validate_buf_type()
250 bp->b_ops = &xfs_inobt_buf_ops; in xlog_recover_validate_buf_type()
254 bp->b_ops = &xfs_finobt_buf_ops; in xlog_recover_validate_buf_type()
258 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()
261 bp->b_ops = &xfs_rmapbt_buf_ops; in xlog_recover_validate_buf_type()
264 bp->b_ops = &xfs_refcountbt_buf_ops; in xlog_recover_validate_buf_type()
276 bp->b_ops = &xfs_agf_buf_ops; in xlog_recover_validate_buf_type()
283 bp->b_ops = &xfs_agfl_buf_ops; in xlog_recover_validate_buf_type()
290 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
300 bp->b_ops = &xfs_dquot_buf_ops; in xlog_recover_validate_buf_type()
312 bp->b_ops = &xfs_inode_buf_ops; in xlog_recover_validate_buf_type()
319 bp->b_ops = &xfs_symlink_buf_ops; in xlog_recover_validate_buf_type()
327 bp->b_ops = &xfs_dir3_block_buf_ops; in xlog_recover_validate_buf_type()
335 bp->b_ops = &xfs_dir3_data_buf_ops; in xlog_recover_validate_buf_type()
343 bp->b_ops = &xfs_dir3_free_buf_ops; in xlog_recover_validate_buf_type()
351 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xlog_recover_validate_buf_type()
359 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xlog_recover_validate_buf_type()
367 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()
375 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xlog_recover_validate_buf_type()
382 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xlog_recover_validate_buf_type()
389 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()
395 bp->b_ops = &xfs_rtbuf_ops; in xlog_recover_validate_buf_type()
428 if (bp->b_ops) { in xlog_recover_validate_buf_type()
610 bp->b_ops = &xfs_inode_buf_ops; in xlog_recover_do_inode_buffer()