Home
last modified time | relevance | path

Searched refs:init_ptr_from_cur (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.c146 nops->init_ptr_from_cur = xfs_btree_fakeroot_init_ptr_from_cur; in xfs_btree_stage_afakeroot()
227 nops->init_ptr_from_cur = xfs_btree_fakeroot_init_ptr_from_cur; in xfs_btree_stage_ifakeroot()
H A Dxfs_alloc_btree.c460 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
483 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
H A Dxfs_ialloc_btree.c414 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur,
436 .init_ptr_from_cur = xfs_finobt_init_ptr_from_cur,
H A Dxfs_refcount_btree.c326 .init_ptr_from_cur = xfs_refcountbt_init_ptr_from_cur,
H A Dxfs_btree.h153 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
H A Dxfs_rmap_btree.c492 .init_ptr_from_cur = xfs_rmapbt_init_ptr_from_cur,
H A Dxfs_bmap_btree.c537 .init_ptr_from_cur = xfs_bmbt_init_ptr_from_cur,
H A Dxfs_btree.c1902 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_lookup()
3096 cur->bc_ops->init_ptr_from_cur(cur, &rptr); in xfs_btree_new_root()
4413 cur->bc_ops->init_ptr_from_cur(cur, &lptr); in xfs_btree_visit_blocks()
4835 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_overlapped_query_range()
/openbmc/linux/fs/xfs/scrub/
H A Dbtree.c736 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xchk_btree()