Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h32 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
H A Dxfs_da_btree.c390 const struct xfs_buf_ops xfs_da3_node_buf_ops = { variable
441 &xfs_da3_node_buf_ops); in xfs_da3_node_read()
460 bpp, &xfs_da3_node_buf_ops); in xfs_da3_node_read_mapped()
524 bp->b_ops = &xfs_da3_node_buf_ops; in xfs_da3_node_create()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c370 bp->b_ops = &xfs_da3_node_buf_ops; in xlog_recover_validate_buf_type()