Searched refs:nfs4_client (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | pnfs.h | 27 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()
|
D | state.h | 66 struct nfs4_client *cb_clp; 101 struct nfs4_client *sc_client; 251 struct nfs4_client *se_client; 298 struct nfs4_client { struct 368 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument 410 struct nfs4_client *so_client; 469 struct nfs4_client *co_client; 610 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab, 621 extern void nfsd4_probe_callback(struct nfs4_client *clp); 622 extern void nfsd4_probe_callback_sync(struct nfs4_client *clp); [all …]
|
D | nfs4callback.c | 45 static void nfsd4_mark_cb_fault(struct nfs4_client *, int reason); 749 static struct rpc_cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, stru… in get_backchannel_cred() 770 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client() 830 static void warn_no_callback_path(struct nfs4_client *clp, int reason) in warn_no_callback_path() 836 static void nfsd4_mark_cb_down(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_down() 844 static void nfsd4_mark_cb_fault(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_fault() 854 struct nfs4_client *clp = container_of(calldata, struct nfs4_client, cl_cb_null); in nfsd4_cb_probe_done() 874 void nfsd4_probe_callback(struct nfs4_client *clp) in nfsd4_probe_callback() 881 void nfsd4_probe_callback_sync(struct nfs4_client *clp) in nfsd4_probe_callback_sync() 887 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback() [all …]
|
D | nfs4state.c | 127 static bool is_client_expired(struct nfs4_client *clp) in is_client_expired() 132 static __be32 get_client_locked(struct nfs4_client *clp) in get_client_locked() 146 renew_client_locked(struct nfs4_client *clp) in renew_client_locked() 166 static void put_client_renew_locked(struct nfs4_client *clp) in put_client_renew_locked() 178 static void put_client_renew(struct nfs4_client *clp) in put_client_renew() 204 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session_locked() 216 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session() 277 struct nfs4_client *clp = lo->lo_owner.so_client; in remove_blocked_locks() 350 struct nfs4_client *clp) in find_openstateowner_str_locked() 368 struct nfs4_client *clp) in find_openstateowner_str() [all …]
|
D | nfs4recover.c | 58 void (*create)(struct nfs4_client *); 59 void (*remove)(struct nfs4_client *); 60 int (*check)(struct nfs4_client *); 155 legacy_recdir_name_error(struct nfs4_client *clp, int error) in legacy_recdir_name_error() 173 nfsd4_create_clid_dir(struct nfs4_client *clp) in nfsd4_create_clid_dir() 349 nfsd4_remove_clid_dir(struct nfs4_client *clp) in nfsd4_remove_clid_dir() 613 nfsd4_check_legacy_client(struct nfs4_client *clp) in nfsd4_check_legacy_client() 923 nfsd4_cld_create(struct nfs4_client *clp) in nfsd4_cld_create() 960 nfsd4_cld_remove(struct nfs4_client *clp) in nfsd4_cld_remove() 997 nfsd4_cld_check(struct nfs4_client *clp) in nfsd4_cld_check() [all …]
|
D | blocklayout.c | 171 struct nfs4_client *clp, in nfsd4_block_proc_getdeviceinfo() 324 static u64 nfsd4_scsi_pr_key(struct nfs4_client *clp) in nfsd4_scsi_pr_key() 331 struct nfs4_client *clp, in nfsd4_block_get_device_info_scsi() 383 struct nfs4_client *clp, in nfsd4_scsi_proc_getdeviceinfo() 408 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_scsi_fence_client()
|
D | nfs4layouts.c | 158 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()
|
D | flexfilelayout.c | 81 struct nfs4_client *clp, struct nfsd4_getdeviceinfo *gdp) in nfsd4_ff_proc_getdeviceinfo()
|
D | xdr4.h | 57 struct nfs4_client *clp; 701 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
|