Home
last modified time | relevance | path

Searched refs:xfs_btree_ops (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h52 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 …]
H A Dxfs_btree.h58 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 { struct
270 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()
H A Dxfs_btree_mem.h66 struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
H A Dxfs_ag.h326 const struct xfs_btree_ops *bc_ops; /* btree ops */
H A Dxfs_ag.c609 const struct xfs_btree_ops *bc_ops;
/linux/fs/xfs/
H A Dxfs_trace.h93 struct xfs_btree_ops;
5165 const struct xfs_btree_ops *ops),