Home
last modified time | relevance | path

Searched refs:b_ops (Results 1 – 15 of 15) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf_item_recover.c247 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 …]
H A Dxfs_buf.c455 bp->b_ops = NULL; in xfs_buf_find_lock()
678 if (ops && !bp->b_ops) { in xfs_buf_read_map()
679 bp->b_ops = ops; in xfs_buf_read_map()
680 bp->b_ops->verify_read(bp); in xfs_buf_read_map()
696 bp->b_ops = ops; in xfs_buf_read_map()
777 bp->b_ops = ops; in xfs_buf_readahead_map()
817 bp->b_ops = ops; in xfs_buf_read_uncached()
1139 if (!bp->b_error && bp->b_ops) in xfs_buf_ioend()
1140 bp->b_ops->verify_read(bp); in xfs_buf_ioend()
1348 if (bp->b_ops) { in xfs_buf_verify_write()
[all …]
H A Dxfs_buf_item.c813 if (!bp->b_ops || !bp->b_ops->verify_struct) in xfs_buf_item_precommit()
818 fa = bp->b_ops->verify_struct(bp); in xfs_buf_item_precommit()
820 xfs_buf_verifier_error(bp, -EFSCORRUPTED, bp->b_ops->name, in xfs_buf_item_precommit()
H A Dxfs_buf.h193 const struct xfs_buf_ops *b_ops; member
H A Dxfs_dquot.c401 bp->b_ops = &xfs_dquot_buf_ops; in xfs_dquot_disk_alloc()
H A Dxfs_qm.c1130 bp->b_ops = &xfs_dquot_buf_ops; in xfs_qm_reset_dqcounts_all()
H A Dxfs_rtalloc.c848 rtsb_bp->b_ops = &xfs_rtsb_buf_ops; in xfs_growfs_rt_init_rtsb()
H A Dxfs_inode.c1770 bp->b_ops = &xfs_inode_buf_ops; in xfs_ifree_cluster()
H A Dxfs_trace.h750 __entry->buf_ops = bp->b_ops;
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c347 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()
H A Dxfs_sb.c1436 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()
/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c394 bp->b_ops = &xfs_rtbitmap_buf_ops; in xrep_rtbitmap_prep_buf()
396 bp->b_ops = &xfs_rtbuf_ops; in xrep_rtbitmap_prep_buf()
H A Dagheader_repair.c392 agf_bp->b_ops = &xfs_agf_buf_ops; in xrep_agf()
749 agfl_bp->b_ops = &xfs_agfl_buf_ops; in xrep_agfl()
1873 ragi->agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()
H A Dattr_repair.c602 if (bp->b_ops == NULL) in xrep_xattr_recover_block()
H A Dinode_repair.c1573 bp->b_ops = &xfs_inode_buf_ops; in xrep_dinode_core()