Searched refs:xfs_bmbt_ops (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 148 milliseconds