Home
last modified time | relevance | path

Searched refs:dst_server (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/nfs/
H A Dnfs42proc.c182 spin_lock(&dst_server->nfs_client->cl_lock); in nfs4_copy_dequeue_callback()
184 spin_unlock(&dst_server->nfs_client->cl_lock); in nfs4_copy_dequeue_callback()
185 if (dst_server != src_server) { in nfs4_copy_dequeue_callback()
193 struct nfs_server *dst_server, in handle_async_copy() argument
212 spin_lock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
236 spin_unlock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
238 if (dst_server != src_server) { in handle_async_copy()
424 status = nfs4_call_sync(dst_server->client, dst_server, &msg, in _nfs42_proc_copy()
428 dst_server->caps &= ~NFS_CAP_COPY; in _nfs42_proc_copy()
601 .rpc_client = dst_server->client, in nfs42_do_offload_cancel_async()
[all …]
H A Dnfs4proc.c5874 struct nfs_server *dst_server = NFS_SERVER(file_inode(dst)); in nfs4_proc_commit() local
5880 status = nfs4_handle_exception(dst_server, status, &exception); in nfs4_proc_commit()