Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dstate.h68 struct nfs4_client *cb_clp;
104 struct nfs4_client *sc_client;
265 struct nfs4_client *se_client;
312 struct nfs4_client { struct
397 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument
440 struct nfs4_client *so_client;
499 struct nfs4_client *co_client;
645 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab,
658 extern __be32 nfs4_check_open_reclaim(struct nfs4_client *);
659 extern void nfsd4_probe_callback(struct nfs4_client *clp);
[all …]
Dpnfs.h27 struct nfs4_client *clp,
72 void nfsd4_return_all_client_layouts(struct nfs4_client *);
73 void nfsd4_return_all_file_layouts(struct nfs4_client *clp,
78 struct nfs4_client;
85 static inline void nfsd4_return_all_client_layouts(struct nfs4_client *clp) in nfsd4_return_all_client_layouts()
88 static inline void nfsd4_return_all_file_layouts(struct nfs4_client *clp, in nfsd4_return_all_file_layouts()
Dnfs4callback.c47 static void nfsd4_mark_cb_fault(struct nfs4_client *, int reason);
846 static void nfsd41_cb_inflight_begin(struct nfs4_client *clp) in nfsd41_cb_inflight_begin()
851 static void nfsd41_cb_inflight_end(struct nfs4_client *clp) in nfsd41_cb_inflight_end()
858 static void nfsd41_cb_inflight_wait_complete(struct nfs4_client *clp) in nfsd41_cb_inflight_wait_complete()
864 static const struct cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, st… in get_backchannel_cred()
884 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()
949 static void nfsd4_mark_cb_state(struct nfs4_client *clp, int newstate) in nfsd4_mark_cb_state()
957 static void nfsd4_mark_cb_down(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_down()
964 static void nfsd4_mark_cb_fault(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_fault()
973 struct nfs4_client *clp = container_of(calldata, struct nfs4_client, cl_cb_null); in nfsd4_cb_probe_done()
[all …]
Dnfs4state.c141 static bool is_client_expired(struct nfs4_client *clp) in is_client_expired()
146 static __be32 get_client_locked(struct nfs4_client *clp) in get_client_locked()
160 renew_client_locked(struct nfs4_client *clp) in renew_client_locked()
177 static void put_client_renew_locked(struct nfs4_client *clp) in put_client_renew_locked()
191 static void put_client_renew(struct nfs4_client *clp) in put_client_renew()
219 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session_locked()
231 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session()
293 struct nfs4_client *clp = lo->lo_owner.so_client; in remove_blocked_locks()
492 struct nfs4_client *clp) in find_openstateowner_str_locked()
510 struct nfs4_client *clp) in find_openstateowner_str()
[all …]
Dnfs4recover.c58 void (*create)(struct nfs4_client *);
59 void (*remove)(struct nfs4_client *);
60 int (*check)(struct nfs4_client *);
151 legacy_recdir_name_error(struct nfs4_client *clp, int error) in legacy_recdir_name_error()
169 __nfsd4_create_reclaim_record_grace(struct nfs4_client *clp, in __nfsd4_create_reclaim_record_grace()
192 nfsd4_create_clid_dir(struct nfs4_client *clp) in nfsd4_create_clid_dir()
385 nfsd4_remove_clid_dir(struct nfs4_client *clp) in nfsd4_remove_clid_dir()
675 nfsd4_check_legacy_client(struct nfs4_client *clp) in nfsd4_check_legacy_client()
1094 nfsd4_cld_create(struct nfs4_client *clp) in nfsd4_cld_create()
1131 nfsd4_cld_create_v2(struct nfs4_client *clp) in nfsd4_cld_create_v2()
[all …]
Dblocklayout.c170 struct nfs4_client *clp, in nfsd4_block_proc_getdeviceinfo()
323 static u64 nfsd4_scsi_pr_key(struct nfs4_client *clp) in nfsd4_scsi_pr_key()
330 struct nfs4_client *clp, in nfsd4_block_get_device_info_scsi()
382 struct nfs4_client *clp, in nfsd4_scsi_proc_getdeviceinfo()
407 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_scsi_fence_client()
Dtrace.h542 const struct nfs4_client *clp,
570 const struct nfs4_client *clp,
601 TP_PROTO(const struct nfs4_client *clp),
630 TP_PROTO(const struct nfs4_client *clp), \
837 const struct nfs4_client *clp,
862 TP_PROTO(const struct nfs4_client *clp),
883 TP_PROTO(const struct nfs4_client *clp),
905 TP_PROTO(const struct nfs4_client *clp), \
930 TP_PROTO(const struct nfs4_client *clp,
957 const struct nfs4_client *clp,
[all …]
Dnfs4layouts.c158 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_free_layout_stateid()
215 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid()
537 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts()
577 nfsd4_return_all_client_layouts(struct nfs4_client *clp) in nfsd4_return_all_client_layouts()
591 nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
609 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_cb_layout_fail()
Dflexfilelayout.c81 struct nfs4_client *clp, struct nfsd4_getdeviceinfo *gdp) in nfsd4_ff_proc_getdeviceinfo()
Dxdr4.h57 struct nfs4_client *clp;
555 struct nfs4_client *cp_clp;
758 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
Dnfs4proc.c1143 static struct nfsd4_copy *nfsd4_get_copy(struct nfs4_client *clp) in nfsd4_get_copy()
1157 void nfsd4_shutdown_copy(struct nfs4_client *clp) in nfsd4_shutdown_copy()
1714 find_async_copy(struct nfs4_client *clp, stateid_t *stateid) in find_async_copy()
1737 struct nfs4_client *clp = cstate->clp; in nfsd4_offload_cancel()
1759 struct nfs4_client *clp = cstate->clp; in nfsd4_copy_notify()
1824 struct nfs4_client *clp = cstate->clp; in nfsd4_offload_status()