Home
last modified time | relevance | path

Searched refs:txdr_unsigned (Results 1 – 5 of 5) sorted by relevance

/third_party/NuttX/fs/nfs/
Drpc_clnt.c516 ch->rp_recmark = txdr_unsigned(0x80000000 | (reqlen - RPC_RMSIZE)); in rpcclnt_fmtheader()
518 ch->rp_xid = txdr_unsigned(xid); in rpcclnt_fmtheader()
521 ch->rp_prog = txdr_unsigned(prog); in rpcclnt_fmtheader()
522 ch->rp_vers = txdr_unsigned(vers); in rpcclnt_fmtheader()
523 ch->rp_proc = txdr_unsigned(procid); in rpcclnt_fmtheader()
527 ch->rpc_auth_unix.stamp = txdr_unsigned((uint32_t)(((UINT64)high << 32) + low)); in rpcclnt_fmtheader()
624 rpc_reply = txdr_unsigned(RPC_REPLY); in rpcclnt_init()
625 rpc_vers = txdr_unsigned(RPC_VER2); in rpcclnt_init()
626 rpc_call = txdr_unsigned(RPC_CALL); in rpcclnt_init()
627 rpc_msgdenied = txdr_unsigned(RPC_MSGDENIED); in rpcclnt_init()
[all …]
Dnfs_adapter.c306 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()
[all …]
Dnfs_util.c251 *ptr++ = txdr_unsigned(fhandle->length); in nfs_lookup()
260 *ptr++ = txdr_unsigned(namelen); in nfs_lookup()
Dnfs_proto.h198 #define vtonfsv3_mode(m) txdr_unsigned((m) & 07777)
200 #define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
Dxdr_subs.h76 #define txdr_unsigned(v) (htonl(v)) macro