Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_shared.h34 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
Dxfs_da_btree.c258 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
277 which_fork, &xfs_da3_node_buf_ops); in xfs_da3_node_read()
336 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/Linux-v4.19/fs/xfs/scrub/
Ddabtree.c195 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_read_verify()
217 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_write_verify()
234 bp->b_ops = &xfs_da3_node_buf_ops; in xchk_da_btree_verify()
/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c2564 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()