• Home
  • Raw
  • Download

Lines Matching refs:nfs_client

56 	int	(*init_client)(struct nfs_client *);
57 void (*shutdown_client)(struct nfs_client *);
217 int (*establish_clid)(struct nfs_client *, const struct cred *);
218 int (*reclaim_complete)(struct nfs_client *, const struct cred *);
219 int (*detect_trunking)(struct nfs_client *, struct nfs_client **,
249 struct nfs_client *clp;
254 int (*sched_state_renewal)(struct nfs_client *, const struct cred *, unsigned);
255 const struct cred * (*get_state_renewal_cred)(struct nfs_client *);
256 int (*renew_lease)(struct nfs_client *, const struct cred *);
291 extern int nfs4_proc_setclientid(struct nfs_client *, u32, unsigned short, const struct cred *, str…
292 extern int nfs4_proc_setclientid_confirm(struct nfs_client *, struct nfs4_setclientid_res *arg, con…
294 extern int nfs4_proc_bind_conn_to_session(struct nfs_client *, const struct cred *cred);
295 extern int nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred);
296 extern int nfs4_destroy_clientid(struct nfs_client *clp);
297 extern int nfs4_init_clientid(struct nfs_client *, const struct cred *);
298 extern int nfs41_init_clientid(struct nfs_client *, const struct cred *);
315 extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
319 extern int nfs4_proc_create_session(struct nfs_client *, const struct cred *);
323 extern int nfs4_detect_session_trunking(struct nfs_client *clp,
327 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
334 is_ds_client(struct nfs_client *clp) in is_ds_client()
340 _nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in _nfs4_state_protect()
376 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in nfs4_state_protect()
388 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
397 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client()
403 is_ds_client(struct nfs_client *clp) in is_ds_client()
409 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_flags, in nfs4_state_protect()
415 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
429 void nfs40_shutdown_client(struct nfs_client *);
430 void nfs41_shutdown_client(struct nfs_client *);
431 int nfs40_init_client(struct nfs_client *);
432 int nfs41_init_client(struct nfs_client *);
433 void nfs4_free_client(struct nfs_client *);
435 struct nfs_client *nfs4_alloc_client(const struct nfs_client_initdata *);
438 extern void nfs4_schedule_state_renewal(struct nfs_client *);
440 extern void nfs4_kill_renewd(struct nfs_client *);
442 extern void nfs4_set_lease_period(struct nfs_client *clp,
448 const struct cred *nfs4_get_clid_cred(struct nfs_client *clp);
449 const struct cred *nfs4_get_machine_cred(struct nfs_client *clp);
450 const struct cred *nfs4_get_renew_cred(struct nfs_client *clp);
451 int nfs4_discover_server_trunking(struct nfs_client *clp,
452 struct nfs_client **);
453 int nfs40_discover_server_trunking(struct nfs_client *clp,
454 struct nfs_client **, const struct cred *);
456 int nfs41_discover_server_trunking(struct nfs_client *clp,
457 struct nfs_client **, const struct cred *);
459 extern void nfs41_notify_server(struct nfs_client *);
477 extern int nfs4_state_mark_reclaim_nograce(struct nfs_client *, struct nfs4_state *);
478 extern void nfs4_schedule_lease_recovery(struct nfs_client *);
479 extern int nfs4_wait_clnt_recover(struct nfs_client *clp);
480 extern int nfs4_client_recover_expired_lease(struct nfs_client *clp);
481 extern void nfs4_schedule_state_manager(struct nfs_client *);
482 extern void nfs4_schedule_path_down_recovery(struct nfs_client *clp);
485 extern void nfs4_schedule_lease_moved_recovery(struct nfs_client *);
486 extern void nfs41_handle_sequence_flag_errors(struct nfs_client *clp, u32 flags, bool);
487 extern void nfs41_handle_server_scope(struct nfs_client *,
503 extern int nfs4_setup_sequence(struct nfs_client *client,