Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h47 extern const struct xfs_btree_ops xfs_bnobt_ops;
58 return ops == &xfs_bnobt_ops; in xfs_btree_is_bno()
Dxfs_alloc_btree.c419 const struct xfs_btree_ops xfs_bnobt_ops = { variable
493 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bnobt_ops, in xfs_bnobt_init_cursor()
Dxfs_ag.c749 .bc_ops = &xfs_bnobt_ops, in xfs_ag_init_headers()