Searched refs:xfs_bmbt_ops (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_shared.h | 56 extern const struct xfs_btree_ops xfs_bmbt_ops; 76 return ops == &xfs_bmbt_ops; in xfs_btree_is_bmap()
|
H A 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() 629 const struct xfs_btree_ops xfs_bmbt_ops = { variable 688 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
|