Lines Matching refs:b_ops

233 			bp->b_ops = &xfs_bnobt_buf_ops;  in xlog_recover_validate_buf_type()
237 bp->b_ops = &xfs_cntbt_buf_ops; in xlog_recover_validate_buf_type()
241 bp->b_ops = &xfs_inobt_buf_ops; in xlog_recover_validate_buf_type()
245 bp->b_ops = &xfs_finobt_buf_ops; in xlog_recover_validate_buf_type()
249 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()
252 bp->b_ops = &xfs_rmapbt_buf_ops; in xlog_recover_validate_buf_type()
255 bp->b_ops = &xfs_refcountbt_buf_ops; in xlog_recover_validate_buf_type()
267 bp->b_ops = &xfs_agf_buf_ops; in xlog_recover_validate_buf_type()
274 bp->b_ops = &xfs_agfl_buf_ops; in xlog_recover_validate_buf_type()
281 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
291 bp->b_ops = &xfs_dquot_buf_ops; in xlog_recover_validate_buf_type()
303 bp->b_ops = &xfs_inode_buf_ops; in xlog_recover_validate_buf_type()
310 bp->b_ops = &xfs_symlink_buf_ops; in xlog_recover_validate_buf_type()
318 bp->b_ops = &xfs_dir3_block_buf_ops; in xlog_recover_validate_buf_type()
326 bp->b_ops = &xfs_dir3_data_buf_ops; in xlog_recover_validate_buf_type()
334 bp->b_ops = &xfs_dir3_free_buf_ops; in xlog_recover_validate_buf_type()
342 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xlog_recover_validate_buf_type()
350 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xlog_recover_validate_buf_type()
358 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()
366 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xlog_recover_validate_buf_type()
373 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xlog_recover_validate_buf_type()
380 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()
386 bp->b_ops = &xfs_rtbuf_ops; in xlog_recover_validate_buf_type()
419 if (bp->b_ops) { in xlog_recover_validate_buf_type()
601 bp->b_ops = &xfs_inode_buf_ops; in xlog_recover_do_inode_buffer()