Lines Matching refs:nfs_client

59 	int	(*init_client)(struct nfs_client *);
60 void (*shutdown_client)(struct nfs_client *);
221 int (*establish_clid)(struct nfs_client *, const struct cred *);
222 int (*reclaim_complete)(struct nfs_client *, const struct cred *);
223 int (*detect_trunking)(struct nfs_client *, struct nfs_client **,
253 struct nfs_client *clp;
258 int (*sched_state_renewal)(struct nfs_client *, const struct cred *, unsigned);
259 const struct cred * (*get_state_renewal_cred)(struct nfs_client *);
260 int (*renew_lease)(struct nfs_client *, const struct cred *);
294 extern int nfs4_proc_setclientid(struct nfs_client *, u32, unsigned short, const struct cred *, str…
295 extern int nfs4_proc_setclientid_confirm(struct nfs_client *, struct nfs4_setclientid_res *arg, con…
297 extern int nfs4_proc_bind_conn_to_session(struct nfs_client *, const struct cred *cred);
298 extern int nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred);
299 extern int nfs4_destroy_clientid(struct nfs_client *clp);
300 extern int nfs4_init_clientid(struct nfs_client *, const struct cred *);
301 extern int nfs41_init_clientid(struct nfs_client *, const struct cred *);
328 extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
339 extern int nfs4_proc_create_session(struct nfs_client *, const struct cred *);
343 extern int nfs4_detect_session_trunking(struct nfs_client *clp,
347 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
354 is_ds_client(struct nfs_client *clp) in is_ds_client()
360 _nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in _nfs4_state_protect()
396 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in nfs4_state_protect()
408 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
417 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
423 is_ds_client(struct nfs_client *clp) in is_ds_client()
429 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_flags, in nfs4_state_protect()
435 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
449 void nfs40_shutdown_client(struct nfs_client *);
450 void nfs41_shutdown_client(struct nfs_client *);
451 int nfs40_init_client(struct nfs_client *);
452 int nfs41_init_client(struct nfs_client *);
453 void nfs4_free_client(struct nfs_client *);
455 struct nfs_client *nfs4_alloc_client(const struct nfs_client_initdata *);
458 extern void nfs4_schedule_state_renewal(struct nfs_client *);
460 extern void nfs4_kill_renewd(struct nfs_client *);
462 extern void nfs4_set_lease_period(struct nfs_client *clp, unsigned long lease);
468 const struct cred *nfs4_get_clid_cred(struct nfs_client *clp);
469 const struct cred *nfs4_get_machine_cred(struct nfs_client *clp);
470 const struct cred *nfs4_get_renew_cred(struct nfs_client *clp);
471 int nfs4_discover_server_trunking(struct nfs_client *clp,
472 struct nfs_client **);
473 int nfs40_discover_server_trunking(struct nfs_client *clp,
474 struct nfs_client **, const struct cred *);
476 int nfs41_discover_server_trunking(struct nfs_client *clp,
477 struct nfs_client **, const struct cred *);
479 extern void nfs41_notify_server(struct nfs_client *);
499 extern int nfs4_state_mark_reclaim_nograce(struct nfs_client *, struct nfs4_state *);
500 extern void nfs4_schedule_lease_recovery(struct nfs_client *);
501 extern int nfs4_wait_clnt_recover(struct nfs_client *clp);
502 extern int nfs4_client_recover_expired_lease(struct nfs_client *clp);
503 extern void nfs4_schedule_state_manager(struct nfs_client *);
504 extern void nfs4_schedule_path_down_recovery(struct nfs_client *clp);
507 extern void nfs4_schedule_lease_moved_recovery(struct nfs_client *);
508 extern void nfs41_handle_sequence_flag_errors(struct nfs_client *clp, u32 flags, bool);
509 extern void nfs41_handle_server_scope(struct nfs_client *,
525 extern int nfs4_setup_sequence(struct nfs_client *client,