Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_shared.h32 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
Dxfs_da_btree.c343 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
391 &xfs_da3_node_buf_ops); in xfs_da3_node_read()
410 bpp, &xfs_da3_node_buf_ops); in xfs_da3_node_read_mapped()
453 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/linux-6.6.21/fs/xfs/scrub/
Ddabtree.c164 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()
186 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()
203 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_verify()
/linux-6.6.21/fs/xfs/
Dxfs_buf_item_recover.c367 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()