Searched refs:xfs_btree_ops (Results 1 – 6 of 6) sorted by relevance
52 extern const struct xfs_btree_ops xfs_bnobt_ops;53 extern const struct xfs_btree_ops xfs_cntbt_ops;54 extern const struct xfs_btree_ops xfs_inobt_ops;55 extern const struct xfs_btree_ops xfs_finobt_ops;56 extern const struct xfs_btree_ops xfs_bmbt_ops;57 extern const struct xfs_btree_ops xfs_refcountbt_ops;58 extern const struct xfs_btree_ops xfs_rmapbt_ops;59 extern const struct xfs_btree_ops xfs_rmapbt_mem_ops;60 extern const struct xfs_btree_ops xfs_rtrmapbt_ops;61 extern const struct xfs_btree_ops xfs_rtrmapbt_mem_ops;[all …]
58 struct xfs_btree_ops;59 uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);118 struct xfs_btree_ops { struct270 const struct xfs_btree_ops *bc_ops;394 const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs,397 struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,673 const struct xfs_btree_ops *ops, in xfs_btree_alloc_cursor()
66 struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
326 const struct xfs_btree_ops *bc_ops; /* btree ops */
609 const struct xfs_btree_ops *bc_ops;
93 struct xfs_btree_ops;5165 const struct xfs_btree_ops *ops),