Searched refs:update_lastrec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 435 .update_lastrec = xfs_allocbt_update_lastrec, 457 .update_lastrec = xfs_allocbt_update_lastrec,
|
H A D | xfs_btree.h | 118 void (*update_lastrec)(struct xfs_btree_cur *cur, member 166 * Reasons for the update_lastrec method to be called.
|
H A D | xfs_btree.c | 1169 * will be further refined in the update_lastrec method. 2223 cur->bc_ops->update_lastrec(cur, block, rec, in xfs_btree_update() 3360 cur->bc_ops->update_lastrec(cur, block, rec, in xfs_btree_insrec() 3724 cur->bc_ops->update_lastrec(cur, block, NULL, in xfs_btree_delrec()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 454 .update_lastrec = xfs_allocbt_update_lastrec, 477 .update_lastrec = xfs_allocbt_update_lastrec,
|
H A D | xfs_btree.h | 136 void (*update_lastrec)(struct xfs_btree_cur *cur, member 203 * Reasons for the update_lastrec method to be called.
|
H A D | xfs_btree.c | 1241 * will be further refined in the update_lastrec method. 2294 cur->bc_ops->update_lastrec(cur, block, rec, in xfs_btree_update() 3452 cur->bc_ops->update_lastrec(cur, block, rec, in xfs_btree_insrec() 3816 cur->bc_ops->update_lastrec(cur, block, NULL, in xfs_btree_delrec()
|
Completed in 17 milliseconds