Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_btree.c1208 int numptrs) in xfs_btree_copy_ptrs() argument
1210 ASSERT(numptrs >= 0); in xfs_btree_copy_ptrs()
1211 memcpy(dst_ptr, src_ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_copy_ptrs()
1260 int numptrs) in xfs_btree_shift_ptrs() argument
1264 ASSERT(numptrs >= 0); in xfs_btree_shift_ptrs()
1268 memmove(dst_ptr, ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_shift_ptrs()