Searched refs:xfs_bmbt_ops (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_shared.h | 51 extern const struct xfs_btree_ops xfs_bmbt_ops; 68 return ops == &xfs_bmbt_ops; in xfs_btree_is_bmap()
|
D | xfs_bmap_btree.c | 38 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()
|