Home
last modified time | relevance | path

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

/fs/nfs/
A Dsuper.c757 struct rpc_clnt *rpc; in nfs_umount_begin() local
761 rpc = server->client_acl; in nfs_umount_begin()
762 if (!IS_ERR(rpc)) in nfs_umount_begin()
763 rpc_killall_tasks(rpc); in nfs_umount_begin()
764 rpc = server->client; in nfs_umount_begin()
765 if (!IS_ERR(rpc)) in nfs_umount_begin()
766 rpc_killall_tasks(rpc); in nfs_umount_begin()

Completed in 5 milliseconds