Whamcloud - gitweb
update changelog section
[fs/lustre-release.git] / lustre / obdfilter / filter_internal.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  * GPL HEADER START
5  *
6  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 only,
10  * as published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * General Public License version 2 for more details (a copy is included
16  * in the LICENSE file that accompanied this code).
17  *
18  * You should have received a copy of the GNU General Public License
19  * version 2 along with this program; If not, see
20  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
21  *
22  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
23  * CA 95054 USA or visit www.sun.com if you need additional information or
24  * have any questions.
25  *
26  * GPL HEADER END
27  */
28 /*
29  * Copyright  2008 Sun Microsystems, Inc. All rights reserved
30  * Use is subject to license terms.
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 #ifndef _FILTER_INTERNAL_H
38 #define _FILTER_INTERNAL_H
39
40 #ifdef __KERNEL__
41 # include <linux/spinlock.h>
42 #endif
43 #include <lustre_disk.h>
44 #include <lustre_handles.h>
45 #include <lustre_debug.h>
46 #include <obd.h>
47 #include <lprocfs_status.h>
48
49 #define FILTER_LAYOUT_VERSION "2"
50
51 #define FILTER_INIT_OBJID 0
52
53 #define FILTER_SUBDIR_COUNT      32            /* set to zero for no subdirs */
54 #define FILTER_GROUPS 3 /* must be at least 3; not dynamic yet */
55
56 #define FILTER_ROCOMPAT_SUPP (0)
57
58 #define FILTER_INCOMPAT_SUPP (OBD_INCOMPAT_GROUPS | OBD_INCOMPAT_OST | \
59                               OBD_INCOMPAT_COMMON_LR)
60
61 #define FILTER_GRANT_CHUNK (2ULL * PTLRPC_MAX_BRW_SIZE)
62 #define FILTER_GRANT_SHRINK_LIMIT (16ULL * FILTER_GRANT_CHUNK)
63 #define GRANT_FOR_LLOG(obd) 16
64
65 extern struct file_operations filter_per_export_stats_fops;
66 extern struct file_operations filter_per_nid_stats_fops;
67
68 /* Limit the returned fields marked valid to those that we actually might set */
69 #define FILTER_VALID_FLAGS (OBD_MD_FLTYPE | OBD_MD_FLMODE | OBD_MD_FLGENER  |\
70                             OBD_MD_FLSIZE | OBD_MD_FLBLOCKS | OBD_MD_FLBLKSZ|\
71                             OBD_MD_FLATIME | OBD_MD_FLMTIME | OBD_MD_FLCTIME)
72
73 /* per-client-per-object persistent state (LRU) */
74 struct filter_mod_data {
75         struct list_head fmd_list;      /* linked to fed_mod_list */
76         __u64            fmd_id;        /* object being written to */
77         __u64            fmd_gr;        /* group being written to */
78         __u64            fmd_mactime_xid;/* xid highest {m,a,c}time setattr */
79         unsigned long    fmd_expire;    /* jiffies when it should expire */
80         int              fmd_refcount;  /* reference counter - list holds 1 */
81 };
82
83 #ifdef HAVE_BGL_SUPPORT
84 #define FILTER_FMD_MAX_NUM_DEFAULT 128 /* many active files per client on BGL */
85 #else
86 #define FILTER_FMD_MAX_NUM_DEFAULT  32
87 #endif
88 /* Client cache seconds */
89 #define FILTER_FMD_MAX_AGE_DEFAULT ((obd_timeout + 10) * HZ)
90
91 #ifndef HAVE_PAGE_CONSTANT
92 #define mapping_cap_page_constant_write(mapping) 0
93 #define SetPageConstant(page) do {} while (0)
94 #define ClearPageConstant(page) do {} while (0)
95 #endif
96
97 struct filter_mod_data *filter_fmd_find(struct obd_export *exp,
98                                         obd_id objid, obd_gr group);
99 struct filter_mod_data *filter_fmd_get(struct obd_export *exp,
100                                        obd_id objid, obd_gr group);
101 void filter_fmd_put(struct obd_export *exp, struct filter_mod_data *fmd);
102 void filter_fmd_expire(struct obd_export *exp);
103
104 enum {
105         LPROC_FILTER_READ_BYTES = 0,
106         LPROC_FILTER_WRITE_BYTES = 1,
107         LPROC_FILTER_GET_PAGE = 2,
108         LPROC_FILTER_NO_PAGE = 3,
109         LPROC_FILTER_CACHE_ACCESS = 4,
110         LPROC_FILTER_CACHE_HIT = 5,
111         LPROC_FILTER_CACHE_MISS = 6,
112         LPROC_FILTER_LAST,
113 };
114
115 //#define FILTER_MAX_CACHE_SIZE (32 * 1024 * 1024) /* was OBD_OBJECT_EOF */
116 #define FILTER_MAX_CACHE_SIZE OBD_OBJECT_EOF
117
118 /* We have to pass a 'created' array to fsfilt_map_inode_pages() which we
119  * then ignore.  So we pre-allocate one that everyone can use... */
120 #define OBDFILTER_CREATED_SCRATCHPAD_ENTRIES 1024
121 extern int *obdfilter_created_scratchpad;
122
123 /* filter.c */
124 void f_dput(struct dentry *);
125 struct dentry *filter_fid2dentry(struct obd_device *, struct dentry *dir,
126                                  obd_gr group, obd_id id);
127 struct dentry *__filter_oa2dentry(struct obd_device *obd, struct obdo *oa,
128                                   const char *what, int quiet);
129 #define filter_oa2dentry(obd, oa) __filter_oa2dentry(obd, oa, __FUNCTION__, 0)
130
131 int filter_finish_transno(struct obd_export *, struct inode *,
132                           struct obd_trans_info *, int rc, int force_sync);
133 __u64 filter_next_id(struct filter_obd *, struct obdo *);
134 __u64 filter_last_id(struct filter_obd *, obd_gr group);
135 int filter_update_fidea(struct obd_export *exp, struct inode *inode,
136                         void *handle, struct obdo *oa);
137 int filter_update_server_data(struct obd_device *, struct file *,
138                               struct lr_server_data *, int force_sync);
139 int filter_update_last_objid(struct obd_device *, obd_gr, int force_sync);
140 int filter_common_setup(struct obd_device *, obd_count len, void *buf,
141                         void *option);
142 int filter_destroy(struct obd_export *exp, struct obdo *oa,
143                    struct lov_stripe_md *md, struct obd_trans_info *,
144                    struct obd_export *);
145 int filter_setattr_internal(struct obd_export *exp, struct dentry *dentry,
146                             struct obdo *oa, struct obd_trans_info *oti);
147 int filter_setattr(struct obd_export *exp, struct obd_info *oinfo,
148                    struct obd_trans_info *oti);
149 int filter_recreate(struct obd_device *obd, struct obdo *oa);
150
151 struct dentry *filter_create_object(struct obd_device *obd, struct obdo *oa);
152
153 /* filter_lvb.c */
154 extern struct ldlm_valblock_ops filter_lvbo;
155
156
157 /* filter_io.c */
158 int filter_preprw(int cmd, struct obd_export *, struct obdo *, int objcount,
159                   struct obd_ioobj *, struct niobuf_remote *,
160                   int *, struct niobuf_local *, struct obd_trans_info *);
161 int filter_commitrw(int cmd, struct obd_export *, struct obdo *, int objcount,
162                     struct obd_ioobj *, struct niobuf_remote *,  int,
163                     struct niobuf_local *, struct obd_trans_info *, int rc);
164 int filter_brw(int cmd, struct obd_export *, struct obd_info *oinfo,
165                obd_count oa_bufs, struct brw_page *pga, struct obd_trans_info *);
166 void filter_release_cache(struct obd_device *, struct obd_ioobj *,
167                           struct niobuf_remote *, struct inode *);
168
169 /* filter_io_*.c */
170 struct filter_iobuf;
171 int filter_commitrw_write(struct obd_export *exp, struct obdo *oa, int objcount,
172                           struct obd_ioobj *obj, struct niobuf_remote *, int,
173                           struct niobuf_local *res, struct obd_trans_info *oti,
174                           int rc);
175 obd_size filter_grant_space_left(struct obd_export *exp);
176 long filter_grant(struct obd_export *exp, obd_size current_grant,
177                   obd_size want, obd_size fs_space_left, int conservative);
178 void filter_grant_commit(struct obd_export *exp, int niocount,
179                          struct niobuf_local *res);
180 void filter_grant_incoming(struct obd_export *exp, struct obdo *oa);
181 struct filter_iobuf *filter_alloc_iobuf(struct filter_obd *, int rw,
182                                         int num_pages);
183 void filter_free_iobuf(struct filter_iobuf *iobuf);
184 int filter_iobuf_add_page(struct obd_device *obd, struct filter_iobuf *iobuf,
185                           struct inode *inode, struct page *page);
186 void *filter_iobuf_get(struct filter_obd *filter, struct obd_trans_info *oti);
187 void filter_iobuf_put(struct filter_obd *filter, struct filter_iobuf *iobuf,
188                       struct obd_trans_info *oti);
189 int filter_direct_io(int rw, struct dentry *dchild, struct filter_iobuf *iobuf,
190                      struct obd_export *exp, struct iattr *attr,
191                      struct obd_trans_info *oti, void **wait_handle);
192 int filter_clear_truncated_page(struct inode *inode);
193
194 /* filter_log.c */
195 struct ost_filterdata {
196         __u32  ofd_epoch;
197 };
198 int filter_log_sz_change(struct llog_handle *cathandle,
199                          struct ll_fid *mds_fid,
200                          __u32 io_epoch,
201                          struct llog_cookie *logcookie,
202                          struct inode *inode);
203 //int filter_get_catalog(struct obd_device *);
204 void filter_cancel_cookies_cb(struct obd_device *obd, __u64 transno,
205                               void *cb_data, int error);
206 int filter_recov_log_mds_ost_cb(struct llog_handle *llh,
207                                struct llog_rec_hdr *rec, void *data);
208
209 #ifdef LPROCFS
210 void filter_tally(struct obd_export *exp, struct page **pages, int nr_pages,
211                   unsigned long *blocks, int blocks_per_page, int wr);
212 int lproc_filter_attach_seqstat(struct obd_device *dev);
213 void lprocfs_filter_init_vars(struct lprocfs_static_vars *lvars);
214 #else
215 static inline void filter_tally(struct obd_export *exp, struct page **pages,
216                                 int nr_pages, unsigned long *blocks,
217                                 int blocks_per_page, int wr) {}
218 static inline int lproc_filter_attach_seqstat(struct obd_device *dev) {}
219 static void lprocfs_filter_init_vars(struct lprocfs_static_vars *lvars)
220 {
221         memset(lvars, 0, sizeof(*lvars));
222 }
223 #endif
224
225 /* Quota stuff */
226 extern quota_interface_t *filter_quota_interface_ref;
227
228
229 #endif /* _FILTER_INTERNAL_H */