Searched refs:init_ptr_from_cur (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_alloc_btree.c | 440 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur, 462 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
|
A D | xfs_btree_staging.c | 146 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()
|
A D | xfs_ialloc_btree.c | 396 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur, 417 .init_ptr_from_cur = xfs_finobt_init_ptr_from_cur,
|
A D | xfs_btree.h | 132 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
|
A D | xfs_refcount_btree.c | 315 .init_ptr_from_cur = xfs_refcountbt_init_ptr_from_cur,
|
A D | xfs_bmap_btree.c | 517 .init_ptr_from_cur = xfs_bmbt_init_ptr_from_cur,
|
A D | xfs_rmap_btree.c | 440 .init_ptr_from_cur = xfs_rmapbt_init_ptr_from_cur,
|
A D | xfs_btree.c | 1902 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_lookup() 3097 cur->bc_ops->init_ptr_from_cur(cur, &rptr); in xfs_btree_new_root() 4397 cur->bc_ops->init_ptr_from_cur(cur, &lptr); in xfs_btree_visit_blocks() 4825 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xfs_btree_overlapped_query_range()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | btree.c | 671 cur->bc_ops->init_ptr_from_cur(cur, &ptr); in xchk_btree()
|
Completed in 33 milliseconds