• Home
  • Raw
  • Download

Lines Matching defs:clp

139 static bool is_client_expired(struct nfs4_client *clp)  in is_client_expired()
144 static __be32 get_client_locked(struct nfs4_client *clp) in get_client_locked()
158 renew_client_locked(struct nfs4_client *clp) in renew_client_locked()
175 static void put_client_renew_locked(struct nfs4_client *clp) in put_client_renew_locked()
189 static void put_client_renew(struct nfs4_client *clp) in put_client_renew()
217 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session_locked() local
229 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session() local
291 struct nfs4_client *clp = lo->lo_owner.so_client; in remove_blocked_locks() local
372 struct nfs4_client *clp) in find_openstateowner_str_locked()
390 struct nfs4_client *clp) in find_openstateowner_str()
652 alloc_clnt_odstate(struct nfs4_client *clp) in alloc_clnt_odstate()
844 static struct nfs4_ol_stateid * nfs4_alloc_open_stateid(struct nfs4_client *clp) in nfs4_alloc_open_stateid()
939 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_file *fp, in alloc_init_deleg()
983 struct nfs4_client *clp = s->sc_client; in nfs4_put_stid() local
1057 nfs4_delegation_exists(struct nfs4_client *clp, struct nfs4_file *fp) in nfs4_delegation_exists()
1090 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked() local
1143 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation() local
1332 struct nfs4_client *clp = sop->so_client; in nfs4_put_stateowner() local
1401 struct nfs4_client *clp = s->sc_client; in put_ol_stateid_locked() local
1429 struct nfs4_client *clp = stp->st_stid.sc_client; in release_lock_stateid() local
1441 struct nfs4_client *clp = lo->lo_owner.so_client; in unhash_lockowner_locked() local
1510 struct nfs4_client *clp = oo->oo_owner.so_client; in unhash_openowner_locked() local
1538 struct nfs4_client *clp = oo->oo_owner.so_client; in release_openowner() local
1605 struct nfs4_client *clp = ses->se_client; in gen_sessionid() local
1749 struct nfs4_client *clp = c->cn_session->se_client; in nfsd4_conn_lost() local
1782 struct nfs4_client *clp = ses->se_client; in nfsd4_hash_conn() local
1820 struct nfs4_client *clp = s->se_client; in nfsd4_del_conns() local
1850 static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, struct nfs4_client *clp in init_session()
1931 struct nfs4_client *clp = ses->se_client; in unhash_session() local
1964 struct nfs4_client *clp; in alloc_client() local
2007 struct nfs4_client *clp = container_of(c, struct nfs4_client, cl_nfsdfs); in __free_client() local
2018 static void drop_client(struct nfs4_client *clp) in drop_client()
2024 free_client(struct nfs4_client *clp) in free_client()
2045 unhash_client_locked(struct nfs4_client *clp) in unhash_client_locked()
2070 unhash_client(struct nfs4_client *clp) in unhash_client()
2079 static __be32 mark_client_expired_locked(struct nfs4_client *clp) in mark_client_expired_locked()
2088 __destroy_client(struct nfs4_client *clp) in __destroy_client()
2138 destroy_client(struct nfs4_client *clp) in destroy_client()
2144 static void inc_reclaim_complete(struct nfs4_client *clp) in inc_reclaim_complete()
2160 static void expire_client(struct nfs4_client *clp) in expire_client()
2297 static void gen_confirm(struct nfs4_client *clp, struct nfsd_net *nn) in gen_confirm()
2310 static void gen_clid(struct nfs4_client *clp, struct nfsd_net *nn) in gen_clid()
2364 struct nfs4_client *clp; in client_info_show() local
2405 struct nfs4_client *clp = s->private; in states_start() local
2417 struct nfs4_client *clp = s->private; in states_next() local
2431 struct nfs4_client *clp = s->private; in states_stop() local
2628 struct nfs4_client *clp; in client_states_open() local
2646 struct nfs4_client *clp = m->private; in client_opens_release() local
2666 static void force_expire_client(struct nfs4_client *clp) in force_expire_client()
2692 struct nfs4_client *clp; in client_ctl_write() local
2722 struct nfs4_client *clp; in create_client() local
2760 struct nfs4_client *clp; in add_clp_to_name_tree() local
2781 struct nfs4_client *clp; in find_clp_in_name_tree() local
2797 add_to_unconfirmed(struct nfs4_client *clp) in add_to_unconfirmed()
2812 move_to_confirmed(struct nfs4_client *clp) in move_to_confirmed()
2830 struct nfs4_client *clp; in find_client_in_id_table() local
2862 static bool clp_used_exchangeid(struct nfs4_client *clp) in clp_used_exchangeid()
2882 gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_rqst *rqstp) in gen_callback()
3039 static bool client_has_openowners(struct nfs4_client *clp) in client_has_openowners()
3050 static bool client_has_state(struct nfs4_client *clp) in client_has_state()
3061 static __be32 copy_impl_id(struct nfs4_client *clp, in copy_impl_id()
3539 struct nfs4_client *clp = session->se_client; in nfsd4_match_existing_connection() local
3664 struct nfs4_client *clp = ses->se_client; in nfsd4_sequence_check_conn() local
3745 struct nfs4_client *clp; in nfsd4_sequence() local
3884 struct nfs4_client *clp = NULL; in nfsd4_destroy_clientid() local
4210 … void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4_client *clp) in alloc_stateowner()
4231 static void hash_openowner(struct nfs4_openowner *oo, struct nfs4_client *clp, unsigned int strhash… in hash_openowner()
4331 struct nfs4_client *clp = cstate->clp; in alloc_init_open_stateowner() local
4639 struct nfs4_client *clp; in nfsd_breaker_owns_lease() local
4720 struct nfs4_client *clp = NULL; in nfsd4_process_open1() local
4965 static bool nfsd4_cb_channel_good(struct nfs4_client *clp) in nfsd4_cb_channel_good()
4996 nfs4_set_delegation(struct nfs4_client *clp, struct svc_fh *fh, in nfs4_set_delegation()
5108 struct nfs4_client *clp = stp->st_stid.sc_client; in nfs4_open_delegation() local
5320 struct nfs4_client *clp; in nfsd4_renew() local
5399 struct nfs4_client *clp; in nfs4_laundromat() local
5805 struct nfs4_client *clp, in manage_cpntf_state()
6222 struct nfs4_client *clp = s->st_stid.sc_client; in nfsd4_close_open_stateid() local
6440 find_lockowner_str_locked(struct nfs4_client *clp, struct xdr_netobj *owner) in find_lockowner_str_locked()
6458 find_lockowner_str(struct nfs4_client *clp, struct xdr_netobj *owner) in find_lockowner_str()
6493 alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp, in alloc_init_lock_stateowner()
6544 struct nfs4_client *clp = lo->lo_owner.so_client; in init_lock_stateid() local
6594 struct nfs4_client *clp = oo->oo_owner.so_client; in find_or_create_lock_stateid() local
7124 struct nfs4_client *clp; in nfsd4_release_lockowner() local
7364 struct nfs4_client *clp = NULL; in nfs4_state_destroy_net() local