Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h56 extern const struct xfs_btree_ops xfs_rmapbt_ops;
91 return ops == &xfs_rmapbt_ops; in xfs_btree_is_rmap()
H A Dxfs_rmap_btree.c494 const struct xfs_btree_ops xfs_rmapbt_ops = { variable
540 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rmapbt_ops, in xfs_rmapbt_init_cursor()
H A Dxfs_ag.c704 .bc_ops = &xfs_rmapbt_ops, in xfs_ag_init_headers()