Lines Matching refs:nfs_client

61 	int	(*init_client)(struct nfs_client *);
62 void (*shutdown_client)(struct nfs_client *);
224 int (*establish_clid)(struct nfs_client *, const struct cred *);
225 int (*reclaim_complete)(struct nfs_client *, const struct cred *);
226 int (*detect_trunking)(struct nfs_client *, struct nfs_client **,
255 struct nfs_client *clp;
260 int (*sched_state_renewal)(struct nfs_client *, const struct cred *, unsigned);
261 const struct cred * (*get_state_renewal_cred)(struct nfs_client *);
262 int (*renew_lease)(struct nfs_client *, const struct cred *);
297 extern int nfs4_proc_setclientid(struct nfs_client *, u32, unsigned short, const struct cred *, str…
298 extern int nfs4_proc_setclientid_confirm(struct nfs_client *, struct nfs4_setclientid_res *arg, con…
300 extern int nfs4_proc_bind_conn_to_session(struct nfs_client *, const struct cred *cred);
301 extern int nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred);
302 extern int nfs4_destroy_clientid(struct nfs_client *clp);
303 extern int nfs4_init_clientid(struct nfs_client *, const struct cred *);
304 extern int nfs41_init_clientid(struct nfs_client *, const struct cred *);
333 extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
344 extern int nfs4_proc_create_session(struct nfs_client *, const struct cred *);
348 extern int nfs4_detect_session_trunking(struct nfs_client *clp,
352 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
359 is_ds_client(struct nfs_client *clp) in is_ds_client()
365 _nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in _nfs4_state_protect()
401 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in nfs4_state_protect()
413 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
422 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
428 is_ds_client(struct nfs_client *clp) in is_ds_client()
434 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_flags, in nfs4_state_protect()
440 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
454 void nfs40_shutdown_client(struct nfs_client *);
455 void nfs41_shutdown_client(struct nfs_client *);
456 int nfs40_init_client(struct nfs_client *);
457 int nfs41_init_client(struct nfs_client *);
458 void nfs4_free_client(struct nfs_client *);
460 struct nfs_client *nfs4_alloc_client(const struct nfs_client_initdata *);
463 extern void nfs4_schedule_state_renewal(struct nfs_client *);
464 extern void nfs4_kill_renewd(struct nfs_client *);
466 extern void nfs4_set_lease_period(struct nfs_client *clp, unsigned long lease);
472 const struct cred *nfs4_get_clid_cred(struct nfs_client *clp);
473 const struct cred *nfs4_get_machine_cred(struct nfs_client *clp);
474 const struct cred *nfs4_get_renew_cred(struct nfs_client *clp);
475 int nfs4_discover_server_trunking(struct nfs_client *clp,
476 struct nfs_client **);
477 int nfs40_discover_server_trunking(struct nfs_client *clp,
478 struct nfs_client **, const struct cred *);
480 int nfs41_discover_server_trunking(struct nfs_client *clp,
481 struct nfs_client **, const struct cred *);
483 extern void nfs41_notify_server(struct nfs_client *);
503 extern int nfs4_state_mark_reclaim_nograce(struct nfs_client *, struct nfs4_state *);
504 extern void nfs4_schedule_lease_recovery(struct nfs_client *);
505 extern int nfs4_wait_clnt_recover(struct nfs_client *clp);
506 extern int nfs4_client_recover_expired_lease(struct nfs_client *clp);
507 extern void nfs4_schedule_state_manager(struct nfs_client *);
508 extern void nfs4_schedule_path_down_recovery(struct nfs_client *clp);
511 extern void nfs4_schedule_lease_moved_recovery(struct nfs_client *);
512 extern void nfs41_handle_sequence_flag_errors(struct nfs_client *clp, u32 flags, bool);
513 extern void nfs41_handle_server_scope(struct nfs_client *,
529 extern int nfs4_setup_sequence(struct nfs_client *client,