Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c921 struct rpc_clnt *rpc; in nfs_umount_begin() local
925 rpc = server->client_acl; in nfs_umount_begin()
926 if (!IS_ERR(rpc)) in nfs_umount_begin()
927 rpc_killall_tasks(rpc); in nfs_umount_begin()
928 rpc = server->client; in nfs_umount_begin()
929 if (!IS_ERR(rpc)) in nfs_umount_begin()
930 rpc_killall_tasks(rpc); in nfs_umount_begin()