Searched refs:xfs_inobt_ops (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h49 extern const struct xfs_btree_ops xfs_inobt_ops;
73 return ops == &xfs_inobt_ops;
H A Dxfs_ialloc_btree.c410 const struct xfs_btree_ops xfs_inobt_ops = { variable in typeref:struct:xfs_btree_ops
484 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_inobt_ops,
H A Dxfs_ag.c860 .bc_ops = &xfs_inobt_ops,

Completed in 325 milliseconds