Home
last modified time | relevance | path

Searched refs:xfs_btree_block (Results 1 – 19 of 19) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h233 struct xfs_btree_block *(*broot_realloc)(struct xfs_btree_cur *cur,
344 #define XFS_BUF_TO_BLOCK(bp) ((struct xfs_btree_block *)((bp)->b_addr))
347 struct xfs_btree_block *block, int level, struct xfs_buf *bp);
357 struct xfs_btree_block *block, /* generic btree block pointer */
397 struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
431 static inline int xfs_btree_get_numrecs(const struct xfs_btree_block *block) in xfs_btree_get_numrecs()
436 static inline void xfs_btree_set_numrecs(struct xfs_btree_block *block, in xfs_btree_set_numrecs()
442 static inline int xfs_btree_get_level(const struct xfs_btree_block *block) in xfs_btree_get_level()
509 struct xfs_btree_block *block);
511 struct xfs_btree_block *block);
[all …]
H A Dxfs_rtrmap_btree.h38 struct xfs_btree_block *block, in xfs_rtrmap_rec_addr()
48 struct xfs_btree_block *block, in xfs_rtrmap_key_addr()
58 struct xfs_btree_block *block, in xfs_rtrmap_high_key_addr()
69 struct xfs_btree_block *block, in xfs_rtrmap_ptr_addr()
129 struct xfs_btree_block *bb, in xfs_rtrmap_broot_ptr_addr()
185 xfs_rtrmap_droot_space(struct xfs_btree_block *bb) in xfs_rtrmap_droot_space()
192 void xfs_rtrmapbt_to_disk(struct xfs_mount *mp, struct xfs_btree_block *rblock,
H A Dxfs_rtrefcount_btree.h37 struct xfs_btree_block *block, in xfs_rtrefcount_rec_addr()
47 struct xfs_btree_block *block, in xfs_rtrefcount_key_addr()
57 struct xfs_btree_block *block, in xfs_rtrefcount_ptr_addr()
118 struct xfs_btree_block *bb, in xfs_rtrefcount_broot_ptr_addr()
174 xfs_rtrefcount_droot_space(struct xfs_btree_block *bb) in xfs_rtrefcount_droot_space()
182 struct xfs_btree_block *rblock, int rblocklen,
H A Dxfs_rtrefcount_btree.c191 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_rtrefcountbt_verify()
289 struct xfs_btree_block *broot, in xfs_rtrefcountbt_move_ptrs()
302 static struct xfs_btree_block *
309 struct xfs_btree_block *broot; in xfs_rtrefcountbt_broot_realloc()
592 struct xfs_btree_block *rblock) in xfs_rtrefcountbt_from_disk()
638 struct xfs_btree_block *broot; in xfs_iformat_rtrefcount()
676 struct xfs_btree_block *rblock, in xfs_rtrefcountbt_to_disk()
746 struct xfs_btree_block *broot; in xfs_rtrefcountbt_create()
H A Dxfs_rtrmap_btree.c246 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_rtrmapbt_verify()
390 struct xfs_btree_block *broot, in xfs_rtrmapbt_move_ptrs()
403 static struct xfs_btree_block *
410 struct xfs_btree_block *broot; in xfs_rtrmapbt_broot_realloc()
536 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_rtrmapbt_mem_verify()
831 struct xfs_btree_block *rblock) in xfs_rtrmapbt_from_disk()
873 struct xfs_btree_block *broot; in xfs_iformat_rtrmap()
908 struct xfs_btree_block *rblock, in xfs_rtrmapbt_to_disk()
976 struct xfs_btree_block *broot; in xfs_rtrmapbt_create()
1025 struct xfs_btree_block *block = rtg_rmap(rtg)->i_df.if_broot; in xfs_rtrmap_highest_rgbno()
H A Dxfs_btree_staging.c290 struct xfs_btree_block **blockp, /* in/out */ in xfs_btree_bload_prep_block()
295 struct xfs_btree_block *new_block; in xfs_btree_bload_prep_block()
361 struct xfs_btree_block *block, in xfs_btree_bload_leaf()
391 struct xfs_btree_block *block) in xfs_btree_bload_node()
401 struct xfs_btree_block *child_block; in xfs_btree_bload_node()
684 struct xfs_btree_block *block = NULL; in xfs_btree_bload()
H A Dxfs_inode_fork.h17 struct xfs_btree_block *if_broot; /* file's incore btree root */
173 struct xfs_btree_block *xfs_broot_alloc(struct xfs_ifork *ifp,
175 struct xfs_btree_block *xfs_broot_realloc(struct xfs_ifork *ifp,
H A Dxfs_format.h1958 struct xfs_btree_block { struct
1970 (offsetof(struct xfs_btree_block, bb_u) + \ argument
1974 (offsetof(struct xfs_btree_block, bb_u) + \
1979 (offsetof(struct xfs_btree_block, bb_u) + \
1982 (offsetof(struct xfs_btree_block, bb_u) + \
1986 offsetof(struct xfs_btree_block, bb_u.s.bb_crc)
1988 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
H A Dxfs_btree_staging.h50 unsigned int idx, struct xfs_btree_block *block,
H A Dxfs_ondisk.h47 XFS_CHECK_STRUCT_SIZE(struct xfs_btree_block, 72); in xfs_check_ondisk_structs()
H A Dxfs_alloc.c480 struct xfs_btree_block *block; in xfs_alloc_cursor_at_lastrec()
636 struct xfs_btree_block *bnoblock; in xfs_alloc_fixup_trees()
637 struct xfs_btree_block *cntblock; in xfs_alloc_fixup_trees()
/linux/fs/xfs/scrub/
H A Dbtree.c147 struct xfs_btree_block *block; in xchk_btree_rec()
148 struct xfs_btree_block *keyblock; in xchk_btree_rec()
195 struct xfs_btree_block *block; in xchk_btree_key()
196 struct xfs_btree_block *keyblock; in xchk_btree_key()
264 struct xfs_btree_block *pblock; in xchk_btree_block_check_sibling()
322 struct xfs_btree_block *block) in xchk_btree_block_check_siblings()
498 struct xfs_btree_block *block) in xchk_btree_check_minrecs()
517 struct xfs_btree_block *root_block; in xchk_btree_check_minrecs()
546 struct xfs_btree_block *block) in xchk_btree_block_check_keys()
552 struct xfs_btree_block *parent_block; in xchk_btree_block_check_keys()
[all …]
H A Drefcount_repair.c515 struct xfs_btree_block *block, in xrep_refc_get_records()
H A Drmap.c151 struct xfs_btree_block *keyblock; in xchk_rmapbt_check_unwritten_in_keyflags()
H A Dalloc_repair.c611 struct xfs_btree_block *block, in xrep_abt_get_records()
H A Dbmap.c532 struct xfs_btree_block *block; in xchk_bmapbt_rec()
H A Drepair.c539 struct xfs_btree_block *btblock; in xrep_findroot_block()
H A Drmap_repair.c1221 struct xfs_btree_block *block, in xrep_rmap_get_records()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c889 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
899 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()