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

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h32 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
H A Dxfs_da_btree.c345 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable in typeref:struct:xfs_buf_ops
396 &xfs_da3_node_buf_ops);
415 bpp, &xfs_da3_node_buf_ops);
479 bp->b_ops = &xfs_da3_node_buf_ops;
/linux-master/fs/xfs/scrub/
H A Ddabtree.c161 * xfs_da3_node_buf_ops already know how to handle
164 bp->b_ops = &xfs_da3_node_buf_ops;
183 * xfs_da3_node_buf_ops already know how to handle
186 bp->b_ops = &xfs_da3_node_buf_ops;
203 bp->b_ops = &xfs_da3_node_buf_ops;
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c367 bp->b_ops = &xfs_da3_node_buf_ops;

Completed in 145 milliseconds