Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs42proc.c197 if (memcmp(&res->write_res.stateid, &iter->stateid, in handle_async_copy()
211 memcpy(&copy->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); in handle_async_copy()
242 res->write_res.count = copy->count; in handle_async_copy()
243 memcpy(&res->write_res.verifier, &copy->verf, sizeof(copy->verf)); in handle_async_copy()
266 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
269 if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in process_copy_commit()
383 nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in _nfs42_proc_copy()
397 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
403 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
405 status = res->write_res.count; in _nfs42_proc_copy()
H A Dnfs4trace.h2355 be32_to_cpu(res->write_res.stateid.seqid);
2357 nfs_stateid_hash(&res->write_res.stateid);
2358 __entry->res_count = res->write_res.count;
H A Dnfs42xdr.c909 status = decode_write_response(xdr, &res->write_res); in decode_copy()
/linux/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c169 size_t write_res; in TEST_F() local
192 write_res = snd_pcm_writei(handle, samples, params->rate * params->time); in TEST_F()
193 ASSERT_GE(write_res, 0); in TEST_F()
/linux/include/linux/
H A Dnfs_xdr.h1477 struct nfs42_write_res write_res; member