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

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h48 extern const struct xfs_btree_ops xfs_cntbt_ops;
63 return ops == &xfs_cntbt_ops;
H A Dxfs_alloc_btree.c511 const struct xfs_btree_ops xfs_cntbt_ops = { variable in typeref:struct:xfs_btree_ops
583 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_cntbt_ops,
H A Dxfs_ag.c852 .bc_ops = &xfs_cntbt_ops,

Completed in 106 milliseconds