Searched refs:init_ptr_from_cur (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 440 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur, 470 .init_ptr_from_cur = xfs_allocbt_init_ptr_from_cur,
|
D | xfs_ialloc_btree.c | 431 .init_ptr_from_cur = xfs_inobt_init_ptr_from_cur, 461 .init_ptr_from_cur = xfs_finobt_init_ptr_from_cur,
|
D | xfs_rmap_btree.c | 516 .init_ptr_from_cur = xfs_rmapbt_init_ptr_from_cur, 633 .init_ptr_from_cur = xfbtree_init_ptr_from_cur,
|
D | xfs_refcount_btree.c | 342 .init_ptr_from_cur = xfs_refcountbt_init_ptr_from_cur,
|
D | xfs_btree.h | 169 void (*init_ptr_from_cur)(struct xfs_btree_cur *cur, member
|
D | xfs_btree.c | 1975 cur->bc_ops->init_ptr_from_cur(cur, ptr); in xfs_btree_init_ptr_from_cur()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | rcbag_btree.c | 203 .init_ptr_from_cur = xfbtree_init_ptr_from_cur,
|