Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c731 struct rpc_clnt *rpc; in nfs_umount_begin() local
735 rpc = server->client_acl; in nfs_umount_begin()
736 if (!IS_ERR(rpc)) in nfs_umount_begin()
737 rpc_killall_tasks(rpc); in nfs_umount_begin()
738 rpc = server->client; in nfs_umount_begin()
739 if (!IS_ERR(rpc)) in nfs_umount_begin()
740 rpc_killall_tasks(rpc); in nfs_umount_begin()