Lines Matching refs:nfs4_client
137 static bool is_client_expired(struct nfs4_client *clp) in is_client_expired()
142 static __be32 get_client_locked(struct nfs4_client *clp) in get_client_locked()
156 renew_client_locked(struct nfs4_client *clp) in renew_client_locked()
176 static void put_client_renew_locked(struct nfs4_client *clp) in put_client_renew_locked()
190 static void put_client_renew(struct nfs4_client *clp) in put_client_renew()
218 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session_locked()
230 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session()
290 struct nfs4_client *clp = lo->lo_owner.so_client; in remove_blocked_locks()
371 struct nfs4_client *clp) in find_openstateowner_str_locked()
389 struct nfs4_client *clp) in find_openstateowner_str()
627 alloc_clnt_odstate(struct nfs4_client *clp) in alloc_clnt_odstate()
677 struct nfs4_client *cl; in find_or_hash_clnt_odstate()
699 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab, in nfs4_alloc_stid()
771 static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp) in nfs4_alloc_open_stateid()
865 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_file *fp, in alloc_init_deleg()
909 struct nfs4_client *clp = s->sc_client; in nfs4_put_stid()
982 nfs4_delegation_exists(struct nfs4_client *clp, struct nfs4_file *fp) in nfs4_delegation_exists()
985 struct nfs4_client *searchclp = NULL; in nfs4_delegation_exists()
1015 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
1063 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
1252 struct nfs4_client *clp = sop->so_client; in nfs4_put_stateowner()
1314 struct nfs4_client *clp = s->sc_client; in put_ol_stateid_locked()
1340 struct nfs4_client *clp = stp->st_stid.sc_client; in release_lock_stateid()
1352 struct nfs4_client *clp = lo->lo_owner.so_client; in unhash_lockowner_locked()
1422 struct nfs4_client *clp = oo->oo_owner.so_client; in unhash_openowner_locked()
1450 struct nfs4_client *clp = oo->oo_owner.so_client; in release_openowner()
1517 struct nfs4_client *clp = ses->se_client; in gen_sessionid()
1661 struct nfs4_client *clp = c->cn_session->se_client; in nfsd4_conn_lost()
1694 struct nfs4_client *clp = ses->se_client; in nfsd4_hash_conn()
1732 struct nfs4_client *clp = s->se_client; in nfsd4_del_conns()
1762 static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp… in init_session()
1843 struct nfs4_client *clp = ses->se_client; in unhash_session()
1875 static struct nfs4_client *alloc_client(struct xdr_netobj name) in alloc_client()
1877 struct nfs4_client *clp; in alloc_client()
1920 struct nfs4_client *clp = container_of(c, struct nfs4_client, cl_nfsdfs); in __free_client()
1931 static void drop_client(struct nfs4_client *clp) in drop_client()
1937 free_client(struct nfs4_client *clp) in free_client()
1958 unhash_client_locked(struct nfs4_client *clp) in unhash_client_locked()
1983 unhash_client(struct nfs4_client *clp) in unhash_client()
1992 static __be32 mark_client_expired_locked(struct nfs4_client *clp) in mark_client_expired_locked()
2001 __destroy_client(struct nfs4_client *clp) in __destroy_client()
2051 destroy_client(struct nfs4_client *clp) in destroy_client()
2057 static void inc_reclaim_complete(struct nfs4_client *clp) in inc_reclaim_complete()
2073 static void expire_client(struct nfs4_client *clp) in expire_client()
2080 static void copy_verf(struct nfs4_client *target, nfs4_verifier *source) in copy_verf()
2086 static void copy_clid(struct nfs4_client *target, struct nfs4_client *source) in copy_clid()
2192 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp) in nfsd4_mach_creds_match()
2210 static void gen_confirm(struct nfs4_client *clp, struct nfsd_net *nn) in gen_confirm()
2223 static void gen_clid(struct nfs4_client *clp, struct nfsd_net *nn) in gen_clid()
2231 find_stateid_locked(struct nfs4_client *cl, stateid_t *t) in find_stateid_locked()
2242 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type()
2258 static struct nfs4_client *get_nfsdfs_clp(struct inode *inode) in get_nfsdfs_clp()
2264 return container_of(nc, struct nfs4_client, cl_nfsdfs); in get_nfsdfs_clp()
2277 struct nfs4_client *clp; in client_info_show()
2318 struct nfs4_client *clp = s->private; in states_start()
2330 struct nfs4_client *clp = s->private; in states_next()
2344 struct nfs4_client *clp = s->private; in states_stop()
2503 struct nfs4_client *clp; in client_states_open()
2521 struct nfs4_client *clp = m->private; in client_opens_release()
2541 static void force_expire_client(struct nfs4_client *clp) in force_expire_client()
2567 struct nfs4_client *clp; in client_ctl_write()
2594 static struct nfs4_client *create_client(struct xdr_netobj name, in create_client()
2597 struct nfs4_client *clp; in create_client()
2632 add_clp_to_name_tree(struct nfs4_client *new_clp, struct rb_root *root) in add_clp_to_name_tree()
2635 struct nfs4_client *clp; in add_clp_to_name_tree()
2638 clp = rb_entry(*new, struct nfs4_client, cl_namenode); in add_clp_to_name_tree()
2651 static struct nfs4_client *
2656 struct nfs4_client *clp; in find_clp_in_name_tree()
2659 clp = rb_entry(node, struct nfs4_client, cl_namenode); in find_clp_in_name_tree()
2672 add_to_unconfirmed(struct nfs4_client *clp) in add_to_unconfirmed()
2687 move_to_confirmed(struct nfs4_client *clp) in move_to_confirmed()
2702 static struct nfs4_client *
2705 struct nfs4_client *clp; in find_client_in_id_table()
2719 static struct nfs4_client *
2728 static struct nfs4_client *
2737 static bool clp_used_exchangeid(struct nfs4_client *clp) in clp_used_exchangeid()
2742 static struct nfs4_client *
2749 static struct nfs4_client *
2757 gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp) in gen_callback()
2901 nfsd4_set_ex_flags(struct nfs4_client *new, struct nfsd4_exchange_id *clid) in nfsd4_set_ex_flags()
2916 static bool client_has_openowners(struct nfs4_client *clp) in client_has_openowners()
2927 static bool client_has_state(struct nfs4_client *clp) in client_has_state()
2938 static __be32 copy_impl_id(struct nfs4_client *clp, in copy_impl_id()
2959 struct nfs4_client *conf, *new; in nfsd4_exchange_id()
2960 struct nfs4_client *unconf = NULL; in nfsd4_exchange_id()
3258 struct nfs4_client *conf, *unconf; in nfsd4_create_session()
3259 struct nfs4_client *old = NULL; in nfsd4_create_session()
3502 struct nfs4_client *clp = ses->se_client; in nfsd4_sequence_check_conn()
3578 struct nfs4_client *clp; in nfsd4_sequence()
3716 struct nfs4_client *conf, *unconf; in nfsd4_destroy_clientid()
3717 struct nfs4_client *clp = NULL; in nfsd4_destroy_clientid()
3801 struct nfs4_client *conf, *new; in nfsd4_setclientid()
3802 struct nfs4_client *unconf = NULL; in nfsd4_setclientid()
3860 struct nfs4_client *conf, *unconf; in nfsd4_setclientid_confirm()
3861 struct nfs4_client *old = NULL; in nfsd4_setclientid_confirm()
3973 sizeof(struct nfs4_client), 0, 0, NULL); in nfsd4_init_slabs()
4047 … void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4_client *clp) in alloc_stateowner()
4068 static void hash_openowner(struct nfs4_openowner *oo, struct nfs4_client *clp, unsigned int strhash… in hash_openowner()
4168 struct nfs4_client *clp = cstate->clp; in alloc_init_open_stateowner()
4490 struct nfs4_client *found; in lookup_clientid()
4527 struct nfs4_client *clp = NULL; in nfsd4_process_open1()
4597 static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s) in find_deleg_stateid()
4615 nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open, in nfs4_check_deleg()
4767 static bool nfsd4_cb_channel_good(struct nfs4_client *clp) in nfsd4_cb_channel_good()
4798 nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh, in nfs4_set_delegation()
4910 struct nfs4_client *clp = stp->st_stid.sc_client; in nfs4_open_delegation()
4996 struct nfs4_client *cl = open->op_openowner->oo_owner.so_client; in nfsd4_process_open2()
5125 struct nfs4_client *clp; in nfsd4_renew()
5205 struct nfs4_client *clp; in nfs4_laundromat()
5225 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_laundromat()
5240 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_laundromat()
5452 static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) in nfsd4_validate_stateid()
5668 struct nfs4_client *cl = cstate->session->se_client; in nfsd4_test_stateid()
5714 struct nfs4_client *cl = cstate->session->se_client; in nfsd4_free_stateid()
5949 struct nfs4_client *clp = s->st_stid.sc_client; in nfsd4_close_open_stateid()
6164 find_lockowner_str_locked(struct nfs4_client *clp, struct xdr_netobj *owner) in find_lockowner_str_locked()
6182 find_lockowner_str(struct nfs4_client *clp, struct xdr_netobj *owner) in find_lockowner_str()
6217 alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp, in alloc_init_lock_stateowner()
6248 struct nfs4_client *clp = lo->lo_owner.so_client; in find_lock_stateid()
6268 struct nfs4_client *clp = lo->lo_owner.so_client; in init_lock_stateid()
6314 struct nfs4_client *clp = oo->oo_owner.so_client; in find_or_create_lock_stateid()
6366 struct nfs4_client *cl = oo->oo_owner.so_client; in lookup_or_create_lock_state()
6833 struct nfs4_client *clp; in nfsd4_release_lockowner()
7001 put_client(struct nfs4_client *clp) in put_client()
7006 static struct nfs4_client *
7009 struct nfs4_client *clp; in nfsd_find_client()
7026 struct nfs4_client *clp; in nfsd_inject_print_clients()
7050 struct nfs4_client *clp; in nfsd_inject_forget_client()
7077 struct nfs4_client *clp, *next; in nfsd_inject_forget_clients()
7101 static void nfsd_print_count(struct nfs4_client *clp, unsigned int count, in nfsd_print_count()
7113 struct nfs4_client *clp = lst->st_stid.sc_client; in nfsd_inject_add_lock_to_list()
7125 static u64 nfsd_foreach_client_lock(struct nfs4_client *clp, u64 max, in nfsd_foreach_client_lock()
7166 nfsd_collect_client_locks(struct nfs4_client *clp, struct list_head *collect, in nfsd_collect_client_locks()
7173 nfsd_print_client_locks(struct nfs4_client *clp) in nfsd_print_client_locks()
7183 struct nfs4_client *clp; in nfsd_inject_print_locks()
7202 struct nfs4_client *clp; in nfsd_reap_locks()
7217 struct nfs4_client *clp; in nfsd_inject_forget_client_locks()
7238 struct nfs4_client *clp; in nfsd_inject_forget_locks()
7258 nfsd_foreach_client_openowner(struct nfs4_client *clp, u64 max, in nfsd_foreach_client_openowner()
7295 nfsd_print_client_openowners(struct nfs4_client *clp) in nfsd_print_client_openowners()
7304 nfsd_collect_client_openowners(struct nfs4_client *clp, in nfsd_collect_client_openowners()
7314 struct nfs4_client *clp; in nfsd_inject_print_openowners()
7333 struct nfs4_client *clp; in nfsd_reap_openowners()
7349 struct nfs4_client *clp; in nfsd_inject_forget_client_openowners()
7370 struct nfs4_client *clp; in nfsd_inject_forget_openowners()
7390 static u64 nfsd_find_all_delegations(struct nfs4_client *clp, u64 max, in nfsd_find_all_delegations()
7432 nfsd_print_client_delegations(struct nfs4_client *clp) in nfsd_print_client_delegations()
7443 struct nfs4_client *clp; in nfsd_inject_print_delegations()
7462 struct nfs4_client *clp; in nfsd_forget_delegations()
7478 struct nfs4_client *clp; in nfsd_inject_forget_client_delegations()
7500 struct nfs4_client *clp; in nfsd_inject_forget_delegations()
7522 struct nfs4_client *clp; in nfsd_recall_delegations()
7547 struct nfs4_client *clp; in nfsd_inject_recall_client_delegations()
7569 struct nfs4_client *clp, *next; in nfsd_inject_recall_delegations()
7670 struct nfs4_client *clp = NULL; in nfs4_state_destroy_net()
7675 clp = list_entry(nn->conf_id_hashtbl[i].next, struct nfs4_client, cl_idhash); in nfs4_state_destroy_net()
7684 clp = list_entry(nn->unconf_id_hashtbl[i].next, struct nfs4_client, cl_idhash); in nfs4_state_destroy_net()