Searched refs:init_ptr_from_cur (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_alloc_btree.c | 444 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur, 466 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
|
| D | xfs_ialloc_btree.c | 373 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur, 394 .init_ptr_from_cur = xfs_finobt_init_ptr_from_cur,
|
| D | xfs_btree.h | 134 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
|
| D | xfs_refcount_btree.c | 305 .init_ptr_from_cur = xfs_refcountbt_init_ptr_from_cur,
|
| D | xfs_rmap_btree.c | 443 .init_ptr_from_cur = xfs_rmapbt_init_ptr_from_cur,
|
| D | xfs_bmap_btree.c | 533 .init_ptr_from_cur = xfs_bmbt_init_ptr_from_cur,
|
| D | xfs_btree.c | 1877 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_lookup() 3039 cur->bc_ops->init_ptr_from_cur(cur, &rptr); in xfs_btree_new_root() 4296 cur->bc_ops->init_ptr_from_cur(cur, &lptr); in xfs_btree_visit_blocks() 4659 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_overlapped_query_range()
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | btree.c | 629 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xchk_btree()
|