Lines Matching refs:XDROutPacketAddInt32

263 	XDROutPacketAddInt32(&rpc_call, xid);  in send_rpc_call()
264 XDROutPacketAddInt32(&rpc_call, RPC_CALL); in send_rpc_call()
265 XDROutPacketAddInt32(&rpc_call, RPC_VERSION); in send_rpc_call()
266 XDROutPacketAddInt32(&rpc_call, prog); in send_rpc_call()
267 XDROutPacketAddInt32(&rpc_call, vers); in send_rpc_call()
268 XDROutPacketAddInt32(&rpc_call, proc); in send_rpc_call()
271 XDROutPacketAddInt32(&rpc_call, RPC_AUTH_NONE); in send_rpc_call()
274 XDROutPacketAddInt32(&rpc_call, RPC_AUTH_SYS); in send_rpc_call()
276 XDROutPacketAddInt32(&rpc_call, authSize); in send_rpc_call()
277 XDROutPacketAddInt32(&rpc_call, 0); in send_rpc_call()
279 XDROutPacketAddInt32(&rpc_call, ns->params.uid); in send_rpc_call()
280 XDROutPacketAddInt32(&rpc_call, ns->params.gid); in send_rpc_call()
281 XDROutPacketAddInt32(&rpc_call, 0); in send_rpc_call()
284 XDROutPacketAddInt32(&rpc_call, RPC_AUTH_NONE); in send_rpc_call()
426 XDROutPacketAddInt32(&call, prog); in get_remote_address()
427 XDROutPacketAddInt32(&call, vers); in get_remote_address()
428 XDROutPacketAddInt32(&call, prot); in get_remote_address()
429 XDROutPacketAddInt32(&call, 0); in get_remote_address()
617 XDROutPacketAddInt32(&call, -1); in nfs_truncate_file()
618 XDROutPacketAddInt32(&call, -1); in nfs_truncate_file()
619 XDROutPacketAddInt32(&call, -1); in nfs_truncate_file()
620 XDROutPacketAddInt32(&call, 0); in nfs_truncate_file()
621 XDROutPacketAddInt32(&call, time(NULL)); in nfs_truncate_file()
622 XDROutPacketAddInt32(&call, 0); in nfs_truncate_file()
623 XDROutPacketAddInt32(&call, time(NULL)); in nfs_truncate_file()
624 XDROutPacketAddInt32(&call, 0); in nfs_truncate_file()
980 XDROutPacketAddInt32(&call, count); in fs_readdir()
1528 XDROutPacketAddInt32(&call, pos); in fs_read()
1529 XDROutPacketAddInt32(&call, count); in fs_read()
1530 XDROutPacketAddInt32(&call, 0); in fs_read()
1608 XDROutPacketAddInt32(&call, 0); in fs_write()
1609 XDROutPacketAddInt32(&call, pos + bytesWritten); in fs_write()
1610 XDROutPacketAddInt32(&call, 0); in fs_write()
1673 XDROutPacketAddInt32(&call, (mask & WSTAT_MODE) ? st->st_mode : UINT32_MAX); in fs_wstat()
1674 XDROutPacketAddInt32(&call, (mask & WSTAT_UID) ? st->st_uid : UINT32_MAX); in fs_wstat()
1675 XDROutPacketAddInt32(&call, (mask & WSTAT_GID) ? st->st_gid : UINT32_MAX); in fs_wstat()
1676 XDROutPacketAddInt32(&call, (mask & WSTAT_SIZE) ? st->st_size : UINT32_MAX); in fs_wstat()
1677 XDROutPacketAddInt32(&call, (mask & WSTAT_ATIME) ? st->st_atime : -1); in fs_wstat()
1678 XDROutPacketAddInt32(&call, (mask & WSTAT_ATIME) ? 0 : UINT32_MAX); in fs_wstat()
1679 XDROutPacketAddInt32(&call, (mask & WSTAT_MTIME) ? st->st_mtime : -1); in fs_wstat()
1680 XDROutPacketAddInt32(&call, (mask & WSTAT_MTIME) ? 0 : UINT32_MAX); in fs_wstat()
1794 XDROutPacketAddInt32(&call, perms | S_IFREG); in fs_create()
1795 XDROutPacketAddInt32(&call, -1); in fs_create()
1796 XDROutPacketAddInt32(&call, -1); in fs_create()
1797 XDROutPacketAddInt32(&call, 0); in fs_create()
1798 XDROutPacketAddInt32(&call, time(NULL)); in fs_create()
1799 XDROutPacketAddInt32(&call, 0); in fs_create()
1800 XDROutPacketAddInt32(&call, time(NULL)); in fs_create()
1801 XDROutPacketAddInt32(&call, 0); in fs_create()
2032 XDROutPacketAddInt32(&call, perms | S_IFDIR); in fs_mkdir()
2033 XDROutPacketAddInt32(&call, -1); in fs_mkdir()
2034 XDROutPacketAddInt32(&call, -1); in fs_mkdir()
2035 XDROutPacketAddInt32(&call, -1); in fs_mkdir()
2036 XDROutPacketAddInt32(&call, time(NULL)); in fs_mkdir()
2037 XDROutPacketAddInt32(&call, 0); in fs_mkdir()
2038 XDROutPacketAddInt32(&call, time(NULL)); in fs_mkdir()
2039 XDROutPacketAddInt32(&call, 0); in fs_mkdir()
2367 XDROutPacketAddInt32(&call, S_IFLNK); in fs_symlink()
2368 XDROutPacketAddInt32(&call, -1); in fs_symlink()
2369 XDROutPacketAddInt32(&call, -1); in fs_symlink()
2370 XDROutPacketAddInt32(&call, -1); in fs_symlink()
2371 XDROutPacketAddInt32(&call, time(NULL)); in fs_symlink()
2372 XDROutPacketAddInt32(&call, 0); in fs_symlink()
2373 XDROutPacketAddInt32(&call, time(NULL)); in fs_symlink()
2374 XDROutPacketAddInt32(&call, 0); in fs_symlink()