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()
133 start = ntohl(*p++); in nlm_decode_lock()
134 len = ntohl(*p++); in nlm_decode_lock()
194 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
221 argp->block = ntohl(*p++); in nlmsvc_decode_lockargs()
222 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
227 argp->reclaim = ntohl(*p++); in nlmsvc_decode_lockargs()
228 argp->state = ntohl(*p++); in nlmsvc_decode_lockargs()
242 argp->block = ntohl(*p++); in nlmsvc_decode_cancargs()
243 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
280 argp->fsm_mode = ntohl(*p++); in nlmsvc_decode_shareargs()
281 argp->fsm_access = ntohl(*p++); in nlmsvc_decode_shareargs()
317 argp->state = ntohl(*p++); in nlmsvc_decode_notify()
328 argp->state = ntohl(*p++); in nlmsvc_decode_reboot()