Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs42proc.c212 static void nfs4_copy_dequeue_callback(struct nfs_server *dst_server, in nfs4_copy_dequeue_callback() argument
216 spin_lock(&dst_server->nfs_client->cl_lock); in nfs4_copy_dequeue_callback()
218 spin_unlock(&dst_server->nfs_client->cl_lock); in nfs4_copy_dequeue_callback()
219 if (dst_server != src_server) { in nfs4_copy_dequeue_callback()
227 struct nfs_server *dst_server, in handle_async_copy() argument
237 struct nfs_client *clp = dst_server->nfs_client; in handle_async_copy()
246 spin_lock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
248 &dst_server->nfs_client->pending_cb_stateids, in handle_async_copy()
258 spin_unlock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
269 list_add_tail(&copy->copies, &dst_server->ss_copies); in handle_async_copy()
[all …]
H A Dnfs4proc.c5968 struct nfs_server *dst_server = NFS_SERVER(file_inode(dst)); in nfs4_proc_commit() local
5974 status = nfs4_handle_exception(dst_server, status, &exception); in nfs4_proc_commit()