Home
last modified time | relevance | path

Searched refs:xfs_da3_node_buf_ops (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_shared.h35 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
Dxfs_da_btree.c331 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
379 &xfs_da3_node_buf_ops); in xfs_da3_node_read()
398 bpp, &xfs_da3_node_buf_ops); in xfs_da3_node_read_mapped()
441 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Ddabtree.c163 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()
185 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()
202 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_verify()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_buf_item_recover.c358 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()