Lines Matching refs:txdr_unsigned
306 attr_call.fs.fsroot.length = txdr_unsigned(nfs_node->n_fhsize); in vfs_nfs_stat_internal()
571 nfs_true = txdr_unsigned(TRUE); in nfs_bind()
572 nfs_false = txdr_unsigned(FALSE); in nfs_bind()
573 nfs_xdrneg1 = txdr_unsigned(-1); in nfs_bind()
638 getattr.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in nfs_bind()
1027 *ptr++ = txdr_unsigned((uint32_t)nfs_dir->nfs_fhsize); in vfs_nfs_readdir()
1047 *ptr = txdr_unsigned((uint32_t)nmp->nm_readdirsize); in vfs_nfs_readdir()
1339 *ptr++ = txdr_unsigned(from_node->n_fhsize); in vfs_nfs_rename()
1350 *ptr++ = txdr_unsigned(namelen); in vfs_nfs_rename()
1359 *ptr++ = txdr_unsigned(to_node->n_fhsize); in vfs_nfs_rename()
1370 *ptr++ = txdr_unsigned(namelen); in vfs_nfs_rename()
1442 *ptr++ = txdr_unsigned(parent_nfs_node->n_fhsize); in vfs_nfs_mkdir()
1453 *ptr++ = txdr_unsigned(namelen); in vfs_nfs_mkdir()
1476 *ptr++ = txdr_unsigned(tmp); in vfs_nfs_mkdir()
1669 *ptr++ = txdr_unsigned((uint32_t)np->n_fhsize); in vfs_nfs_write()
1684 *ptr++ = txdr_unsigned(writesize); in vfs_nfs_write()
1685 *ptr++ = txdr_unsigned((uint32_t)committed); in vfs_nfs_write()
1690 *ptr++ = txdr_unsigned(writesize); in vfs_nfs_write()
1880 *ptr++ = txdr_unsigned((uint32_t)np->n_fhsize); in vfs_nfs_writepage()
1895 *ptr++ = txdr_unsigned(writesize); in vfs_nfs_writepage()
1896 *ptr++ = txdr_unsigned((uint32_t)committed); in vfs_nfs_writepage()
1901 *ptr++ = txdr_unsigned(writesize); in vfs_nfs_writepage()
2129 *ptr++ = txdr_unsigned((uint32_t)np->n_fhsize); in vfs_nfs_readpage()
2144 *ptr = txdr_unsigned(readsize); in vfs_nfs_readpage()
2274 *ptr++ = txdr_unsigned((uint32_t)np->n_fhsize); in vfs_nfs_read()
2289 *ptr = txdr_unsigned(readsize); in vfs_nfs_read()
2364 *ptr++ = txdr_unsigned(parent_nfs_node->n_fhsize); in vfs_nfs_create()
2375 *ptr++ = txdr_unsigned(namelen); in vfs_nfs_create()
2406 *ptr++ = txdr_unsigned(tmp); in vfs_nfs_create()
2570 *ptr++ = txdr_unsigned(parent_node->n_fhsize); in vfs_nfs_unlink()
2581 *ptr++ = txdr_unsigned(namelen); in vfs_nfs_unlink()
2632 *ptr++ = txdr_unsigned(parent_node->n_fhsize); in vfs_nfs_rmdir()
2643 *ptr++ = txdr_unsigned(namelen); in vfs_nfs_rmdir()
2773 fsinfo.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in nfs_fsinfo()
2787 if (txdr_unsigned(fsp.fsinfo.obj_attributes.obj_attribute_follow) == 1) in nfs_fsinfo()
2882 fsstat->fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in vfs_nfs_statfs()
2895 if (txdr_unsigned(sfp->fsstat.attributes_follow) == 1) in vfs_nfs_statfs()
2969 *ptr++ = txdr_unsigned(np->n_fhsize); in vfs_nfs_truncate()
3093 attr_call.fs.fsroot.length = txdr_unsigned(nfs_node->n_fhsize); in vfs_nfs_open()