Lines Matching refs:xfs_btree_ops
47 extern const struct xfs_btree_ops xfs_bnobt_ops;
48 extern const struct xfs_btree_ops xfs_cntbt_ops;
49 extern const struct xfs_btree_ops xfs_inobt_ops;
50 extern const struct xfs_btree_ops xfs_finobt_ops;
51 extern const struct xfs_btree_ops xfs_bmbt_ops;
52 extern const struct xfs_btree_ops xfs_refcountbt_ops;
53 extern const struct xfs_btree_ops xfs_rmapbt_ops;
54 extern const struct xfs_btree_ops xfs_rmapbt_mem_ops;
56 static inline bool xfs_btree_is_bno(const struct xfs_btree_ops *ops) in xfs_btree_is_bno()
61 static inline bool xfs_btree_is_cnt(const struct xfs_btree_ops *ops) in xfs_btree_is_cnt()
66 static inline bool xfs_btree_is_bmap(const struct xfs_btree_ops *ops) in xfs_btree_is_bmap()
71 static inline bool xfs_btree_is_ino(const struct xfs_btree_ops *ops) in xfs_btree_is_ino()
76 static inline bool xfs_btree_is_fino(const struct xfs_btree_ops *ops) in xfs_btree_is_fino()
81 static inline bool xfs_btree_is_refcount(const struct xfs_btree_ops *ops) in xfs_btree_is_refcount()
86 static inline bool xfs_btree_is_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_rmap()
92 static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rmap()