Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_btree.h118 struct xfs_btree_block *block,
240 #define XFS_BUF_TO_BLOCK(bp) ((struct xfs_btree_block *)((bp)->b_addr))
247 struct xfs_btree_block *block, int level, struct xfs_buf *bp);
249 struct xfs_btree_block *block, int level, struct xfs_buf *bp);
257 struct xfs_btree_block *block, /* generic btree block pointer */
392 struct xfs_btree_block *buf,
431 static inline int xfs_btree_get_numrecs(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(struct xfs_btree_block *block) in xfs_btree_get_level()
491 struct xfs_btree_block *block);
[all …]
Dxfs_btree.c62 struct xfs_btree_block *block, in __xfs_btree_check_lblock()
103 struct xfs_btree_block *block, in xfs_btree_check_lblock()
128 struct xfs_btree_block *block, in __xfs_btree_check_sblock()
167 struct xfs_btree_block *block, in xfs_btree_check_sblock()
191 struct xfs_btree_block *block, /* generic btree block pointer */ in xfs_btree_check_block()
276 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_calc_crc()
290 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_verify_crc()
314 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_calc_crc()
328 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_verify_crc()
601 struct xfs_btree_block *block) in xfs_btree_rec_addr()
[all …]
Dxfs_bmap_btree.h10 struct xfs_btree_block;
88 struct xfs_btree_block *, int);
95 extern void xfs_bmbt_to_bmdr(struct xfs_mount *, struct xfs_btree_block *, int,
Dxfs_format.h1617 struct xfs_btree_block { struct
1629 (offsetof(struct xfs_btree_block, bb_u) + \ argument
1633 (offsetof(struct xfs_btree_block, bb_u) + \
1638 (offsetof(struct xfs_btree_block, bb_u) + \
1641 (offsetof(struct xfs_btree_block, bb_u) + \
1645 offsetof(struct xfs_btree_block, bb_u.s.bb_crc)
1647 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
Dxfs_bmap_btree.c36 struct xfs_btree_block *rblock, in xfs_bmdr_to_bmbt()
131 struct xfs_btree_block *rblock, in xfs_bmbt_to_bmdr()
415 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_bmbt_verify()
Dxfs_alloc_btree.c112 struct xfs_btree_block *block, in xfs_allocbt_update_lastrec()
296 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_allocbt_verify()
Dxfs_inode_fork.h18 struct xfs_btree_block *if_broot; /* file's incore btree root */
Dxfs_refcount_btree.c209 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_refcountbt_verify()
Dxfs_rmap_btree.c296 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_rmapbt_verify()
Dxfs_ialloc_btree.c262 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_inobt_verify()
Dxfs_ag.c99 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_rmaproot_init()
Dxfs_inode_fork.c351 struct xfs_btree_block *new_broot; in xfs_iroot_realloc()
Dxfs_bmap.c264 struct xfs_btree_block *block, in xfs_check_block()
324 struct xfs_btree_block *block; /* current btree block */ in xfs_bmap_check_leaf_extents()
594 struct xfs_btree_block *cblock;/* child btree block */ in xfs_bmap_btree_to_extents()
601 struct xfs_btree_block *rblock;/* root btree block */ in xfs_bmap_btree_to_extents()
655 struct xfs_btree_block *ablock; /* allocated (child) bt block */ in xfs_bmap_extents_to_btree()
659 struct xfs_btree_block *block; /* btree root block */ in xfs_bmap_extents_to_btree()
1171 struct xfs_btree_block *block = ifp->if_broot; in xfs_iread_extents()
Dxfs_alloc.c466 struct xfs_btree_block *bnoblock; in xfs_alloc_fixup_trees()
467 struct xfs_btree_block *cntblock; in xfs_alloc_fixup_trees()
/linux-4.19.296/fs/xfs/scrub/
Dbtree.c140 struct xfs_btree_block *block; in xchk_btree_rec()
141 struct xfs_btree_block *keyblock; in xchk_btree_rec()
187 struct xfs_btree_block *block; in xchk_btree_key()
188 struct xfs_btree_block *keyblock; in xchk_btree_key()
259 struct xfs_btree_block *pblock; in xchk_btree_block_check_sibling()
317 struct xfs_btree_block *block) in xchk_btree_block_check_siblings()
451 struct xfs_btree_block *block) in xchk_btree_check_minrecs()
470 struct xfs_btree_block *root_block; in xchk_btree_check_minrecs()
499 struct xfs_btree_block **pblock, in xchk_btree_get_block()
552 struct xfs_btree_block *block) in xchk_btree_block_keys()
[all …]
Dbmap.c387 struct xfs_btree_block *block; in xchk_bmapbt_rec()
Drepair.c699 struct xfs_btree_block *btblock; in xrep_findroot_block()
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h32 XFS_CHECK_STRUCT_SIZE(struct xfs_btree_block, 72); in xfs_check_ondisk_structs()
Dxfs_bmap_util.c243 struct xfs_btree_block *block, in xfs_bmap_disk_count_leaves()
276 struct xfs_btree_block *block, *nextblock; in xfs_bmap_count_tree()
350 struct xfs_btree_block *block; /* current btree block */ in xfs_bmap_count_blocks()
Dxfs_log_recover.c2289 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
2297 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
3199 xfs_bmbt_to_bmdr(mp, (struct xfs_btree_block *)src, len, in xlog_recover_inode_pass2()
3237 xfs_bmbt_to_bmdr(mp, (struct xfs_btree_block *)src, in xlog_recover_inode_pass2()