Home
last modified time | relevance | path

Searched refs:xfs_bmbt_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h51 extern const struct xfs_btree_ops xfs_bmbt_ops;
68 return ops == &xfs_bmbt_ops; in xfs_btree_is_bmap()
Dxfs_bmap_btree.c38 xfs_btree_init_buf(ip->i_mount, bp, &xfs_bmbt_ops, level, in xfs_bmbt_init_block()
41 xfs_btree_init_block(ip->i_mount, buf, &xfs_bmbt_ops, level, in xfs_bmbt_init_block()
519 const struct xfs_btree_ops xfs_bmbt_ops = { variable
577 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()