Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/ !
Dxfs_alloc_btree.c449 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
471 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
Dxfs_ialloc_btree.c372 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur,
393 .init_ptr_from_cur = xfs_finobt_init_ptr_from_cur,
Dxfs_btree.h134 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
Dxfs_refcount_btree.c308 .init_ptr_from_cur = xfs_refcountbt_init_ptr_from_cur,
Dxfs_rmap_btree.c446 .init_ptr_from_cur = xfs_rmapbt_init_ptr_from_cur,
Dxfs_bmap_btree.c525 .init_ptr_from_cur = xfs_bmbt_init_ptr_from_cur,
Dxfs_btree.c1888 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_lookup()
3050 cur->bc_ops->init_ptr_from_cur(cur, &rptr); in xfs_btree_new_root()
4307 cur->bc_ops->init_ptr_from_cur(cur, &lptr); in xfs_btree_visit_blocks()
4672 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_overlapped_query_range()
/linux-4.19.296/fs/xfs/scrub/ !
Dbtree.c635 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xchk_btree()