Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1589 int oldsize, oldmsg_size, movesize; in _sptlrpc_enlarge_msg_inplace() local
1613 movesize = oldmsg_size - ((unsigned long) src - (unsigned long) msg); in _sptlrpc_enlarge_msg_inplace()
1614 LASSERT(movesize >= 0); in _sptlrpc_enlarge_msg_inplace()
1616 if (movesize) in _sptlrpc_enlarge_msg_inplace()
1617 memmove(dst, src, movesize); in _sptlrpc_enlarge_msg_inplace()