/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 71 int nfs4_init_clientid(struct nfs_client *clp, struct rpc_cred *cred) in nfs4_init_clientid() 116 int nfs40_discover_server_trunking(struct nfs_client *clp, in nfs40_discover_server_trunking() 148 struct rpc_cred *nfs4_get_machine_cred_locked(struct nfs_client *clp) in nfs4_get_machine_cred_locked() 157 static void nfs4_root_machine_cred(struct nfs_client *clp) in nfs4_root_machine_cred() 196 struct rpc_cred *nfs4_get_renew_cred_locked(struct nfs_client *clp) in nfs4_get_renew_cred_locked() 227 static void nfs4_end_drain_session(struct nfs_client *clp) in nfs4_end_drain_session() 255 static int nfs4_begin_drain_session(struct nfs_client *clp) in nfs4_begin_drain_session() 273 static int nfs41_setup_state_renewal(struct nfs_client *clp) in nfs41_setup_state_renewal() 297 static void nfs41_finish_session_reset(struct nfs_client *clp) in nfs41_finish_session_reset() 306 int nfs41_init_clientid(struct nfs_client *clp, struct rpc_cred *cred) in nfs41_init_clientid() [all …]
|
D | client.c | 153 struct nfs_client *clp; in nfs_alloc_client() local 210 static void nfs_cb_idr_remove_locked(struct nfs_client *clp) in nfs_cb_idr_remove_locked() 228 static void nfs_cb_idr_remove_locked(struct nfs_client *clp) in nfs_cb_idr_remove_locked() 241 void nfs_free_client(struct nfs_client *clp) in nfs_free_client() 267 void nfs_put_client(struct nfs_client *clp) in nfs_put_client() 295 struct nfs_client *clp; in nfs_match_client() local 324 static bool nfs_client_init_is_complete(const struct nfs_client *clp) in nfs_client_init_is_complete() 329 int nfs_wait_client_init_complete(const struct nfs_client *clp) in nfs_wait_client_init_complete() 341 struct nfs_client *clp) in nfs_found_client() 374 struct nfs_client *clp, *new = NULL; in nfs_get_client() local [all …]
|
D | nfs4client.c | 27 static int nfs_get_cb_ident_idr(struct nfs_client *clp, int minorversion) in nfs_get_cb_ident_idr() 145 nfs4_shutdown_ds_clients(struct nfs_client *clp) in nfs4_shutdown_ds_clients() 159 void nfs41_shutdown_client(struct nfs_client *clp) in nfs41_shutdown_client() 170 void nfs40_shutdown_client(struct nfs_client *clp) in nfs40_shutdown_client() 181 struct nfs_client *clp = nfs_alloc_client(cl_init); in nfs4_alloc_client() local 212 static void nfs4_destroy_callback(struct nfs_client *clp) in nfs4_destroy_callback() 218 static void nfs4_shutdown_client(struct nfs_client *clp) in nfs4_shutdown_client() 234 void nfs4_free_client(struct nfs_client *clp) in nfs4_free_client() 243 static int nfs4_init_callback(struct nfs_client *clp) in nfs4_init_callback() 273 int nfs40_init_client(struct nfs_client *clp) in nfs40_init_client() [all …]
|
D | delegation.c | 252 struct nfs_client *clp) in nfs_abort_delegation_return() 265 struct nfs_client *clp) in nfs_detach_delegation_locked() 287 struct nfs_client *clp = server->nfs_client; in nfs_detach_delegation() local 330 struct nfs_client *clp = server->nfs_client; in nfs_inode_set_delegation() local 406 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client; in nfs_end_delegation_return() local 468 int nfs_client_return_marked_delegations(struct nfs_client *clp) in nfs_client_return_marked_delegations() 571 static void nfs_client_mark_return_all_delegations(struct nfs_client *clp) in nfs_client_mark_return_all_delegations() 581 static void nfs_delegation_run_state_manager(struct nfs_client *clp) in nfs_delegation_run_state_manager() 592 void nfs_expire_all_delegations(struct nfs_client *clp) in nfs_expire_all_delegations() 605 struct nfs_client *clp = server->nfs_client; in nfs_server_return_all_delegations() local [all …]
|
D | callback_proc.c | 117 static struct pnfs_layout_hdr * get_layout_by_fh_locked(struct nfs_client *clp, in get_layout_by_fh_locked() 149 static struct pnfs_layout_hdr * get_layout_by_fh(struct nfs_client *clp, in get_layout_by_fh() 163 static u32 initiate_file_draining(struct nfs_client *clp, in initiate_file_draining() 205 static u32 initiate_bulk_draining(struct nfs_client *clp, in initiate_bulk_draining() 219 static u32 do_callback_layoutrecall(struct nfs_client *clp, in do_callback_layoutrecall() 250 static void pnfs_recall_all_layouts(struct nfs_client *clp) in pnfs_recall_all_layouts() 266 struct nfs_client *clp = cps->clp; in nfs4_callback_devicenotify() local 367 static bool referring_call_exists(struct nfs_client *clp, in referring_call_exists() 423 struct nfs_client *clp; in nfs4_callback_sequence() local
|
D | nfs4renewd.c | 58 struct nfs_client *clp = in nfs4_renew_state() local 117 nfs4_schedule_state_renewal(struct nfs_client *clp) in nfs4_schedule_state_renewal() 134 nfs4_kill_renewd(struct nfs_client *clp) in nfs4_kill_renewd()
|
D | nfs4session.h | 68 struct nfs_client *clp; member 108 static inline int nfs4_has_session(const struct nfs_client *clp) in nfs4_has_session() 115 static inline int nfs4_has_persistent_session(const struct nfs_client *clp) in nfs4_has_persistent_session() 140 static inline int nfs4_init_session(struct nfs_client *clp) in nfs4_init_session() 148 static inline int nfs4_has_session(const struct nfs_client *clp) in nfs4_has_session() 153 static inline int nfs4_has_persistent_session(const struct nfs_client *clp) in nfs4_has_persistent_session()
|
D | pnfs_dev.c | 79 const struct nfs_client *clp, const struct nfs4_deviceid *id, in _lookup_deviceid() 227 const struct nfs_client *clp, const struct nfs4_deviceid *id) in nfs4_delete_deviceid() 312 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client() 339 nfs4_deviceid_purge_client(const struct nfs_client *clp) in nfs4_deviceid_purge_client() 353 nfs4_deviceid_mark_client_invalid(struct nfs_client *clp) in nfs4_deviceid_mark_client_invalid()
|
D | nfs4_fs.h | 281 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client() 288 is_ds_client(struct nfs_client *clp) in is_ds_client() 294 _nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in _nfs4_state_protect() 326 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_mode, in nfs4_state_protect() 338 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write() 352 is_ds_only_client(struct nfs_client *clp) in is_ds_only_client() 358 is_ds_client(struct nfs_client *clp) in is_ds_client() 364 nfs4_state_protect(struct nfs_client *clp, unsigned long sp4_flags, in nfs4_state_protect() 370 nfs4_state_protect_write(struct nfs_client *clp, struct rpc_clnt **clntp, in nfs4_state_protect_write()
|
D | nfs4session.c | 466 struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp) in nfs4_alloc_session() 515 static int nfs41_check_session_ready(struct nfs_client *clp) in nfs41_check_session_ready() 530 int nfs4_init_session(struct nfs_client *clp) in nfs4_init_session() 539 int nfs4_init_ds_session(struct nfs_client *clp, unsigned long lease_time) in nfs4_init_ds_session()
|
D | nfs4proc.c | 350 struct nfs_client *clp = server->nfs_client; in nfs4_do_handle_exception() local 448 struct nfs_client *clp = server->nfs_client; in nfs4_handle_exception() local 473 struct nfs_client *clp = server->nfs_client; in nfs4_async_handle_exception() local 522 static bool _nfs4_is_integrity_protected(struct nfs_client *clp) in _nfs4_is_integrity_protected() 533 static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) in do_renew_lease() 543 struct nfs_client *clp = server->nfs_client; in renew_lease() local 669 struct nfs_client *clp; in nfs41_sequence_done() local 932 struct nfs_client *clp = server->nfs_client; in nfs4_call_sync_sequence() local 1281 struct nfs_client *clp = state->owner->so_server->nfs_client; in nfs_test_and_clear_all_open_stateid() local 1525 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client; in nfs4_opendata_check_deleg() local [all …]
|
D | fscache.c | 37 void nfs_fscache_get_client_cookie(struct nfs_client *clp) in nfs_fscache_get_client_cookie() 50 void nfs_fscache_release_client_cookie(struct nfs_client *clp) in nfs_fscache_release_client_cookie()
|
D | nfs3client.c | 92 struct nfs_client *clp; in nfs3_set_ds_client() local
|
D | fscache.h | 183 static inline void nfs_fscache_get_client_cookie(struct nfs_client *clp) {} in nfs_fscache_get_client_cookie() 184 static inline void nfs_fscache_release_client_cookie(struct nfs_client *clp) {} in nfs_fscache_release_client_cookie()
|
D | pnfs.c | 220 struct nfs_client *clp = server->nfs_client; in pnfs_free_layout_hdr() local 650 pnfs_layout_bulk_destroy_byserver_locked(struct nfs_client *clp, in pnfs_layout_bulk_destroy_byserver_locked() 713 pnfs_destroy_layouts_byfsid(struct nfs_client *clp, in pnfs_destroy_layouts_byfsid() 740 pnfs_destroy_layouts_byclid(struct nfs_client *clp, in pnfs_destroy_layouts_byclid() 768 pnfs_destroy_all_layouts(struct nfs_client *clp) in pnfs_destroy_all_layouts() 1518 struct nfs_client *clp = server->nfs_client; in pnfs_update_layout() local
|
D | pnfs_nfs.c | 598 struct nfs_client *clp = ERR_PTR(-EIO); in _nfs4_pnfs_v3_ds_connect() local 639 struct nfs_client *clp = ERR_PTR(-EIO); in _nfs4_pnfs_v4_ds_connect() local
|
D | fscache-index.c | 71 const struct nfs_client *clp = cookie_netfs_data; in nfs_server_get_key() local
|
D | callback.c | 394 check_gss_callback_principal(struct nfs_client *clp, struct svc_rqst *rqstp) in check_gss_callback_principal()
|
D | nfs4idmap.c | 443 nfs_idmap_new(struct nfs_client *clp) in nfs_idmap_new() 481 nfs_idmap_delete(struct nfs_client *clp) in nfs_idmap_delete()
|
D | callback.h | 42 struct nfs_client *clp; member
|
D | super.c | 605 struct nfs_client *clp = nfss->nfs_client; in nfs_show_nfsv4_options() local 648 struct nfs_client *clp = nfss->nfs_client; in nfs_show_mount_options() local
|
D | pnfs.h | 576 static inline void pnfs_destroy_all_layouts(struct nfs_client *clp) in pnfs_destroy_all_layouts()
|
D | nfs4xdr.c | 1812 struct nfs_client *clp = args->client; in encode_create_session() local 2612 struct nfs_client *clp) in nfs4_xdr_enc_renew() 2815 struct nfs_client *clp) in nfs4_xdr_enc_destroy_clientid() 3105 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 116 static bool is_client_expired(struct nfs4_client *clp) in is_client_expired() 121 static __be32 get_client_locked(struct nfs4_client *clp) in get_client_locked() 135 renew_client_locked(struct nfs4_client *clp) in renew_client_locked() 155 static void put_client_renew_locked(struct nfs4_client *clp) in put_client_renew_locked() 167 static void put_client_renew(struct nfs4_client *clp) in put_client_renew() 193 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session_locked() local 205 struct nfs4_client *clp = ses->se_client; in nfsd4_put_session() local 229 struct nfs4_client *clp) in find_openstateowner_str_locked() 247 struct nfs4_client *clp) in find_openstateowner_str() 484 alloc_clnt_odstate(struct nfs4_client *clp) in alloc_clnt_odstate() [all …]
|
D | nfs4callback.c | 699 static struct rpc_cred *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, stru… in get_backchannel_cred() 729 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client() 787 static void warn_no_callback_path(struct nfs4_client *clp, int reason) in warn_no_callback_path() 793 static void nfsd4_mark_cb_down(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_down() 799 static void nfsd4_mark_cb_fault(struct nfs4_client *clp, int reason) in nfsd4_mark_cb_fault() 807 struct nfs4_client *clp = container_of(calldata, struct nfs4_client, cl_cb_null); in nfsd4_cb_probe_done() local 827 void nfsd4_probe_callback(struct nfs4_client *clp) in nfsd4_probe_callback() 834 void nfsd4_probe_callback_sync(struct nfs4_client *clp) in nfsd4_probe_callback_sync() 840 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback() 853 static bool nfsd41_cb_get_slot(struct nfs4_client *clp, struct rpc_task *task) in nfsd41_cb_get_slot() [all …]
|
D | nfs4recover.c | 149 legacy_recdir_name_error(struct nfs4_client *clp, int error) in legacy_recdir_name_error() 167 nfsd4_create_clid_dir(struct nfs4_client *clp) in nfsd4_create_clid_dir() 343 nfsd4_remove_clid_dir(struct nfs4_client *clp) in nfsd4_remove_clid_dir() 606 nfsd4_check_legacy_client(struct nfs4_client *clp) in nfsd4_check_legacy_client() 921 nfsd4_cld_create(struct nfs4_client *clp) in nfsd4_cld_create() 958 nfsd4_cld_remove(struct nfs4_client *clp) in nfsd4_cld_remove() 995 nfsd4_cld_check(struct nfs4_client *clp) in nfsd4_cld_check() 1142 nfsd4_cltrack_client_has_session(struct nfs4_client *clp) in nfsd4_cltrack_client_has_session() 1272 nfsd4_cltrack_upcall_lock(struct nfs4_client *clp) in nfsd4_cltrack_upcall_lock() 1279 nfsd4_cltrack_upcall_unlock(struct nfs4_client *clp) in nfsd4_cltrack_upcall_unlock() [all …]
|
D | nfs4layouts.c | 134 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_free_layout_stateid() local 187 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid() local 508 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts() local 548 nfsd4_return_all_client_layouts(struct nfs4_client *clp) in nfsd4_return_all_client_layouts() 562 nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct nfs4_file *fp) in nfsd4_return_all_file_layouts() 580 struct nfs4_client *clp = ls->ls_stid.sc_client; in nfsd4_cb_layout_fail() local
|
D | pnfs.h | 71 static inline void nfsd4_return_all_client_layouts(struct nfs4_client *clp) in nfsd4_return_all_client_layouts() 74 static inline void nfsd4_return_all_file_layouts(struct nfs4_client *clp, in nfsd4_return_all_file_layouts()
|
D | export.c | 803 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() 826 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name() 852 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent() 876 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh() 921 struct auth_domain *clp, int fsid_type, in exp_find()
|
D | nfs4idmap.c | 516 struct auth_domain *clp; in rqst_authname() local
|
D | xdr4.h | 57 struct nfs4_client *clp; member
|
/linux-4.4.14/include/net/ |
D | pkt_cls.h | 21 __cls_set_class(unsigned long *clp, unsigned long cl) in __cls_set_class() 27 cls_set_class(struct tcf_proto *tp, unsigned long *clp, in cls_set_class()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 507 struct pvr2_sysfs_class *clp; in pvr2_sysfs_class_release() local 789 struct pvr2_sysfs_class *clp; in pvr2_sysfs_class_create() local 807 void pvr2_sysfs_class_destroy(struct pvr2_sysfs_class *clp) in pvr2_sysfs_class_destroy()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 232 struct cl_page *clp; in ll_direct_rw_pages() local
|
D | vvp_page.c | 501 struct cl_page *clp = slice->cpl_page; in vvp_transient_page_fini() local
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 964 struct nfs_client *clp, in ff_layout_async_handle_error_v4() 1111 struct nfs_client *clp, in ff_layout_async_handle_error()
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 124 struct nfs_client *clp, in filelayout_async_handle_error()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1159 struct cl_page *clp; in cl_echo_async_brw() local 1183 struct cl_page *clp; in cl_echo_object_brw() local
|
/linux-4.4.14/net/sched/ |
D | sch_htb.c | 795 struct htb_prio *clp; in htb_lookup_leaf() local
|
D | sch_cbq.c | 1124 struct cbq_class *cl, **clp; in cbq_unlink_class() local
|
/linux-4.4.14/drivers/atm/ |
D | he.c | 2541 int clp, pti; in he_send() local
|
D | nicstar.h | 236 #define ns_tbd_mkword_4(gfc, vpi, vci, pt, clp) \ argument
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 316 struct nfs_client *clp; member
|