Searched refs:xfs_btree_ptr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_btree.c | 207 union xfs_btree_ptr *ptr, /* btree block disk address */ in xfs_btree_check_ptr() 509 STATIC union xfs_btree_ptr * 519 return (union xfs_btree_ptr *) in xfs_btree_ptr_addr() 865 union xfs_btree_ptr *ptr) in xfs_btree_ptr_to_daddr() 889 union xfs_btree_ptr *ptr, in xfs_btree_readahead_ptr() 931 union xfs_btree_ptr *ptr) in xfs_btree_ptr_is_null() 942 union xfs_btree_ptr *ptr) in xfs_btree_set_ptr_null() 957 union xfs_btree_ptr *ptr, in xfs_btree_get_sibling() 979 union xfs_btree_ptr *ptr, in xfs_btree_set_sibling() 1087 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() 189 union xfs_btree_ptr *ptr) in xfs_inobt_init_ptr_from_cur() 201 union xfs_btree_ptr *ptr) in xfs_finobt_init_ptr_from_cur()
|
D | xfs_btree.h | 35 union xfs_btree_ptr { union 136 union xfs_btree_ptr *nptr, int level_change); 140 union xfs_btree_ptr *start_bno, 141 union xfs_btree_ptr *new_bno, 166 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 | 437 union xfs_btree_ptr *start, in xfs_bmbt_alloc_block() 438 union xfs_btree_ptr *new, in xfs_bmbt_alloc_block() 625 union xfs_btree_ptr *ptr) in xfs_bmbt_init_ptr_from_cur()
|