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

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h47 extern const struct xfs_btree_ops xfs_bnobt_ops;
58 return ops == &xfs_bnobt_ops;
H A Dxfs_alloc_btree.c480 const struct xfs_btree_ops xfs_bnobt_ops = { variable in typeref:struct:xfs_btree_ops
557 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bnobt_ops,
H A Dxfs_ag.c844 .bc_ops = &xfs_bnobt_ops,

Completed in 114 milliseconds