Searched refs:xfs_btree_ops (Results 1 – 14 of 14) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_shared.h | 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() [all …]
|
H A D | xfs_btree.h | 58 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 251 const struct xfs_btree_ops *bc_ops; 376 const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs, 379 struct xfs_btree_block *buf, const struct xfs_btree_ops *ops, 655 const struct xfs_btree_ops *ops, in xfs_btree_alloc_cursor()
|
H A D | xfs_btree_mem.c | 79 const struct xfs_btree_ops *ops) in xfbtree_rec_bytes() 89 const struct xfs_btree_ops *ops) in xfbtree_init_leaf_block() 119 const struct xfs_btree_ops *ops) in xfbtree_init()
|
H A D | xfs_btree_mem.h | 66 struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
|
H A D | xfs_alloc_btree.c | 419 const struct xfs_btree_ops xfs_bnobt_ops = { 449 const struct xfs_btree_ops xfs_cntbt_ops = {
|
H A D | xfs_ag.h | 325 const struct xfs_btree_ops *bc_ops; /* btree ops */
|
H A D | xfs_rmap_btree.c | 493 const struct xfs_btree_ops xfs_rmapbt_ops = { 611 const struct xfs_btree_ops xfs_rmapbt_mem_ops = {
|
H A D | xfs_ialloc_btree.c | 410 const struct xfs_btree_ops xfs_inobt_ops = { 440 const struct xfs_btree_ops xfs_finobt_ops = {
|
H A D | xfs_refcount_btree.c | 321 const struct xfs_btree_ops xfs_refcountbt_ops = {
|
H A D | xfs_bmap_btree.c | 519 const struct xfs_btree_ops xfs_bmbt_ops = {
|
H A D | xfs_btree.c | 40 const struct xfs_btree_ops *ops) in xfs_btree_magic() 1243 const struct xfs_btree_ops *ops, in __xfs_btree_init_block() 1283 const struct xfs_btree_ops *ops, in xfs_btree_init_block() 1296 const struct xfs_btree_ops *ops, in xfs_btree_init_buf()
|
H A D | xfs_ag.c | 695 const struct xfs_btree_ops *bc_ops;
|
/linux/fs/xfs/scrub/ |
H A D | rcbag_btree.c | 184 static const struct xfs_btree_ops rcbagbt_mem_ops = {
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 85 struct xfs_btree_ops; 4761 const struct xfs_btree_ops *ops),
|