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 **,
252 struct nfs_client *clp;
257 int (*sched_state_renewal)(struct nfs_client *, const struct cred *, unsigned);
258 const struct cred * (*get_state_renewal_cred)(struct nfs_client *);
259 int (*renew_lease)(struct nfs_client *, const struct cred *);
293 extern int nfs4_proc_setclientid(struct nfs_client *, u32, unsigned short, const struct cred *, str…
294 extern int nfs4_proc_setclientid_confirm(struct nfs_client *, struct nfs4_setclientid_res *arg, con…
296 extern int nfs4_proc_bind_conn_to_session(struct nfs_client *, const struct cred *cred);
297 extern int nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred);
298 extern int nfs4_destroy_clientid(struct nfs_client *clp);
299 extern int nfs4_init_clientid(struct nfs_client *, const struct cred *);
300 extern int nfs41_init_clientid(struct nfs_client *, const struct cred *);
326 extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
337 extern int nfs4_proc_create_session(struct nfs_client *, const struct cred *);
341 extern int nfs4_detect_session_trunking(struct nfs_client *clp,
345 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
352 is_ds_client(struct nfs_client *clp) in is_ds_client()
358 _nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in _nfs4_state_protect()
394 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in nfs4_state_protect()
406 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
415 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
421 is_ds_client(struct nfs_client *clp) in is_ds_client()
427 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_flags, in nfs4_state_protect()
433 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
447 void nfs40_shutdown_client(struct nfs_client *);
448 void nfs41_shutdown_client(struct nfs_client *);
449 int nfs40_init_client(struct nfs_client *);
450 int nfs41_init_client(struct nfs_client *);
451 void nfs4_free_client(struct nfs_client *);
453 struct nfs_client *nfs4_alloc_client(const struct nfs_client_initdata *);
456 extern void nfs4_schedule_state_renewal(struct nfs_client *);
458 extern void nfs4_kill_renewd(struct nfs_client *);
460 extern void nfs4_set_lease_period(struct nfs_client *clp, unsigned long lease);
466 const struct cred *nfs4_get_clid_cred(struct nfs_client *clp);
467 const struct cred *nfs4_get_machine_cred(struct nfs_client *clp);
468 const struct cred *nfs4_get_renew_cred(struct nfs_client *clp);
469 int nfs4_discover_server_trunking(struct nfs_client *clp,
470 struct nfs_client **);
471 int nfs40_discover_server_trunking(struct nfs_client *clp,
472 struct nfs_client **, const struct cred *);
474 int nfs41_discover_server_trunking(struct nfs_client *clp,
475 struct nfs_client **, const struct cred *);
477 extern void nfs41_notify_server(struct nfs_client *);
497 extern int nfs4_state_mark_reclaim_nograce(struct nfs_client *, struct nfs4_state *);
498 extern void nfs4_schedule_lease_recovery(struct nfs_client *);
499 extern int nfs4_wait_clnt_recover(struct nfs_client *clp);
500 extern int nfs4_client_recover_expired_lease(struct nfs_client *clp);
501 extern void nfs4_schedule_state_manager(struct nfs_client *);
502 extern void nfs4_schedule_path_down_recovery(struct nfs_client *clp);
505 extern void nfs4_schedule_lease_moved_recovery(struct nfs_client *);
506 extern void nfs41_handle_sequence_flag_errors(struct nfs_client *clp, u32 flags, bool);
507 extern void nfs41_handle_server_scope(struct nfs_client *,
523 extern int nfs4_setup_sequence(struct nfs_client *client,