Searched refs:init_rec_from_cur (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 438 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur, 460 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur,
|
D | xfs_ialloc_btree.c | 395 .init_rec_from_cur = xfs_inobt_init_rec_from_cur, 416 .init_rec_from_cur = xfs_inobt_init_rec_from_cur,
|
D | xfs_refcount_btree.c | 305 .init_rec_from_cur = xfs_refcountbt_init_rec_from_cur,
|
D | xfs_btree.h | 130 void (*init_rec_from_cur)(struct xfs_btree_cur *cur, member
|
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 | 439 .init_rec_from_cur = xfs_rmapbt_init_rec_from_cur,
|
D | xfs_bmap_btree.c | 534 .init_rec_from_cur = xfs_bmbt_init_rec_from_cur,
|
D | xfs_btree.c | 3495 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_insert() 4946 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range() 4950 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range()
|