Searched refs:write_res (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs42proc.c | 189 if (memcmp(&res->write_res.stateid, &tmp_copy->stateid, in handle_async_copy() 203 memcpy(©->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); in handle_async_copy() 234 res->write_res.count = copy->count; in handle_async_copy() 235 memcpy(&res->write_res.verifier, ©->verf, sizeof(copy->verf)); in handle_async_copy() 258 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit() 261 if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in process_copy_commit() 345 nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in _nfs42_proc_copy() 359 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy() 367 (pos_dst + res->write_res.count - 1) >> PAGE_SHIFT)); in _nfs42_proc_copy() 377 status = res->write_res.count; in _nfs42_proc_copy()
|
| H A D | nfs42xdr.c | 968 status = decode_write_response(xdr, &res->write_res); in decode_copy()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 402 ssize_t write_res = 0; in emit_test_blocks() local 481 write_res = ioctl(fd, INCFS_IOC_FILL_BLOCKS, &fill_blocks); in emit_test_blocks() 482 if (write_res >= 0) { in emit_test_blocks() 494 write_res = ioctl(fd, INCFS_IOC_FILL_BLOCKS, &fill_blocks); in emit_test_blocks() 495 if (write_res < 0) in emit_test_blocks() 498 blocks_written = write_res; in emit_test_blocks() 503 write_res, strerror(-error)); in emit_test_blocks()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nfs_xdr.h | 1456 struct nfs42_write_res write_res; member
|