Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfs/
Dnfs42proc.c168 struct nfs_server *dst_server, in handle_async_copy() argument
185 spin_lock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
187 &dst_server->nfs_client->pending_cb_stateids, in handle_async_copy()
197 spin_unlock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
208 list_add_tail(&copy->copies, &dst_server->ss_copies); in handle_async_copy()
209 spin_unlock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
211 if (dst_server != src_server) { in handle_async_copy()
218 spin_lock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
220 spin_unlock(&dst_server->nfs_client->cl_lock); in handle_async_copy()
221 if (dst_server != src_server) { in handle_async_copy()
[all …]
Dnfs4proc.c5594 struct nfs_server *dst_server = NFS_SERVER(file_inode(dst)); in nfs4_proc_commit() local
5600 status = nfs4_handle_exception(dst_server, status, &exception); in nfs4_proc_commit()