Home
last modified time | relevance | path

Searched refs:nfs4_client (Results 1 – 11 of 11) sorted by relevance

/linux/fs/nfsd/
H A Dstate.h86 struct nfs4_client *cb_clp;
149 struct nfs4_client *sc_client;
449 struct nfs4_client *se_client;
522 struct nfs4_client { struct
618 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument
670 struct nfs4_client *so_client;
729 struct nfs4_client *co_client;
888 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab,
890 struct nfsd4_async_copy *nfs4_alloc_copy_stid(struct nfs4_client *clp);
899 extern __be32 nfs4_check_open_reclaim(struct nfs4_client *);
[all …]
H A Dnfs4state.c164 static bool is_client_expired(struct nfs4_client *clp) in is_client_expired()
170 struct nfs4_client *clp) in nfsd4_dec_courtesy_client_count()
176 static __be32 get_client_locked(struct nfs4_client *clp) in get_client_locked()
192 renew_client_locked(struct nfs4_client *clp) in renew_client_locked()
217 static void __put_client_locked(struct nfs4_client *clp, bool renew) in __put_client_locked()
225 static void put_client_renew_locked(struct nfs4_client *clp) in put_client_renew_locked()
235 static void put_client_renew(struct nfs4_client *clp) in put_client_renew()
245 static void put_client_no_renew_locked(struct nfs4_client *clp) in put_client_no_renew_locked()
255 static void put_client_no_renew(struct nfs4_client *clp) in put_client_no_renew()
280 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session_locked()
[all …]
H A Dnfs4callback.c1168 struct nfs4_client *clp = cb->cb_clp; in nfsd4_queue_cb()
1176 struct nfs4_client *clp = cb->cb_clp; in nfsd4_requeue_cb()
1185 static void nfsd41_cb_inflight_begin(struct nfs4_client *clp) in nfsd41_cb_inflight_begin()
1190 static void nfsd41_cb_inflight_end(struct nfs4_client *clp) in nfsd41_cb_inflight_end()
1196 static void nfsd41_cb_inflight_wait_complete(struct nfs4_client *clp) in nfsd41_cb_inflight_wait_complete()
1202 static const struct cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, st… in get_backchannel_cred()
1222 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()
1291 static void nfsd4_mark_cb_state(struct nfs4_client *clp, int newstate) in nfsd4_mark_cb_state()
1299 static void nfsd4_mark_cb_down(struct nfs4_client *clp) in nfsd4_mark_cb_down()
1306 static void nfsd4_mark_cb_fault(struct nfs4_client *clp) in nfsd4_mark_cb_fault()
[all …]
H A Dnfs4recover.c60 void (*create)(struct nfs4_client *);
61 void (*remove)(struct nfs4_client *);
62 int (*check)(struct nfs4_client *);
111 __nfsd4_create_reclaim_record_grace(struct nfs4_client *clp, in __nfsd4_create_reclaim_record_grace()
123 nfsd4_create_clid_dir(struct nfs4_client *clp) in nfsd4_create_clid_dir()
297 nfsd4_remove_clid_dir(struct nfs4_client *clp) in nfsd4_remove_clid_dir()
583 nfsd4_check_legacy_client(struct nfs4_client *clp) in nfsd4_check_legacy_client()
1006 nfsd4_cld_create(struct nfs4_client *clp) in nfsd4_cld_create()
1043 nfsd4_cld_create_v2(struct nfs4_client *clp) in nfsd4_cld_create_v2()
1093 nfsd4_cld_remove(struct nfs4_client *clp) in nfsd4_cld_remove()
[all …]
H A Dnfs4layouts.c164 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_free_layout_stateid()
225 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid()
560 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts()
600 nfsd4_return_all_client_layouts(struct nfs4_client *clp) in nfsd4_return_all_client_layouts()
614 nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
632 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_cb_layout_fail()
800 struct nfs4_client *clp; in nfsd4_layout_fence_worker()
H A Dtrace.h830 const struct nfs4_client *clp,
860 const struct nfs4_client *clp, \
878 const struct nfs4_client *clp,
940 const struct nfs4_client *clp,
1012 const struct nfs4_client *clp,
1041 const struct nfs4_client *clp,
1072 TP_PROTO(const struct nfs4_client *clp),
1101 TP_PROTO(const struct nfs4_client *clp), \
1549 const struct nfs4_client *clp,
1573 TP_PROTO(const struct nfs4_client *clp),
[all …]
H A Dflexfilelayout.c82 struct nfs4_client *clp, struct nfsd4_getdeviceinfo *gdp) in nfsd4_ff_proc_getdeviceinfo()
H A Dxdr4.h185 struct nfs4_client *clp;
762 struct nfs4_client *cp_clp;
973 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
H A Dnfs4proc.c1467 bool nfsd4_has_active_async_copies(struct nfs4_client *clp) in nfsd4_has_active_async_copies()
1490 struct nfs4_client *clp; in nfsd4_async_copy_reaper()
1553 static struct nfsd4_async_copy *nfsd4_unhash_copy(struct nfs4_client *clp) in nfsd4_unhash_copy()
1571 void nfsd4_shutdown_copy(struct nfs4_client *clp) in nfsd4_shutdown_copy()
1607 struct nfs4_client *clp; in nfsd4_cancel_copy_by_sb()
1644 struct nfs4_client *clp = copy->cp_copy.cp_clp; in nfsd4_cancel_copy_by_sb()
2090 struct nfs4_client *clp; in nfsd4_send_cb_offload()
2310 find_async_copy_locked(struct nfs4_client *clp, stateid_t *stateid) in find_async_copy_locked()
2325 find_async_copy(struct nfs4_client *clp, stateid_t *stateid) in find_async_copy()
2353 struct nfs4_client *clp = cstate->clp; in nfsd4_offload_cancel()
[all …]
H A Dnfsd.h59 struct nfs4_client **ntli_lease_breaker;
H A Dnfs4xdr.c4221 struct nfs4_client *clp = dp->dl_stid.sc_client; in setup_notify_fhandle()