nfs40.h 540 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __LINUX_FS_NFS_NFS4_0_H
  3. #define __LINUX_FS_NFS_NFS4_0_H
  4. /* nfs40client.c */
  5. void nfs40_shutdown_client(struct nfs_client *);
  6. int nfs40_init_client(struct nfs_client *);
  7. void nfs40_handle_cb_pathdown(struct nfs_client *clp);
  8. /* nfs40proc.c */
  9. extern const struct nfs4_minor_version_ops nfs_v4_0_minor_ops;
  10. /* nfs40state.c */
  11. int nfs40_discover_server_trunking(struct nfs_client *clp,
  12. struct nfs_client **result,
  13. const struct cred *cred);
  14. #endif /* __LINUX_FS_NFS_NFS4_0_H */