Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_btree.h186 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
Dxfs_ialloc_btree.c324 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur,
Dxfs_alloc_btree.c434 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
Dxfs_bmap_btree.c850 .init_ptr_from_cur = xfs_bmbt_init_ptr_from_cur,
Dxfs_btree.c1579 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_lookup()
2491 cur->bc_ops->init_ptr_from_cur(cur, &rptr); in xfs_btree_new_root()