Lines Matching refs:xfs_btree_ptr
315 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()
1199 union xfs_btree_ptr *ptr, in xfs_btree_get_sibling()
1221 const union xfs_btree_ptr *ptr, in xfs_btree_set_sibling()
1338 union xfs_btree_ptr *ptr) in xfs_btree_buf_to_ptr()
1366 const union xfs_btree_ptr *ptr, in xfs_btree_get_buf_block()
1393 const union xfs_btree_ptr *ptr, in xfs_btree_read_buf_block()
1455 union xfs_btree_ptr *dst_ptr, in xfs_btree_copy_ptrs()
1456 const union xfs_btree_ptr *src_ptr, in xfs_btree_copy_ptrs()
1507 union xfs_btree_ptr *ptr, in xfs_btree_shift_ptrs()
1665 union xfs_btree_ptr ptr; in xfs_btree_increment()
1734 union xfs_btree_ptr *ptrp; in xfs_btree_increment()
1771 union xfs_btree_ptr ptr; in xfs_btree_decrement()
1828 union xfs_btree_ptr *ptrp; in xfs_btree_decrement()
1881 const union xfs_btree_ptr *pp, /* ptr to btree block */ in xfs_btree_lookup_get_block()
1964 union xfs_btree_ptr *ptr) in xfs_btree_init_ptr_from_cur()
1994 union xfs_btree_ptr *pp; /* ptr to btree block */ in xfs_btree_lookup()
1995 union xfs_btree_ptr ptr; /* ptr to btree block */ in xfs_btree_lookup()
2429 union xfs_btree_ptr lptr; /* left btree pointer */ in xfs_btree_lshift()
2431 union xfs_btree_ptr *rpp = NULL; /* right address pointer */ in xfs_btree_lshift()
2490 union xfs_btree_ptr *lpp; /* left address pointer */ in xfs_btree_lshift()
2624 union xfs_btree_ptr rptr; /* right block pointer */ in xfs_btree_rshift()
2676 union xfs_btree_ptr *lpp; in xfs_btree_rshift()
2677 union xfs_btree_ptr *rpp; in xfs_btree_rshift()
2780 const union xfs_btree_ptr *hint_block, in xfs_btree_alloc_block()
2781 union xfs_btree_ptr *new_block, in xfs_btree_alloc_block()
2812 union xfs_btree_ptr *ptrp, in __xfs_btree_split()
2817 union xfs_btree_ptr lptr; /* left sibling block ptr */ in __xfs_btree_split()
2820 union xfs_btree_ptr rptr; /* right sibling block ptr */ in __xfs_btree_split()
2823 union xfs_btree_ptr rrptr; /* right-right sibling ptr */ in __xfs_btree_split()
2887 union xfs_btree_ptr *lpp; /* left address pointer */ in __xfs_btree_split()
2889 union xfs_btree_ptr *rpp; /* right address pointer */ in __xfs_btree_split()
2993 union xfs_btree_ptr *ptrp;
3063 union xfs_btree_ptr *ptrp, in xfs_btree_split()
3107 union xfs_btree_ptr *cpp; /* child ptr pointer */ in xfs_btree_new_iroot()
3109 union xfs_btree_ptr *pp; /* pointer to block addr */ in xfs_btree_new_iroot()
3110 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot()
3201 const union xfs_btree_ptr *ptr, in xfs_btree_set_root()
3231 union xfs_btree_ptr rptr; in xfs_btree_new_root()
3232 union xfs_btree_ptr lptr; in xfs_btree_new_root()
3350 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull()
3416 union xfs_btree_ptr *ptrp, /* i/o: block number inserted */ in xfs_btree_insrec()
3424 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec()
3517 union xfs_btree_ptr *pp; in xfs_btree_insrec()
3621 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert()
3710 union xfs_btree_ptr *pp; in xfs_btree_kill_iroot()
3711 union xfs_btree_ptr *cpp; in xfs_btree_kill_iroot()
3718 union xfs_btree_ptr ptr; in xfs_btree_kill_iroot()
3806 union xfs_btree_ptr *newroot) in xfs_btree_kill_root()
3861 union xfs_btree_ptr cptr; /* current block ptr */ in xfs_btree_delrec()
3865 union xfs_btree_ptr lptr; /* left sibling block ptr */ in xfs_btree_delrec()
3870 union xfs_btree_ptr rptr; /* right sibling block ptr */ in xfs_btree_delrec()
3911 union xfs_btree_ptr *lpp; in xfs_btree_delrec()
3969 union xfs_btree_ptr *pp; in xfs_btree_delrec()
4262 union xfs_btree_ptr *lpp; /* left address pointer */ in xfs_btree_delrec()
4264 union xfs_btree_ptr *rpp; /* right address pointer */ in xfs_btree_delrec()
4476 union xfs_btree_ptr rptr, bufptr; in xfs_btree_visit_block()
4517 union xfs_btree_ptr lptr; in xfs_btree_visit_blocks()
4533 union xfs_btree_ptr *ptr; in xfs_btree_visit_blocks()
4963 union xfs_btree_ptr ptr; in xfs_btree_overlapped_query_range()
4964 union xfs_btree_ptr *pp; in xfs_btree_overlapped_query_range()
5180 const union xfs_btree_ptr *a, in xfs_btree_diff_two_ptrs()
5181 const union xfs_btree_ptr *b) in xfs_btree_diff_two_ptrs()