Home
last modified time | relevance | path

Searched refs:xfs_btree_ops (Results 1 – 17 of 17) 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
267 const struct xfs_btree_ops *bc_ops;
391 const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs,
394 struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
670 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.c419 const struct xfs_btree_ops xfs_bnobt_ops = {
449 const struct xfs_btree_ops xfs_cntbt_ops = {
H A Dxfs_rmap_btree.c494 const struct xfs_btree_ops xfs_rmapbt_ops = {
612 const struct xfs_btree_ops xfs_rmapbt_mem_ops = {
H A Dxfs_ialloc_btree.c411 const struct xfs_btree_ops xfs_inobt_ops = {
441 const struct xfs_btree_ops xfs_finobt_ops = {
H A Dxfs_ag.h328 const struct xfs_btree_ops *bc_ops; /* btree ops */
H A Dxfs_rtrmap_btree.c489 const struct xfs_btree_ops xfs_rtrmapbt_ops = {
601 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.c629 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.c184 static const struct xfs_btree_ops rcbagbt_mem_ops = {
/linux/fs/xfs/
H A Dxfs_trace.h92 struct xfs_btree_ops;
4936 const struct xfs_btree_ops *ops),