Searched refs:write_res (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs42proc.c | 216 if (memcmp(&res->write_res.stateid, &iter->stateid, in handle_async_copy() 258 res->write_res.count = copy->count; in handle_async_copy() 284 res->write_res.count = copied; in handle_async_copy() 289 res->write_res.count = copied; in handle_async_copy() 294 res->write_res.count = 0; in handle_async_copy() 301 res->write_res.count = 0; in handle_async_copy() 319 if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in process_copy_commit() 433 nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in _nfs42_proc_copy() 447 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy() 453 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy() [all …]
|
| H A D | nfs4trace.h | 2453 be32_to_cpu(res->write_res.stateid.seqid); 2455 nfs_stateid_hash(&res->write_res.stateid); 2456 __entry->res_count = res->write_res.count;
|
| H A D | nfs42xdr.c | 951 status = decode_write_response(xdr, &res->write_res); in decode_copy()
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | nfs_xdr.h | 1504 struct nfs42_write_res write_res; member
|