Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h48 extern const struct xfs_btree_ops xfs_cntbt_ops;
63 return ops == &xfs_cntbt_ops; in xfs_btree_is_cnt()
Dxfs_alloc_btree.c449 const struct xfs_btree_ops xfs_cntbt_ops = { variable
519 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_cntbt_ops, in xfs_cntbt_init_cursor()
Dxfs_ag.c757 .bc_ops = &xfs_cntbt_ops, in xfs_ag_init_headers()