Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h22 union xfs_btree_ptr { union
148 const union xfs_btree_ptr *nptr, int level_change);
152 const union xfs_btree_ptr *start_bno,
153 union xfs_btree_ptr *new_bno,
170 union xfs_btree_ptr *ptr);
331 const union xfs_btree_ptr *ptr, int index, int level);
496 union xfs_btree_ptr *xfs_btree_ptr_addr(struct xfs_btree_cur *cur, int n,
499 const union xfs_btree_ptr *pp, struct xfs_btree_block **blkp);
503 const union xfs_btree_ptr *ptr);
505 const union xfs_btree_ptr *a,
[all …]
H A Dxfs_btree_mem.h36 union xfs_btree_ptr root;
51 const union xfs_btree_ptr *ptr, int inc);
53 union xfs_btree_ptr *ptr);
60 const union xfs_btree_ptr *start, union xfs_btree_ptr *ptr,
H A Dxfs_btree.c315 const union xfs_btree_ptr *ptr, in __xfs_btree_check_ptr()
350 const union xfs_btree_ptr *ptr, in xfs_btree_check_ptr()
806 union xfs_btree_ptr *
816 return (union xfs_btree_ptr *) in xfs_btree_ptr_addr()
1083 const union xfs_btree_ptr *ptr, in xfs_btree_ptr_to_daddr()
1116 union xfs_btree_ptr *ptr, in xfs_btree_readahead_ptr()
1162 const union xfs_btree_ptr *ptr) in xfs_btree_ptr_is_null()
1173 union xfs_btree_ptr *ptr) in xfs_btree_set_ptr_null()
1184 union xfs_btree_ptr *ptr1, in xfs_btree_ptrs_equal()
1185 union xfs_btree_ptr *ptr2) in xfs_btree_ptrs_equal()
[all …]
H A Dxfs_ialloc_btree.c55 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root()
69 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root()
103 const union xfs_btree_ptr *start, in __xfs_inobt_alloc_block()
104 union xfs_btree_ptr *new, in __xfs_inobt_alloc_block()
142 const union xfs_btree_ptr *start, in xfs_inobt_alloc_block()
143 union xfs_btree_ptr *new, in xfs_inobt_alloc_block()
152 const union xfs_btree_ptr *start, in xfs_finobt_alloc_block()
153 union xfs_btree_ptr *new, in xfs_finobt_alloc_block()
247 union xfs_btree_ptr *ptr) in xfs_inobt_init_ptr_from_cur()
259 union xfs_btree_ptr *ptr) in xfs_finobt_init_ptr_from_cur()
H A Dxfs_btree_staging.c288 union xfs_btree_ptr *ptrp, /* in/out */ in xfs_btree_bload_prep_block()
293 union xfs_btree_ptr new_ptr; in xfs_btree_bload_prep_block()
388 union xfs_btree_ptr *child_ptr, in xfs_btree_bload_node()
397 union xfs_btree_ptr *block_ptr; in xfs_btree_bload_node()
676 union xfs_btree_ptr child_ptr; in xfs_btree_bload()
677 union xfs_btree_ptr ptr; in xfs_btree_bload()
741 union xfs_btree_ptr first_ptr; in xfs_btree_bload()
H A Dxfs_btree_mem.c26 const union xfs_btree_ptr *ptr, in xfbtree_set_root()
39 union xfs_btree_ptr *ptr) in xfbtree_init_ptr_from_cur()
165 const union xfs_btree_ptr *start, in xfbtree_alloc_block()
166 union xfs_btree_ptr *new, in xfbtree_alloc_block()
H A Dxfs_refcount_btree.c39 const union xfs_btree_ptr *ptr, in xfs_refcountbt_set_root()
59 const union xfs_btree_ptr *start, in xfs_refcountbt_alloc_block()
60 union xfs_btree_ptr *new, in xfs_refcountbt_alloc_block()
169 union xfs_btree_ptr *ptr) in xfs_refcountbt_init_ptr_from_cur()
H A Dxfs_alloc_btree.c46 const union xfs_btree_ptr *ptr, in xfs_allocbt_set_root()
70 const union xfs_btree_ptr *start, in xfs_allocbt_alloc_block()
71 union xfs_btree_ptr *new, in xfs_allocbt_alloc_block()
177 union xfs_btree_ptr *ptr) in xfs_allocbt_init_ptr_from_cur()
H A Dxfs_btree_staging.h53 union xfs_btree_ptr *ptr, void *priv);
H A Dxfs_rmap_btree.c66 const union xfs_btree_ptr *ptr, in xfs_rmapbt_set_root()
84 const union xfs_btree_ptr *start, in xfs_rmapbt_alloc_block()
85 union xfs_btree_ptr *new, in xfs_rmapbt_alloc_block()
226 union xfs_btree_ptr *ptr) in xfs_rmapbt_init_ptr_from_cur()
H A Dxfs_bmap_btree.c210 const union xfs_btree_ptr *start, in xfs_bmbt_alloc_block()
211 union xfs_btree_ptr *new, in xfs_bmbt_alloc_block()
H A Dxfs_alloc.c482 union xfs_btree_ptr ptr; in xfs_alloc_cursor_at_lastrec()
/linux/fs/xfs/scrub/
H A Dbtree.c237 union xfs_btree_ptr *ptr) in xchk_btree_ptr_ok()
259 union xfs_btree_ptr *sibling) in xchk_btree_block_check_sibling()
265 union xfs_btree_ptr *pp; in xchk_btree_block_check_sibling()
323 union xfs_btree_ptr leftsib; in xchk_btree_block_check_siblings()
324 union xfs_btree_ptr rightsib; in xchk_btree_block_check_siblings()
583 union xfs_btree_ptr *pp, in xchk_btree_get_block()
684 union xfs_btree_ptr ptr; in xchk_btree()
686 union xfs_btree_ptr *pp; in xchk_btree()
H A Dnewbt.h72 union xfs_btree_ptr *ptr);
H A Dialloc_repair.c582 union xfs_btree_ptr *ptr, in xrep_ibt_claim_block()
594 union xfs_btree_ptr *ptr, in xrep_fibt_claim_block()
H A Dnewbt.c516 union xfs_btree_ptr *ptr) in xrep_newbt_claim_block()
H A Drefcount_repair.c548 union xfs_btree_ptr *ptr, in xrep_refc_claim_block()
H A Dbmap_repair.c465 union xfs_btree_ptr *ptr, in xrep_bmap_claim_block()
/linux/fs/xfs/
H A Dxfs_trace.h80 union xfs_btree_ptr;
2526 TP_PROTO(struct xfs_btree_cur *cur, union xfs_btree_ptr *ptr, int stat,
4425 union xfs_btree_ptr *ptr, unsigned int nr_records),