Lines Matching defs:handle
203 (void)memcpy_s(&(fhandle.handle), fhandle.length, &(parent_fhandle->handle), parent_fhandle->length);
212 /* Update the file handle */
214 error = memcpy_s(&(np->n_fhandle), NFSX_V3FHMAX, &(fhandle.handle), fhandle.length);
307 memcpy_s(&(attr_call.fs.fsroot.handle), sizeof(nfsfh_t), &(nfs_node->n_fhandle), sizeof(nfsfh_t));
487 void **handle, const char *relpath)
501 DEBUGASSERT(data && handle);
639 (void)memcpy_s(&getattr.fs.fsroot.handle, sizeof(nfsfh_t), &nmp->nm_fh, sizeof(nfsfh_t));
657 *handle = (void *)nmp;
861 (void)memcpy_s(&(fhandle.handle), fhandle.length, &(parent_nfs_node->n_fhandle), parent_nfs_node->n_fhsize);
874 * Copy the file handle.
878 memcpy_s(&(nfs_node->n_fhandle), nfs_node->n_fhsize, &(fhandle.handle), fhandle.length);
1025 /* Copy the variable length, directory file handle */
1249 (void)memcpy_s(&fhandle.handle, DIRENT_NFS_MAXHANDLE, nfs_dir->nfs_fhandle, DIRENT_NFS_MAXHANDLE);
1337 /* Copy the variable length, 'from' directory file handle */
1357 /* Copy the variable length, 'to' directory file handle */
1440 /* Copy the variable length, directory file handle */
1515 memcpy_s(&(fhandle.handle), DIRENT_NFS_MAXHANDLE, &(parent_nfs_node->n_fhandle), fhandle.length);
1525 * Copy the file handle.
1529 memcpy_s(&(target_node->n_fhandle), target_node->n_fhsize, &(fhandle.handle), fhandle.length);
1586 (void)memcpy_s(&(parent_fhandle.handle), NFSX_V3FHMAX,
1667 /* Copy the variable length, file handle */
1804 (void)memcpy_s(&(parent_fhandle.handle), NFSX_V3FHMAX,
1878 /* Copy the variable length, file handle */
2076 (void)memcpy_s(&(parent_fhandle.handle), NFSX_V3FHMAX,
2127 /* Copy the variable length, file handle */
2227 (void)memcpy_s(&(parent_fhandle.handle), NFSX_V3FHMAX,
2272 /* Copy the variable length, file handle */
2362 /* Copy the variable length, directory file handle */
2434 /* Send the NFS request. Note there is special logic here to handle version 3
2460 /* Save the file handle in the file data structure */
2465 nfs_debug_error("no file handle follows\n");
2498 * tructure. It needs to be there (1) to handle error conditions that effect
2568 /* Copy the variable length, directory file handle */
2630 /* Copy the variable length, directory file handle */
2774 fsinfo.fs.fsroot.handle = nmp->nm_fh;
2883 (void)memcpy_s(&fsstat->fs.fsroot.handle, sizeof(nfsfh_t), &nmp->nm_fh, sizeof(nfsfh_t));
2931 * file handle.
2967 /* Copy the variable length, directory file handle */
3094 memcpy_s(&(attr_call.fs.fsroot.handle), sizeof(nfsfh_t), &(nfs_node->n_fhandle), sizeof(nfsfh_t));
3103 /* If the file handle is stale, update it */
3106 memcpy_s(&(parent_fhandle.handle), parent_fhandle.length,