Searched refs:b_ops (Results 1 – 18 of 18) sorted by relevance
247 bp->b_ops = &xfs_bnobt_buf_ops; in xlog_recover_validate_buf_type()251 bp->b_ops = &xfs_cntbt_buf_ops; in xlog_recover_validate_buf_type()255 bp->b_ops = &xfs_inobt_buf_ops; in xlog_recover_validate_buf_type()259 bp->b_ops = &xfs_finobt_buf_ops; in xlog_recover_validate_buf_type()263 bp->b_ops = &xfs_bmbt_buf_ops; in xlog_recover_validate_buf_type()266 bp->b_ops = &xfs_rtrmapbt_buf_ops; in xlog_recover_validate_buf_type()269 bp->b_ops = &xfs_rmapbt_buf_ops; in xlog_recover_validate_buf_type()272 bp->b_ops = &xfs_refcountbt_buf_ops; in xlog_recover_validate_buf_type()275 bp->b_ops = &xfs_rtrefcountbt_buf_ops; in xlog_recover_validate_buf_type()287 bp->b_ops = &xfs_agf_buf_ops; in xlog_recover_validate_buf_type()[all …]
814 if (!bp->b_ops || !bp->b_ops->verify_struct) in xfs_buf_item_precommit()819 fa = bp->b_ops->verify_struct(bp); in xfs_buf_item_precommit()821 xfs_buf_verifier_error(bp, -EFSCORRUPTED, bp->b_ops->name, in xfs_buf_item_precommit()
243 bp->b_ops = &xfs_sb_buf_ops; in xfs_readsb()
401 bp->b_ops = &xfs_dquot_buf_ops; in xfs_dquot_disk_alloc()
848 rtsb_bp->b_ops = &xfs_rtsb_buf_ops; in xfs_growfs_rt_init_rtsb()
1131 bp->b_ops = &xfs_dquot_buf_ops; in xfs_qm_reset_dqcounts_all()
1763 bp->b_ops = &xfs_inode_buf_ops; in xfs_ifree_cluster()
750 __entry->buf_ops = bp->b_ops;
174 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_read_verify()175 bp->b_ops->verify_read(bp); in xchk_da_btree_read_verify()182 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()183 bp->b_ops->verify_read(bp); in xchk_da_btree_read_verify()196 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_write_verify()197 bp->b_ops->verify_write(bp); in xchk_da_btree_write_verify()204 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()205 bp->b_ops->verify_write(bp); in xchk_da_btree_write_verify()218 bp->b_ops = &xfs_dir3_leaf1_buf_ops; in xchk_da_btree_verify()219 return bp->b_ops->verify_struct(bp); in xchk_da_btree_verify()[all …]
392 agf_bp->b_ops = &xfs_agf_buf_ops; in xrep_agf()749 agfl_bp->b_ops = &xfs_agfl_buf_ops; in xrep_agfl()1768 ragi->agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()
602 if (bp->b_ops == NULL) in xrep_xattr_recover_block()
1569 bp->b_ops = &xfs_inode_buf_ops; in xrep_dinode_core()
352 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_da3_node_read_verify()353 bp->b_ops->verify_read(bp); in xfs_da3_node_read_verify()357 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_da3_node_read_verify()358 bp->b_ops->verify_read(bp); in xfs_da3_node_read_verify()379 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_da3_node_verify_struct()380 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()383 bp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_da3_node_verify_struct()384 return bp->b_ops->verify_struct(bp); in xfs_da3_node_verify_struct()489 dst->b_ops = src->b_ops; in xfs_da_buf_copy()524 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
1436 bp->b_ops = &xfs_sb_buf_ops; in xfs_update_secondary_sbs()1658 bp->b_ops = &xfs_sb_buf_ops; in xfs_sb_get_secondary()
300 bp->b_ops = ops; in xfs_get_aghdr_buf()
372 fbuf->b_ops = &xfs_inode_buf_ops; in xfs_ialloc_inode_init()
1387 bp->b_ops = &xfs_attr3_leaf_buf_ops; in xfs_attr3_leaf_create()
118 const struct nilfs_bmap_operations *b_ops; member