Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs42proc.c216 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 Dnfs4trace.h2453 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 Dnfs42xdr.c951 status = decode_write_response(xdr, &res->write_res); in decode_copy()
/linux-6.15/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-6.15/include/linux/
H A Dnfs_xdr.h1504 struct nfs42_write_res write_res; member