Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs42proc.c263 if (memcmp(&res->write_res.stateid, &iter->stateid, in handle_async_copy()
277 memcpy(&copy->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); in handle_async_copy()
305 res->write_res.count = copy->count; in handle_async_copy()
307 memcpy(&res->write_res.verifier, &copy->verf, sizeof(copy->verf)); in handle_async_copy()
331 res->write_res.count = copied; in handle_async_copy()
336 res->write_res.count = copied; in handle_async_copy()
341 res->write_res.count = 0; in handle_async_copy()
348 res->write_res.count = 0; in process_copy_commit()
363 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
366 if (nfs_write_verifier_cmp(&res->write_res in process_copy_commit()
[all...]
H A Dnfs42xdr.c987 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.h1512 struct nfs42_write_res write_res;
1511 struct nfs42_write_res write_res; global() member