Lines Matching refs:ntohl
51 len = ntohl(*p++); in nlm_decode_cookie()
88 if ((len = ntohl(*p++)) != NFS2_FHSIZE) { in nlm_decode_fh()
126 lock->svid = ntohl(*p++); in nlm_decode_lock()
131 start = ntohl(*p++); in nlm_decode_lock()
132 len = ntohl(*p++); in nlm_decode_lock()
192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
219 argp->block = ntohl(*p++); in nlmsvc_decode_lockargs()
220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
225 argp->reclaim = ntohl(*p++); in nlmsvc_decode_lockargs()
226 argp->state = ntohl(*p++); in nlmsvc_decode_lockargs()
240 argp->block = ntohl(*p++); in nlmsvc_decode_cancargs()
241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
277 argp->fsm_mode = ntohl(*p++); in nlmsvc_decode_shareargs()
278 argp->fsm_access = ntohl(*p++); in nlmsvc_decode_shareargs()
314 argp->state = ntohl(*p++); in nlmsvc_decode_notify()
325 argp->state = ntohl(*p++); in nlmsvc_decode_reboot()