Lines Matching refs:n_len
300 else if (nobj->n_len == 0) { in dump_netobj()
303 dump_static_object(nobj->n_bytes, nobj->n_len, in dump_netobj()
306 nobj->n_len, hbuff, cbuff); in dump_netobj()
360 dest->oh.n_len = src->oh.n_len; in copy_nlm4_lock_to_nlm4_holder()
392 newfl->client.oh.n_bytes = malloc(lockowner->n_len); in allocate_file_lock()
397 newfl->client.oh.n_len = lockowner->n_len; in allocate_file_lock()
398 bcopy(lockowner->n_bytes, newfl->client.oh.n_bytes, lockowner->n_len); in allocate_file_lock()
400 newfl->client_cookie.n_bytes = malloc(matchcookie->n_len); in allocate_file_lock()
406 newfl->client_cookie.n_len = matchcookie->n_len; in allocate_file_lock()
407 bcopy(matchcookie->n_bytes, newfl->client_cookie.n_bytes, matchcookie->n_len); in allocate_file_lock()
661 if (n0->n_len == n1->n_len) { in same_netobj()
663 retval = !bcmp(n0->n_bytes, n1->n_bytes, n0->n_len); in same_netobj()
1925 if (lckarg->alock.fh.n_len != sizeof(fhandle_t)) { in getlock()
1927 lckarg->alock.fh.n_len, (int)sizeof(fhandle_t)); in getlock()
2196 res.alock.fh.n_len = sizeof(fhandle_t); in send_granted()
2219 res.alock.fh.n_len = sizeof(fhandle_t); in send_granted()