Searched refs:init_ptr_from_cur (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 432 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur, 462 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
|
H A D | xfs_rmap_btree.c | 496 .init_ptr_from_cur = xfs_rmapbt_init_ptr_from_cur, 613 .init_ptr_from_cur = xfbtree_init_ptr_from_cur,
|
H A D | xfs_ialloc_btree.c | 432 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur, 462 .init_ptr_from_cur = xfs_finobt_init_ptr_from_cur,
|
H A D | xfs_rtrmap_btree.c | 492 .init_ptr_from_cur = xfs_rtrmapbt_init_ptr_from_cur, 601 .init_ptr_from_cur = xfbtree_init_ptr_from_cur,
|
H A D | xfs_refcount_btree.c | 341 .init_ptr_from_cur = xfs_refcountbt_init_ptr_from_cur,
|
H A D | xfs_btree.h | 169 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
|
H A D | xfs_rtrefcount_btree.c | 389 .init_ptr_from_cur = xfs_rtrefcountbt_init_ptr_from_cur,
|
H A D | xfs_btree.c | 1973 cur->bc_ops->init_ptr_from_cur(cur, ptr); in xfs_btree_init_ptr_from_cur()
|
/linux/fs/xfs/scrub/ |
H A D | rcbag_btree.c | 185 .init_ptr_from_cur = xfbtree_init_ptr_from_cur,
|