Searched refs:init_rec_from_cur (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 440 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur, 462 .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 | 133 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_bmap_btree.c | 532 .init_rec_from_cur = xfs_bmbt_init_rec_from_cur,
|
D | xfs_btree_staging.c | 455 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xfs_btree_bload_leaf()
|
D | xfs_rmap_btree.c | 442 .init_rec_from_cur = xfs_rmapbt_init_rec_from_cur,
|
D | xfs_btree.c | 3411 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_insert() 4786 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range() 4790 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range()
|