Searched refs:xfs_btree_ptr (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_btree.h | 24 union xfs_btree_ptr { union 109 const union xfs_btree_ptr *nptr, int level_change); 113 const union xfs_btree_ptr *start_bno, 114 union xfs_btree_ptr *new_bno, 137 union xfs_btree_ptr *ptr); 503 union xfs_btree_ptr *xfs_btree_ptr_addr(struct xfs_btree_cur *cur, int n, 506 const union xfs_btree_ptr *pp, struct xfs_btree_block **blkp); 510 const union xfs_btree_ptr *ptr); 512 const union xfs_btree_ptr *a, 513 const union xfs_btree_ptr *b); [all …]
|
D | xfs_btree.c | 301 const union xfs_btree_ptr *ptr, in xfs_btree_check_ptr() 706 union xfs_btree_ptr * 716 return (union xfs_btree_ptr *) in xfs_btree_ptr_addr() 1017 const union xfs_btree_ptr *ptr, in xfs_btree_ptr_to_daddr() 1049 union xfs_btree_ptr *ptr, in xfs_btree_readahead_ptr() 1094 const union xfs_btree_ptr *ptr) in xfs_btree_ptr_is_null() 1105 union xfs_btree_ptr *ptr) in xfs_btree_set_ptr_null() 1120 union xfs_btree_ptr *ptr, in xfs_btree_get_sibling() 1142 const union xfs_btree_ptr *ptr, in xfs_btree_set_sibling() 1252 union xfs_btree_ptr ptr; in xfs_btree_is_lastrec() [all …]
|
D | xfs_btree_staging.c | 63 const union xfs_btree_ptr *start_bno, in xfs_btree_fakeroot_alloc_block() 64 union xfs_btree_ptr *new_bno, in xfs_btree_fakeroot_alloc_block() 88 union xfs_btree_ptr *ptr) in xfs_btree_fakeroot_init_ptr_from_cur() 116 const union xfs_btree_ptr *ptr, in xfs_btree_afakeroot_set_root() 369 union xfs_btree_ptr *ptrp, /* in/out */ in xfs_btree_bload_prep_block() 374 union xfs_btree_ptr new_ptr; in xfs_btree_bload_prep_block() 472 union xfs_btree_ptr *child_ptr, in xfs_btree_bload_node() 481 union xfs_btree_ptr *block_ptr; in xfs_btree_bload_node() 746 union xfs_btree_ptr child_ptr; in xfs_btree_bload() 747 union xfs_btree_ptr ptr; in xfs_btree_bload() [all …]
|
D | xfs_ialloc_btree.c | 44 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 58 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root() 92 const union xfs_btree_ptr *start, in __xfs_inobt_alloc_block() 93 union xfs_btree_ptr *new, in __xfs_inobt_alloc_block() 131 const union xfs_btree_ptr *start, in xfs_inobt_alloc_block() 132 union xfs_btree_ptr *new, in xfs_inobt_alloc_block() 141 const union xfs_btree_ptr *start, in xfs_finobt_alloc_block() 142 union xfs_btree_ptr *new, in xfs_finobt_alloc_block() 234 union xfs_btree_ptr *ptr) in xfs_inobt_init_ptr_from_cur() 246 union xfs_btree_ptr *ptr) in xfs_finobt_init_ptr_from_cur()
|
D | xfs_refcount_btree.c | 35 const union xfs_btree_ptr *ptr, in xfs_refcountbt_set_root() 55 const union xfs_btree_ptr *start, in xfs_refcountbt_alloc_block() 56 union xfs_btree_ptr *new, in xfs_refcountbt_alloc_block() 169 union xfs_btree_ptr *ptr) in xfs_refcountbt_init_ptr_from_cur()
|
D | xfs_alloc_btree.c | 35 const union xfs_btree_ptr *ptr, in xfs_allocbt_set_root() 54 const union xfs_btree_ptr *start, in xfs_allocbt_alloc_block() 55 union xfs_btree_ptr *new, in xfs_allocbt_alloc_block() 221 union xfs_btree_ptr *ptr) in xfs_allocbt_init_ptr_from_cur()
|
D | xfs_rmap_btree.c | 61 const union xfs_btree_ptr *ptr, in xfs_rmapbt_set_root() 80 const union xfs_btree_ptr *start, in xfs_rmapbt_alloc_block() 81 union xfs_btree_ptr *new, in xfs_rmapbt_alloc_block() 211 union xfs_btree_ptr *ptr) in xfs_rmapbt_init_ptr_from_cur()
|
D | xfs_btree_staging.h | 58 union xfs_btree_ptr *ptr, void *priv);
|
D | xfs_bmap_btree.c | 197 const union xfs_btree_ptr *start, in xfs_bmbt_alloc_block() 198 union xfs_btree_ptr *new, in xfs_bmbt_alloc_block() 383 union xfs_btree_ptr *ptr) in xfs_bmbt_init_ptr_from_cur()
|
/fs/xfs/scrub/ |
D | btree.c | 224 union xfs_btree_ptr *ptr) in xchk_btree_ptr_ok() 250 union xfs_btree_ptr *sibling) in xchk_btree_block_check_sibling() 256 union xfs_btree_ptr *pp; in xchk_btree_block_check_sibling() 314 union xfs_btree_ptr leftsib; in xchk_btree_block_check_siblings() 315 union xfs_btree_ptr rightsib; in xchk_btree_block_check_siblings() 527 union xfs_btree_ptr *pp, in xchk_btree_get_block() 638 union xfs_btree_ptr ptr; in xchk_btree() 639 union xfs_btree_ptr *pp; in xchk_btree()
|
/fs/xfs/ |
D | xfs_trace.h | 74 union xfs_btree_ptr; 3944 union xfs_btree_ptr *ptr, unsigned int nr_records),
|