Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h52 extern const struct xfs_btree_ops xfs_refcountbt_ops;
83 return ops == &xfs_refcountbt_ops; in xfs_btree_is_refcount()
Dxfs_refcount_btree.c321 const struct xfs_btree_ops xfs_refcountbt_ops = { variable
367 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_refcountbt_ops, in xfs_refcountbt_init_cursor()
Dxfs_ag.c789 .bc_ops = &xfs_refcountbt_ops, in xfs_ag_init_headers()