Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_shared.h31 extern const struct xfs_buf_ops xfs_refcountbt_buf_ops;
Dxfs_refcount_btree.c263 const struct xfs_buf_ops xfs_refcountbt_buf_ops = { variable
307 .buf_ops = &xfs_refcountbt_buf_ops,
Dxfs_ag.c452 .ops = &xfs_refcountbt_buf_ops, in xfs_ag_init_headers()
/Linux-v5.4/fs/xfs/scrub/
Dagheader_repair.c351 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf()
/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c2386 bp->b_ops = &xfs_refcountbt_buf_ops; in xlog_recover_validate_buf_type()