Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h62 extern const struct xfs_btree_ops xfs_rtrefcountbt_ops;
121 return ops == &xfs_rtrefcountbt_ops; in xfs_btree_is_rtrefcount()
H A Dxfs_rtrefcount_btree.c367 const struct xfs_btree_ops xfs_rtrefcountbt_ops = { variable
411 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_rtrefcountbt_ops, in xfs_rtrefcountbt_init_cursor()
604 xfs_btree_init_block(mp, rblock, &xfs_rtrefcountbt_ops, 0, 0, in xfs_rtrefcountbt_from_disk()
753 xfs_btree_init_block(mp, broot, &xfs_rtrefcountbt_ops, 0, 0, in xfs_rtrefcountbt_create()