Home
last modified time | relevance | path

Searched refs:numptrs (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h659 const union xfs_btree_ptr *src_ptr, int numptrs);
H A Dxfs_btree.c1451 int numptrs) in xfs_btree_copy_ptrs() argument
1453 ASSERT(numptrs >= 0); in xfs_btree_copy_ptrs()
1454 memcpy(dst_ptr, src_ptr, numptrs * cur->bc_ops->ptr_len); in xfs_btree_copy_ptrs()
1503 int numptrs) in xfs_btree_shift_ptrs() argument
1507 ASSERT(numptrs >= 0); in xfs_btree_shift_ptrs()
1511 memmove(dst_ptr, ptr, numptrs * cur->bc_ops->ptr_len); in xfs_btree_shift_ptrs()