Searched refs:init_rec_from_cur (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A 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,
|
H A 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,
|
H A D | xfs_btree.h | 133 void (*init_rec_from_cur)(struct xfs_btree_cur *cur, member
|
H A D | xfs_btree_staging.c | 455 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xfs_btree_bload_leaf()
|
H A D | xfs_rmap_btree.c | 442 .init_rec_from_cur = xfs_rmapbt_init_rec_from_cur,
|
H A D | xfs_refcount_btree.c | 303 .init_rec_from_cur = xfs_refcountbt_init_rec_from_cur,
|
H A D | xfs_bmap_btree.c | 532 .init_rec_from_cur = xfs_bmbt_init_rec_from_cur,
|
H A D | xfs_btree.c | 3413 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_insert() 4788 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range() 4792 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_query_range()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.c | 413 .init_rec_from_cur = xfs_inobt_init_rec_from_cur, 435 .init_rec_from_cur = xfs_inobt_init_rec_from_cur,
|
H A D | xfs_alloc_btree.c | 459 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur, 482 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur,
|
H A D | xfs_btree.h | 151 void (*init_rec_from_cur)(struct xfs_btree_cur *cur, member
|
H A D | xfs_btree_staging.c | 454 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xfs_btree_bload_leaf()
|
H A D | xfs_refcount_btree.c | 325 .init_rec_from_cur = xfs_refcountbt_init_rec_from_cur,
|
H A D | xfs_rmap_btree.c | 491 .init_rec_from_cur = xfs_rmapbt_init_rec_from_cur,
|
H A D | xfs_bmap_btree.c | 536 .init_rec_from_cur = xfs_bmbt_init_rec_from_cur,
|
H A D | xfs_btree.c | 3505 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_insert() 4940 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_key_from_irec()
|
Completed in 29 milliseconds