Lines Matching refs:b_ops
2085 bp->b_ops = &xfs_inode_buf_ops; in xlog_recover_do_inode_buffer()
2364 bp->b_ops = &xfs_bnobt_buf_ops; in xlog_recover_validate_buf_type()
2368 bp->b_ops = &xfs_cntbt_buf_ops; in xlog_recover_validate_buf_type()
2372 bp->b_ops = &xfs_inobt_buf_ops; in xlog_recover_validate_buf_type()
2376 bp->b_ops = &xfs_finobt_buf_ops; in xlog_recover_validate_buf_type()
2380 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()
2383 bp->b_ops = &xfs_rmapbt_buf_ops; in xlog_recover_validate_buf_type()
2386 bp->b_ops = &xfs_refcountbt_buf_ops; in xlog_recover_validate_buf_type()
2398 bp->b_ops = &xfs_agf_buf_ops; in xlog_recover_validate_buf_type()
2405 bp->b_ops = &xfs_agfl_buf_ops; in xlog_recover_validate_buf_type()
2412 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
2422 bp->b_ops = &xfs_dquot_buf_ops; in xlog_recover_validate_buf_type()
2434 bp->b_ops = &xfs_inode_buf_ops; in xlog_recover_validate_buf_type()
2441 bp->b_ops = &xfs_symlink_buf_ops; in xlog_recover_validate_buf_type()
2449 bp->b_ops = &xfs_dir3_block_buf_ops; in xlog_recover_validate_buf_type()
2457 bp->b_ops = &xfs_dir3_data_buf_ops; in xlog_recover_validate_buf_type()
2465 bp->b_ops = &xfs_dir3_free_buf_ops; in xlog_recover_validate_buf_type()
2473 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xlog_recover_validate_buf_type()
2481 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xlog_recover_validate_buf_type()
2489 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()
2497 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xlog_recover_validate_buf_type()
2504 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xlog_recover_validate_buf_type()
2511 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()
2517 bp->b_ops = &xfs_rtbuf_ops; in xlog_recover_validate_buf_type()
2550 if (bp->b_ops) { in xlog_recover_validate_buf_type()
5625 bp->b_ops = &xfs_sb_buf_ops; in xlog_do_recover()