Searched refs:b_ops (Results 1 – 21 of 21) 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 …]
416 bp->b_ops = NULL; in xfs_buf_find_lock() 610 * Reverify a buffer found in cache without an attached ->b_ops.619 * an assigned ->b_ops. The first is during log recovery of buffers on a V4634 if (!ops || bp->b_ops) in xfs_buf_reverify() 637 bp->b_ops = ops; in xfs_buf_reverify() 638 bp->b_ops->verify_read(bp); in xfs_buf_reverify() 671 bp->b_ops = ops; in xfs_buf_read_map() 679 ASSERT(bp->b_ops != NULL || ops == NULL); in xfs_buf_read_map() 748 bp->b_ops = ops; in xfs_buf_readahead_map() 783 bp->b_ops in xfs_buf_read_uncached() [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()
1770 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 in xchk_da_btree_verify() [all...]
1389 if (bp->b_ops == NULL) { in xchk_buffer_recheck() 1393 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck() 1397 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
392 agf_bp->b_ops = &xfs_agf_buf_ops; in xrep_agf() 749 agfl_bp->b_ops = &xfs_agfl_buf_ops; in xrep_agfl() 1762 ragi->agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()
602 if (bp->b_ops == NULL) in xrep_xattr_recover_block()
1573 bp->b_ops = &xfs_inode_buf_ops; in xrep_dinode_core()
347 bp->b_ops = &xfs_dir3_block_buf_ops; in xfs_dir3_data_reada_verify()348 bp->b_ops->verify_read(bp); in xfs_dir3_data_reada_verify()352 bp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir3_data_reada_verify()353 bp->b_ops->verify_read(bp); in xfs_dir3_data_reada_verify()745 bp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir3_data_init()
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() [all...]
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