Lines Matching refs:xfs_btree_block
230 struct xfs_btree_block *(*broot_realloc)(struct xfs_btree_cur *cur,
341 #define XFS_BUF_TO_BLOCK(bp) ((struct xfs_btree_block *)((bp)->b_addr))
344 struct xfs_btree_block *block, int level, struct xfs_buf *bp);
354 struct xfs_btree_block *block, /* generic btree block pointer */
394 struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
428 static inline int xfs_btree_get_numrecs(const struct xfs_btree_block *block) in xfs_btree_get_numrecs()
433 static inline void xfs_btree_set_numrecs(struct xfs_btree_block *block, in xfs_btree_set_numrecs()
439 static inline int xfs_btree_get_level(const struct xfs_btree_block *block) in xfs_btree_get_level()
506 struct xfs_btree_block *block);
508 struct xfs_btree_block *block);
510 struct xfs_btree_block *block);
512 struct xfs_btree_block *block);
514 const union xfs_btree_ptr *pp, struct xfs_btree_block **blkp);
515 struct xfs_btree_block *xfs_btree_get_block(struct xfs_btree_cur *cur,
523 struct xfs_btree_block *block,
526 struct xfs_btree_block *block, union xfs_btree_key *key);
634 struct xfs_btree_block *block; in xfs_btree_islastblock()
647 const union xfs_btree_ptr *ptr, struct xfs_btree_block **block,
651 struct xfs_btree_block **block, struct xfs_buf **bpp);
653 struct xfs_btree_block *block, const union xfs_btree_ptr *ptr,