Symbol: xfs_btree_ops
fs/xfs/libxfs/xfs_ag.c
618
const struct xfs_btree_ops *bc_ops;
fs/xfs/libxfs/xfs_ag.h
328
const struct xfs_btree_ops *bc_ops; /* btree ops */
fs/xfs/libxfs/xfs_alloc_btree.c
411
const struct xfs_btree_ops xfs_bnobt_ops = {
fs/xfs/libxfs/xfs_alloc_btree.c
441
const struct xfs_btree_ops xfs_cntbt_ops = {
fs/xfs/libxfs/xfs_bmap_btree.c
617
const struct xfs_btree_ops xfs_bmbt_ops = {
fs/xfs/libxfs/xfs_btree.c
1237
const struct xfs_btree_ops *ops,
fs/xfs/libxfs/xfs_btree.c
1277
const struct xfs_btree_ops *ops,
fs/xfs/libxfs/xfs_btree.c
1290
const struct xfs_btree_ops *ops,
fs/xfs/libxfs/xfs_btree.c
46
const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_btree.h
270
const struct xfs_btree_ops *bc_ops;
fs/xfs/libxfs/xfs_btree.h
394
const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs,
fs/xfs/libxfs/xfs_btree.h
397
struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
fs/xfs/libxfs/xfs_btree.h
58
struct xfs_btree_ops;
fs/xfs/libxfs/xfs_btree.h
59
uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);
fs/xfs/libxfs/xfs_btree.h
673
const struct xfs_btree_ops *ops,
fs/xfs/libxfs/xfs_btree_mem.c
118
const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_btree_mem.c
78
const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_btree_mem.c
88
const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_btree_mem.h
66
struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
fs/xfs/libxfs/xfs_btree_staging.c
577
const struct xfs_btree_ops *ops = cur->bc_ops;
fs/xfs/libxfs/xfs_ialloc_btree.c
411
const struct xfs_btree_ops xfs_inobt_ops = {
fs/xfs/libxfs/xfs_ialloc_btree.c
441
const struct xfs_btree_ops xfs_finobt_ops = {
fs/xfs/libxfs/xfs_refcount_btree.c
320
const struct xfs_btree_ops xfs_refcountbt_ops = {
fs/xfs/libxfs/xfs_rmap_btree.c
473
const struct xfs_btree_ops xfs_rmapbt_ops = {
fs/xfs/libxfs/xfs_rmap_btree.c
591
const struct xfs_btree_ops xfs_rmapbt_mem_ops = {
fs/xfs/libxfs/xfs_rtrefcount_btree.c
367
const struct xfs_btree_ops xfs_rtrefcountbt_ops = {
fs/xfs/libxfs/xfs_rtrmap_btree.c
468
const struct xfs_btree_ops xfs_rtrmapbt_ops = {
fs/xfs/libxfs/xfs_rtrmap_btree.c
580
const struct xfs_btree_ops xfs_rtrmapbt_mem_ops = {
fs/xfs/libxfs/xfs_shared.h
100
static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
105
static inline bool xfs_btree_is_mem_rtrmap(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
114
static inline bool xfs_btree_is_rtrmap(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
119
static inline bool xfs_btree_is_rtrefcount(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
52
extern const struct xfs_btree_ops xfs_bnobt_ops;
fs/xfs/libxfs/xfs_shared.h
53
extern const struct xfs_btree_ops xfs_cntbt_ops;
fs/xfs/libxfs/xfs_shared.h
54
extern const struct xfs_btree_ops xfs_inobt_ops;
fs/xfs/libxfs/xfs_shared.h
55
extern const struct xfs_btree_ops xfs_finobt_ops;
fs/xfs/libxfs/xfs_shared.h
56
extern const struct xfs_btree_ops xfs_bmbt_ops;
fs/xfs/libxfs/xfs_shared.h
57
extern const struct xfs_btree_ops xfs_refcountbt_ops;
fs/xfs/libxfs/xfs_shared.h
58
extern const struct xfs_btree_ops xfs_rmapbt_ops;
fs/xfs/libxfs/xfs_shared.h
59
extern const struct xfs_btree_ops xfs_rmapbt_mem_ops;
fs/xfs/libxfs/xfs_shared.h
60
extern const struct xfs_btree_ops xfs_rtrmapbt_ops;
fs/xfs/libxfs/xfs_shared.h
61
extern const struct xfs_btree_ops xfs_rtrmapbt_mem_ops;
fs/xfs/libxfs/xfs_shared.h
62
extern const struct xfs_btree_ops xfs_rtrefcountbt_ops;
fs/xfs/libxfs/xfs_shared.h
64
static inline bool xfs_btree_is_bno(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
69
static inline bool xfs_btree_is_cnt(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
74
static inline bool xfs_btree_is_bmap(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
79
static inline bool xfs_btree_is_ino(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
84
static inline bool xfs_btree_is_fino(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
89
static inline bool xfs_btree_is_refcount(const struct xfs_btree_ops *ops)
fs/xfs/libxfs/xfs_shared.h
94
static inline bool xfs_btree_is_rmap(const struct xfs_btree_ops *ops)
fs/xfs/scrub/rcbag_btree.c
166
static const struct xfs_btree_ops rcbagbt_mem_ops = {
fs/xfs/xfs_trace.h
5163
const struct xfs_btree_ops *ops),
fs/xfs/xfs_trace.h
93
struct xfs_btree_ops;