Searched refs:init_rec_from_cur (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 437 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur, 459 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur,
|
D | xfs_ialloc_btree.c | 393 .init_rec_from_cur = xfs_inobt_init_rec_from_cur, 414 .init_rec_from_cur = xfs_inobt_init_rec_from_cur,
|
D | xfs_btree.h | 134 void (*init_rec_from_cur)(struct xfs_btree_cur *cur, member
|
D | xfs_refcount_btree.c | 303 .init_rec_from_cur = xfs_refcountbt_init_rec_from_cur,
|
D | xfs_btree_staging.c | 454 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xfs_btree_bload_leaf()
|
D | xfs_rmap_btree.c | 437 .init_rec_from_cur = xfs_rmapbt_init_rec_from_cur,
|
D | xfs_bmap_btree.c | 532 .init_rec_from_cur = xfs_bmbt_init_rec_from_cur,
|
D | xfs_btree.c | 3489 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_insert() 4881 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range() 4885 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range()
|