Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h53 extern const struct xfs_btree_ops xfs_rmapbt_ops;
88 return ops == &xfs_rmapbt_ops; in xfs_btree_is_rmap()
Dxfs_rmap_btree.c493 const struct xfs_btree_ops xfs_rmapbt_ops = { variable
539 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rmapbt_ops, in xfs_rmapbt_init_cursor()
Dxfs_ag.c781 .bc_ops = &xfs_rmapbt_ops, in xfs_ag_init_headers()