Lines Matching refs:xfs_btree_ops
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;
62 extern const struct xfs_btree_ops xfs_rtrefcountbt_ops;
64 static inline bool xfs_btree_is_bno(const struct xfs_btree_ops *ops) in xfs_btree_is_bno()
69 static inline bool xfs_btree_is_cnt(const struct xfs_btree_ops *ops) in xfs_btree_is_cnt()
74 static inline bool xfs_btree_is_bmap(const struct xfs_btree_ops *ops) in xfs_btree_is_bmap()
79 static inline bool xfs_btree_is_ino(const struct xfs_btree_ops *ops) in xfs_btree_is_ino()
84 static inline bool xfs_btree_is_fino(const struct xfs_btree_ops *ops) in xfs_btree_is_fino()
89 static inline bool xfs_btree_is_refcount(const struct xfs_btree_ops *ops) in xfs_btree_is_refcount()
94 static inline bool xfs_btree_is_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_rmap()
100 static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rmap()
105 static inline bool xfs_btree_is_mem_rtrmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rtrmap()
114 static inline bool xfs_btree_is_rtrmap(const struct xfs_btree_ops *ops) in xfs_btree_is_rtrmap()
119 static inline bool xfs_btree_is_rtrefcount(const struct xfs_btree_ops *ops) in xfs_btree_is_rtrefcount()