xfs_btree_ops
const struct xfs_btree_ops *bc_ops;
const struct xfs_btree_ops *bc_ops; /* btree ops */
const struct xfs_btree_ops xfs_bnobt_ops = {
const struct xfs_btree_ops xfs_cntbt_ops = {
const struct xfs_btree_ops xfs_bmbt_ops = {
const struct xfs_btree_ops *ops,
const struct xfs_btree_ops *ops,
const struct xfs_btree_ops *ops,
const struct xfs_btree_ops *ops)
const struct xfs_btree_ops *bc_ops;
const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs,
struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
struct xfs_btree_ops;
uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);
const struct xfs_btree_ops *ops,
const struct xfs_btree_ops *ops)
const struct xfs_btree_ops *ops)
const struct xfs_btree_ops *ops)
struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
const struct xfs_btree_ops *ops = cur->bc_ops;
const struct xfs_btree_ops xfs_inobt_ops = {
const struct xfs_btree_ops xfs_finobt_ops = {
const struct xfs_btree_ops xfs_refcountbt_ops = {
const struct xfs_btree_ops xfs_rmapbt_ops = {
const struct xfs_btree_ops xfs_rmapbt_mem_ops = {
const struct xfs_btree_ops xfs_rtrefcountbt_ops = {
const struct xfs_btree_ops xfs_rtrmapbt_ops = {
const struct xfs_btree_ops xfs_rtrmapbt_mem_ops = {
static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_mem_rtrmap(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_rtrmap(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_rtrefcount(const struct xfs_btree_ops *ops)
extern const struct xfs_btree_ops xfs_bnobt_ops;
extern const struct xfs_btree_ops xfs_cntbt_ops;
extern const struct xfs_btree_ops xfs_inobt_ops;
extern const struct xfs_btree_ops xfs_finobt_ops;
extern const struct xfs_btree_ops xfs_bmbt_ops;
extern const struct xfs_btree_ops xfs_refcountbt_ops;
extern const struct xfs_btree_ops xfs_rmapbt_ops;
extern const struct xfs_btree_ops xfs_rmapbt_mem_ops;
extern const struct xfs_btree_ops xfs_rtrmapbt_ops;
extern const struct xfs_btree_ops xfs_rtrmapbt_mem_ops;
extern const struct xfs_btree_ops xfs_rtrefcountbt_ops;
static inline bool xfs_btree_is_bno(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_cnt(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_bmap(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_ino(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_fino(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_refcount(const struct xfs_btree_ops *ops)
static inline bool xfs_btree_is_rmap(const struct xfs_btree_ops *ops)
static const struct xfs_btree_ops rcbagbt_mem_ops = {
const struct xfs_btree_ops *ops),
struct xfs_btree_ops;