Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c5102 int layouttype, int layoutupdatecnt, uint8_t *layp, struct ucred *cred, in nfsrpc_layoutcommit() argument
5134 *tl = txdr_unsigned(layoutupdatecnt); in nfsrpc_layoutcommit()
5135 if (layoutupdatecnt > 0) { in nfsrpc_layoutcommit()
5138 outcnt = NFSM_RNDUP(layoutupdatecnt); in nfsrpc_layoutcommit()
5140 NFSBCOPY(layp, cp, layoutupdatecnt); in nfsrpc_layoutcommit()
5141 cp += layoutupdatecnt; in nfsrpc_layoutcommit()
5142 for (i = 0; i < (outcnt - layoutupdatecnt); i++) in nfsrpc_layoutcommit()