Home
last modified time | relevance | path

Searched refs:xfs_refcountbt_buf_ops (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h39 extern const struct xfs_buf_ops xfs_refcountbt_buf_ops;
H A Dxfs_refcount_btree.c278 const struct xfs_buf_ops xfs_refcountbt_buf_ops = { variable
343 .buf_ops = &xfs_refcountbt_buf_ops,
H A Dxfs_ag.c710 .ops = &xfs_refcountbt_buf_ops, in xfs_ag_init_headers()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c272 bp->b_ops = &xfs_refcountbt_buf_ops; in xlog_recover_validate_buf_type()
/linux/fs/xfs/scrub/
H A Dagheader_repair.c364 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()