Whamcloud - gitweb
LU-1347 build: remove the vim/emacs modelines
[fs/lustre-release.git] / lustre / ptlrpc / ptlrpc_internal.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  *
30  * Copyright (c) 2011, 2012, Whamcloud, Inc.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  */
36
37 /* Intramodule declarations for ptlrpc. */
38
39 #ifndef PTLRPC_INTERNAL_H
40 #define PTLRPC_INTERNAL_H
41
42 #include "../ldlm/ldlm_internal.h"
43
44 struct ldlm_namespace;
45 struct obd_import;
46 struct ldlm_res_id;
47 struct ptlrpc_request_set;
48 extern int test_req_buffer_pressure;
49
50 /* ptlrpcd.c */
51 int ptlrpcd_start(int index, int max, const char *name, struct ptlrpcd_ctl *pc);
52
53 /* client.c */
54 struct ptlrpc_bulk_desc *new_bulk(int npages, int type, int portal);
55 void ptlrpc_init_xid(void);
56
57 /* events.c */
58 int ptlrpc_init_portals(void);
59 void ptlrpc_exit_portals(void);
60
61 void ptlrpc_request_handle_notconn(struct ptlrpc_request *);
62 void lustre_assert_wire_constants(void);
63 int ptlrpc_import_in_recovery(struct obd_import *imp);
64 int ptlrpc_set_import_discon(struct obd_import *imp, __u32 conn_cnt);
65 void ptlrpc_handle_failed_import(struct obd_import *imp);
66 int ptlrpc_replay_next(struct obd_import *imp, int *inflight);
67 void ptlrpc_initiate_recovery(struct obd_import *imp);
68
69 int lustre_unpack_req_ptlrpc_body(struct ptlrpc_request *req, int offset);
70 int lustre_unpack_rep_ptlrpc_body(struct ptlrpc_request *req, int offset);
71
72 #ifdef LPROCFS
73 void ptlrpc_lprocfs_register_service(struct proc_dir_entry *proc_entry,
74                                      struct ptlrpc_service *svc);
75 void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc);
76 void ptlrpc_lprocfs_rpc_sent(struct ptlrpc_request *req, long amount);
77 void ptlrpc_lprocfs_do_request_stat (struct ptlrpc_request *req,
78                                      long q_usec, long work_usec);
79 #else
80 #define ptlrpc_lprocfs_register_service(params...) do{}while(0)
81 #define ptlrpc_lprocfs_unregister_service(params...) do{}while(0)
82 #define ptlrpc_lprocfs_rpc_sent(params...) do{}while(0)
83 #define ptlrpc_lprocfs_do_request_stat(params...) do{}while(0)
84 #endif /* LPROCFS */
85
86 /* recovd_thread.c */
87
88 int ptlrpc_expire_one_request(struct ptlrpc_request *req, int async_unlink);
89
90 /* pers.c */
91 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc);
92 void ptlrpc_add_bulk_page(struct ptlrpc_bulk_desc *desc, cfs_page_t *page,
93                           int pageoffset, int len);
94
95 /* pack_generic.c */
96 struct ptlrpc_reply_state *lustre_get_emerg_rs(struct ptlrpc_service *svc);
97 void lustre_put_emerg_rs(struct ptlrpc_reply_state *rs);
98
99 /* pinger.c */
100 int ptlrpc_start_pinger(void);
101 int ptlrpc_stop_pinger(void);
102 void ptlrpc_pinger_sending_on_import(struct obd_import *imp);
103 void ptlrpc_pinger_commit_expected(struct obd_import *imp);
104 void ptlrpc_pinger_wake_up(void);
105 void ptlrpc_ping_import_soon(struct obd_import *imp);
106 #ifdef __KERNEL__
107 int ping_evictor_wake(struct obd_export *exp);
108 #else
109 #define ping_evictor_wake(exp)     1
110 #endif
111
112 /* sec_null.c */
113 int  sptlrpc_null_init(void);
114 void sptlrpc_null_fini(void);
115
116 /* sec_plain.c */
117 int  sptlrpc_plain_init(void);
118 void sptlrpc_plain_fini(void);
119
120 /* sec_bulk.c */
121 int  sptlrpc_enc_pool_init(void);
122 void sptlrpc_enc_pool_fini(void);
123 int sptlrpc_proc_read_enc_pool(char *page, char **start, off_t off, int count,
124                                int *eof, void *data);
125
126 /* sec_lproc.c */
127 int  sptlrpc_lproc_init(void);
128 void sptlrpc_lproc_fini(void);
129
130 /* sec_gc.c */
131 int sptlrpc_gc_init(void);
132 void sptlrpc_gc_fini(void);
133
134 /* sec_config.c */
135 void sptlrpc_conf_choose_flavor(enum lustre_sec_part from,
136                                 enum lustre_sec_part to,
137                                 struct obd_uuid *target,
138                                 lnet_nid_t nid,
139                                 struct sptlrpc_flavor *sf);
140 int  sptlrpc_conf_init(void);
141 void sptlrpc_conf_fini(void);
142
143 /* sec.c */
144 int  sptlrpc_init(void);
145 void sptlrpc_fini(void);
146
147 /* recov_thread.c */
148 int llog_recov_init(void);
149 void llog_recov_fini(void);
150
151 static inline int ll_rpc_recoverable_error(int rc)
152 {
153         return (rc == -ENOTCONN || rc == -ENODEV);
154 }
155
156 static inline void ptlrpc_reqset_put(struct ptlrpc_request_set *set)
157 {
158         if (cfs_atomic_dec_and_test(&set->set_refcount))
159                 OBD_FREE_PTR(set);
160 }
161 #endif /* PTLRPC_INTERNAL_H */