Searched refs:write_res (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs42proc.c | 258 if (memcmp(&res->write_res.stateid, &iter->stateid, in handle_async_copy() 272 memcpy(©->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); in handle_async_copy() 300 res->write_res.count = copy->count; in handle_async_copy() 302 memcpy(&res->write_res.verifier, ©->verf, sizeof(copy->verf)); in handle_async_copy() 326 res->write_res.count = copied; in handle_async_copy() 331 res->write_res.count = copied; in handle_async_copy() 336 res->write_res.count = 0; in handle_async_copy() 343 res->write_res.count = 0; in handle_async_copy() 358 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit() 361 if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in process_copy_commit() [all …]
|
| H A D | nfs4trace.h | 2620 be32_to_cpu(res->write_res.stateid.seqid); 2622 nfs_stateid_hash(&res->write_res.stateid); 2623 __entry->res_count = res->write_res.count;
|
| H A D | nfs42xdr.c | 984 status = decode_write_response(xdr, &res->write_res); in decode_copy()
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | test-pcmtest-driver.c | 169 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 D | nfs_xdr.h | 1514 struct nfs42_write_res write_res; member
|