Lines Matching refs:fhandle
247 struct file_handle *fhandle,
257 DEBUGASSERT(nmp && filename && fhandle);
275 *ptr++ = txdr_unsigned(fhandle->length);
278 memcpy(ptr, &fhandle->handle, fhandle->length);
279 reqlen += fhandle->length;
280 ptr += uint32_increment(fhandle->length);
322 fhandle->length = value;
323 memcpy(&fhandle->handle, ptr, value);
367 struct file_handle *fhandle,
379 fhandle->length = nmp->nm_fhsize;
380 memcpy(&fhandle->handle, &nmp->nm_fh, nmp->nm_fhsize);
423 error = nfs_lookup(nmp, buffer, fhandle, obj_attributes, dir_attributes);
439 * directory entry is in fhandle, obj_attributes, and dir_attributes.
476 struct file_handle *fhandle,
495 fhandle->length = nmp->nm_fhsize;
496 memcpy(&fhandle->handle, &nmp->nm_fh, nmp->nm_fhsize);
523 * containing the object is in fhandle and attributes.
531 error = nfs_lookup(nmp, filename, fhandle, attributes, NULL);