Lines Matching defs:length
202 fhandle.length = parent_fhandle->length;
203 (void)memcpy_s(&(fhandle.handle), fhandle.length, &(parent_fhandle->handle), parent_fhandle->length);
214 error = memcpy_s(&(np->n_fhandle), NFSX_V3FHMAX, &(fhandle.handle), fhandle.length);
220 np->n_fhsize = fhandle.length;
306 attr_call.fs.fsroot.length = txdr_unsigned(nfs_node->n_fhsize);
638 getattr.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize);
643 (sizeof(getattr.fs.fsroot.length) + nmp->nm_fhsize),
860 fhandle.length = parent_nfs_node->n_fhsize;
861 (void)memcpy_s(&(fhandle.handle), fhandle.length, &(parent_nfs_node->n_fhandle), parent_nfs_node->n_fhsize);
877 nfs_node->n_fhsize = (uint8_t)fhandle.length;
878 memcpy_s(&(nfs_node->n_fhandle), nfs_node->n_fhsize, &(fhandle.handle), fhandle.length);
1025 /* Copy the variable length, directory file handle */
1122 * Name length (4 bytes)
1132 /* There is an entry. Skip over the file ID and point to the length */
1137 /* Get the length and point to the name */
1209 /* There is an entry. Skip over the file ID and point to the length */
1248 fhandle.length = (uint32_t)nfs_dir->nfs_fhsize;
1337 /* Copy the variable length, 'from' directory file handle */
1346 /* Copy the variable-length 'from' object name */
1357 /* Copy the variable length, 'to' directory file handle */
1366 /* Copy the variable-length 'to' object name */
1440 /* Copy the variable length, directory file handle */
1449 /* Copy the variable-length directory name */
1514 fhandle.length = parent_nfs_node->n_fhsize;
1515 memcpy_s(&(fhandle.handle), DIRENT_NFS_MAXHANDLE, &(parent_nfs_node->n_fhandle), fhandle.length);
1528 target_node->n_fhsize = (uint8_t)fhandle.length;
1529 memcpy_s(&(target_node->n_fhandle), target_node->n_fhsize, &(fhandle.handle), fhandle.length);
1585 parent_fhandle.length = ((struct nfsnode *)node->data)->n_pfhsize;
1667 /* Copy the variable length, file handle */
1803 parent_fhandle.length = ((struct nfsnode *)node->data)->n_pfhsize;
1878 /* Copy the variable length, file handle */
2075 parent_fhandle.length = ((struct nfsnode *)node->data)->n_pfhsize;
2127 /* Copy the variable length, file handle */
2226 parent_fhandle.length = ((struct nfsnode *)node->data)->n_pfhsize;
2272 /* Copy the variable length, file handle */
2362 /* Copy the variable length, directory file handle */
2371 /* Copy the variable-length file name */
2568 /* Copy the variable length, directory file handle */
2577 /* Copy the variable-length file name */
2630 /* Copy the variable length, directory file handle */
2639 /* Copy the variable-length directory name */
2773 fsinfo.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize);
2882 fsstat->fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize);
2949 int vfs_nfs_truncate(struct Vnode *node, off_t length)
2967 /* Copy the variable length, directory file handle */
2976 /* Copy the variable-length attributes */
2982 *ptr++ = length; /* Truncate to the specified length */
3002 /* Indicate that the file now has zero length */
3004 np->n_size = length;
3093 attr_call.fs.fsroot.length = txdr_unsigned(nfs_node->n_fhsize);
3105 parent_fhandle.length = ((struct nfsnode *)node->parent->data)->n_fhsize;
3106 memcpy_s(&(parent_fhandle.handle), parent_fhandle.length,