Lines Matching refs:ntohl
50 len = ntohl(*p++); in nlm_decode_cookie()
87 if ((len = ntohl(*p++)) != NFS2_FHSIZE) { in nlm_decode_fh()
125 lock->svid = ntohl(*p++); in nlm_decode_lock()
132 start = ntohl(*p++); in nlm_decode_lock()
133 len = ntohl(*p++); in nlm_decode_lock()
192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
216 argp->block = ntohl(*p++); in nlmsvc_decode_lockargs()
217 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
222 argp->reclaim = ntohl(*p++); in nlmsvc_decode_lockargs()
223 argp->state = ntohl(*p++); in nlmsvc_decode_lockargs()
236 argp->block = ntohl(*p++); in nlmsvc_decode_cancargs()
237 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
271 argp->fsm_mode = ntohl(*p++); in nlmsvc_decode_shareargs()
272 argp->fsm_access = ntohl(*p++); in nlmsvc_decode_shareargs()
303 argp->state = ntohl(*p++); in nlmsvc_decode_notify()
312 argp->state = ntohl(*p++); in nlmsvc_decode_reboot()