Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c169 if (nfsproc3_lookup_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in get_handle()
237 if (nfsproc3_lookup_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in get_dir_handle()
277 if ((nfsproc3_getattr_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) || in nfs_get_filesize()
309 if (nfsproc3_getattr_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_is_directory()
369 if (nfsproc3_create_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_create()
417 if (nfsproc3_mkdir_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_mkdir()
586 if (nfsproc3_read_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_read()
657 if (nfsproc3_write_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_write()
860 if (nfsproc3_getattr_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_stat()
1033 if (nfsproc3_rmdir_3(args, &res, nfs->nfs_client) != RPC_SUCCESS) in nfs_unlink()
[all …]
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Drpc_prot.c197 error->re_status = RPC_SUCCESS; in accepted()
236 error->re_status = RPC_SUCCESS; in _seterr_reply()
A Dpmap.c51 (xdrproc_t)xdr_u_short, (char*)&port, tottimeout) != RPC_SUCCESS) in pmap_getport()
A Dclnt.h58 RPC_SUCCESS=0, /* call succeeded */ enumerator
A Dclnt_udp.c304 if (cu->cu_error.re_status == RPC_SUCCESS) in clntudp_call()

Completed in 12 milliseconds