Searched refs:init_rec_from_cur (Results 1 – 15 of 15) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 431 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur, 461 .init_rec_from_cur = xfs_allocbt_init_rec_from_cur,
|
H A D | xfs_rtrmap_btree.c | 491 .init_rec_from_cur = xfs_rtrmapbt_init_rec_from_cur, 600 .init_rec_from_cur = xfs_rtrmapbt_init_rec_from_cur,
|
H A D | xfs_refcount_btree.c | 340 .init_rec_from_cur = xfs_refcountbt_init_rec_from_cur,
|
H A D | xfs_btree.h | 167 void (*init_rec_from_cur)(struct xfs_btree_cur *cur, member
|
H A D | xfs_rtrefcount_btree.c | 388 .init_rec_from_cur = xfs_rtrefcountbt_init_rec_from_cur,
|
H A D | xfs_bmap_btree.c | 637 .init_rec_from_cur = xfs_bmbt_init_rec_from_cur,
|
H A D | xfs_btree.c | 3747 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_insert() 5279 cur->bc_ops->init_rec_from_cur(cur, &rec); in xfs_btree_key_from_irec()
|
/linux/fs/xfs/scrub/ |
H A D | ialloc_repair.c | 541 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_fibt_get_records() 568 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_ibt_get_records()
|
H A D | rcbag_btree.c | 184 .init_rec_from_cur = rcbagbt_init_rec_from_cur,
|
H A D | refcount_repair.c | 538 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_refc_get_records()
|
H A D | rtrefcount_repair.c | 579 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_rtrefc_get_records()
|
H A D | alloc_repair.c | 625 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_abt_get_records()
|
H A D | bmap_repair.c | 585 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_bmap_get_records()
|
H A D | rtrmap_repair.c | 673 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_rtrmap_get_records()
|
H A D | rmap_repair.c | 1248 cur->bc_ops->init_rec_from_cur(cur, block_rec); in xrep_rmap_get_records()
|