Home
last modified time | relevance | path

Searched refs:xfs_btree_ops (Results 1 – 15 of 15) 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.c78 const struct xfs_btree_ops *ops) in xfbtree_rec_bytes()
88 const struct xfs_btree_ops *ops) in xfbtree_init_leaf_block()
118 const struct xfs_btree_ops *ops) in xfbtree_init()
H A Dxfs_btree_mem.h66 struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
H A Dxfs_alloc_btree.c411 const struct xfs_btree_ops xfs_bnobt_ops = {
441 const struct xfs_btree_ops xfs_cntbt_ops = {
H A Dxfs_ag.h328 const struct xfs_btree_ops *bc_ops; /* btree ops */
H A Dxfs_rtrmap_btree.c468 const struct xfs_btree_ops xfs_rtrmapbt_ops = {
580 const struct xfs_btree_ops xfs_rtrmapbt_mem_ops = {
H A Dxfs_refcount_btree.c320 const struct xfs_btree_ops xfs_refcountbt_ops = {
H A Dxfs_btree_staging.c577 const struct xfs_btree_ops *ops = cur->bc_ops; in xfs_btree_bload_compute_geometry()
H A Dxfs_rtrefcount_btree.c367 const struct xfs_btree_ops xfs_rtrefcountbt_ops = {
H A Dxfs_bmap_btree.c617 const struct xfs_btree_ops xfs_bmbt_ops = {
H A Dxfs_ag.c618 const struct xfs_btree_ops *bc_ops;
H A Dxfs_btree.c46 const struct xfs_btree_ops *ops) in xfs_btree_magic()
1237 const struct xfs_btree_ops *ops, in __xfs_btree_init_block()
1277 const struct xfs_btree_ops *ops, in xfs_btree_init_block()
1290 const struct xfs_btree_ops *ops, in xfs_btree_init_buf()
/linux/fs/xfs/scrub/
H A Drcbag_btree.c166 static const struct xfs_btree_ops rcbagbt_mem_ops = {
/linux/fs/xfs/
H A Dxfs_trace.h92 struct xfs_btree_ops;
5139 const struct xfs_btree_ops *ops),