Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Ddabtree.c187 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()
209 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()
226 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_verify()
/fs/xfs/libxfs/
Dxfs_shared.h35 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
Dxfs_da_btree.c269 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
290 which_fork, &xfs_da3_node_buf_ops); in xfs_da3_node_read()
349 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/fs/xfs/
Dxfs_log_recover.c2489 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()