Searched refs:xfs_btree_ptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 204 union xfs_btree_ptr *ptr, /* btree block disk address */ in xfs_btree_check_ptr() 494 STATIC union xfs_btree_ptr * 504 return (union xfs_btree_ptr *) in xfs_btree_ptr_addr() 850 union xfs_btree_ptr *ptr) in xfs_btree_ptr_to_daddr() 874 union xfs_btree_ptr *ptr, in xfs_btree_readahead_ptr() 916 union xfs_btree_ptr *ptr) in xfs_btree_ptr_is_null() 927 union xfs_btree_ptr *ptr) in xfs_btree_set_ptr_null() 942 union xfs_btree_ptr *ptr, in xfs_btree_get_sibling() 964 union xfs_btree_ptr *ptr, in xfs_btree_set_sibling() 1072 union xfs_btree_ptr ptr; in xfs_btree_is_lastrec() [all …]
|
D | xfs_ialloc_btree.c | 57 union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 71 union xfs_btree_ptr *nptr, in xfs_finobt_set_root() 86 union xfs_btree_ptr *start, in xfs_inobt_alloc_block() 87 union xfs_btree_ptr *new, in xfs_inobt_alloc_block() 180 union xfs_btree_ptr *ptr) in xfs_inobt_init_ptr_from_cur() 192 union xfs_btree_ptr *ptr) in xfs_finobt_init_ptr_from_cur()
|
D | xfs_btree.h | 35 union xfs_btree_ptr { union 129 union xfs_btree_ptr *nptr, int level_change); 133 union xfs_btree_ptr *start_bno, 134 union xfs_btree_ptr *new_bno, 159 union xfs_btree_ptr *ptr);
|
D | xfs_alloc_btree.c | 48 union xfs_btree_ptr *ptr, in xfs_allocbt_set_root() 70 union xfs_btree_ptr *start, in xfs_allocbt_alloc_block() 71 union xfs_btree_ptr *new, in xfs_allocbt_alloc_block() 241 union xfs_btree_ptr *ptr) in xfs_allocbt_init_ptr_from_cur()
|
D | xfs_bmap_btree.c | 436 union xfs_btree_ptr *start, in xfs_bmbt_alloc_block() 437 union xfs_btree_ptr *new, in xfs_bmbt_alloc_block() 624 union xfs_btree_ptr *ptr) in xfs_bmbt_init_ptr_from_cur()
|