Whamcloud - gitweb
- landing of b_fid after merge with b_hd_cleanup_merge.
[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  * Copyright (C) 2003 Cluster File Systems, Inc.
5  *
6  * This code is issued under the GNU General Public License.
7  * See the file COPYING in this distribution
8  */
9
10 #ifndef _FILTER_INTERNAL_H
11 #define _FILTER_INTERNAL_H
12
13 #ifdef __KERNEL__
14 # include <linux/spinlock.h>
15 #endif
16 #include <linux/lustre_handles.h>
17 #include <linux/obd.h>
18
19 #ifndef OBD_FILTER_DEVICENAME
20 # define OBD_FILTER_DEVICENAME "obdfilter"
21 #endif
22
23 #ifndef OBD_FILTER_SAN_DEVICENAME
24 # define OBD_FILTER_SAN_DEVICENAME "sanobdfilter"
25 #endif
26
27 #define LAST_RCVD "last_rcvd"
28 #define FILTER_INIT_OBJID 0
29
30 #define FILTER_LR_SERVER_SIZE    512
31
32 #define FILTER_LR_CLIENT_START   8192
33 #define FILTER_LR_CLIENT_SIZE    128
34
35 /* This limit is arbitrary, but for now we fit it in 1 page (32k clients) */
36 #define FILTER_LR_MAX_CLIENTS (PAGE_SIZE * 8)
37 #define FILTER_LR_MAX_CLIENT_WORDS (FILTER_LR_MAX_CLIENTS/sizeof(unsigned long))
38
39 #define FILTER_RECOVERY_TIMEOUT (obd_timeout * 5 * HZ / 2) /* *waves hands* */
40
41 #define FILTER_ROCOMPAT_SUPP   (0)
42
43 #define FILTER_INCOMPAT_GROUPS 0x00000001
44 #define FILTER_INCOMPAT_SUPP   (FILTER_INCOMPAT_GROUPS)
45
46 #define FILTER_GRANT_CHUNK (2ULL*1024*1024)
47
48 /* Data stored per server at the head of the last_rcvd file.  In le32 order.
49  * Try to keep this the same as mds_server_data so we might one day merge. */
50 struct filter_server_data {
51         __u8  fsd_uuid[40];        /* server UUID */
52         __u64 fsd_unused;          /* was fsd_last_objid - don't use for now */
53         __u64 fsd_last_transno;    /* last completed transaction ID */
54         __u64 fsd_mount_count;     /* FILTER incarnation number */
55         __u32 fsd_feature_compat;  /* compatible feature flags */
56         __u32 fsd_feature_rocompat;/* read-only compatible feature flags */
57         __u32 fsd_feature_incompat;/* incompatible feature flags */
58         __u32 fsd_server_size;     /* size of server data area */
59         __u32 fsd_client_start;    /* start of per-client data area */
60         __u16 fsd_client_size;     /* size of per-client data area */
61         __u16 fsd_subdir_count;    /* number of subdirectories for objects */
62         __u64 fsd_catalog_oid;     /* recovery catalog object id */
63         __u32 fsd_catalog_ogen;    /* recovery catalog inode generation */
64         __u8  fsd_peeruuid[40];    /* UUID of MDS associated with this OST */
65         __u8  fsd_padding[FILTER_LR_SERVER_SIZE - 140];
66 };
67
68 /* Data stored per client in the last_rcvd file.  In le32 order. */
69 struct filter_client_data {
70         __u8  fcd_uuid[40];        /* client UUID */
71         __u64 fcd_last_rcvd;       /* last completed transaction ID */
72         __u64 fcd_last_xid;        /* client RPC xid for the last transaction */
73         __u32 fcd_group;           /* client group num*/
74         __u8  fcd_padding[FILTER_LR_CLIENT_SIZE - 60];
75 };
76
77 #define FILTER_DENTRY_MAGIC 0x9efba101
78 #define FILTER_FLAG_DESTROY 0x0001      /* destroy dentry on last file close */
79
80 /* Limit the returned fields marked valid to those that we actually might set */
81 #define FILTER_VALID_FLAGS (OBD_MD_FLTYPE | OBD_MD_FLMODE | OBD_MD_FLGENER  |\
82                             OBD_MD_FLSIZE | OBD_MD_FLBLOCKS | OBD_MD_FLBLKSZ|\
83                             OBD_MD_FLATIME | OBD_MD_FLMTIME | OBD_MD_FLCTIME)
84
85 enum {
86         LPROC_FILTER_READ_BYTES = 0,
87         LPROC_FILTER_WRITE_BYTES = 1,
88         LPROC_FILTER_LAST,
89 };
90
91 #define FILTER_MAX_CACHE_SIZE (32 * 1024 * 1024) /* was OBD_OBJECT_EOF */
92
93 /* filter.c */
94 void f_dput(struct dentry *);
95 struct dentry *filter_id2dentry(struct obd_device *, struct dentry *dir,
96                                 obd_gr group, obd_id id);
97 struct dentry *__filter_oa2dentry(struct obd_device *obd, struct obdo *oa,
98                                   const char *what);
99 #define filter_oa2dentry(obd, oa) __filter_oa2dentry(obd, oa, __FUNCTION__)
100
101 int filter_finish_transno(struct obd_export *, struct obd_trans_info *, int rc);
102 __u64 filter_next_id(struct filter_obd *, int group);
103 __u64 filter_last_id(struct filter_obd *, int group);
104 int filter_update_server_data(struct obd_device *, struct file *,
105                               struct filter_server_data *, int force_sync);
106 int filter_update_last_objid(struct obd_device *, obd_gr, int force_sync);
107 int filter_common_setup(struct obd_device *, obd_count len, void *buf,
108                         char *option);
109
110 /* filter_lvb.c */
111 extern struct ldlm_valblock_ops filter_lvbo;
112
113
114 /* filter_io.c */
115 int filter_preprw(int cmd, struct obd_export *, struct obdo *, int objcount,
116                   struct obd_ioobj *, int niocount, struct niobuf_remote *,
117                   struct niobuf_local *, struct obd_trans_info *);
118 int filter_commitrw(int cmd, struct obd_export *, struct obdo *, int objcount,
119                     struct obd_ioobj *, int niocount, struct niobuf_local *,
120                     struct obd_trans_info *, int rc);
121 int filter_write_extents(struct obd_export *exp, struct obd_ioobj *obj,
122                          int objcount, int niocount,struct niobuf_local *local, 
123                          int rc);
124 int filter_do_cow(struct obd_export *exp, struct obd_ioobj *obj,
125                   int nioo, struct niobuf_remote *rnb);
126 int filter_brw(int cmd, struct obd_export *, struct obdo *,
127                struct lov_stripe_md *, obd_count oa_bufs, struct brw_page *,
128                struct obd_trans_info *);
129 void flip_into_page_cache(struct inode *inode, struct page *new_page);
130
131 void filter_free_dio_pages(int objcount, struct obd_ioobj *obj,
132                            int niocount, struct niobuf_local *res);
133
134 /* filter_io_*.c */
135 int filter_commitrw_write(struct obd_export *exp, struct obdo *oa, int objcount,
136                           struct obd_ioobj *obj, int niocount,
137                           struct niobuf_local *res, struct obd_trans_info *oti,
138                           int rc);
139 obd_size filter_grant_space_left(struct obd_export *exp);
140 long filter_grant(struct obd_export *exp, obd_size current_grant,
141                   obd_size want, obd_size fs_space_left);
142 void filter_grant_commit(struct obd_export *exp, int niocount,
143                          struct niobuf_local *res);
144
145 int filter_alloc_iobuf(int rw, int num_pages, void **ret);
146 void filter_free_iobuf(void *iobuf);
147 int filter_iobuf_add_page(struct obd_device *obd, void *iobuf,
148                           struct inode *inode, struct page *page);
149 int filter_direct_io(int rw, struct dentry *dchild, void *iobuf,
150                      struct obd_export *exp, struct iattr *attr,
151                      struct obd_trans_info *oti, void **wait_handle);
152
153 /* filter_log.c */
154 struct ost_filterdata {
155         __u32  ofd_epoch;
156 };
157
158 int filter_log_sz_change(struct llog_handle *cathandle,
159                          struct lustre_id *id, __u32 io_epoch,
160                          struct llog_cookie *logcookie,
161                          struct inode *inode);
162 //int filter_get_catalog(struct obd_device *);
163 void filter_cancel_cookies_cb(struct obd_device *obd, __u64 transno,
164                               void *cb_data, int error);
165 int filter_recov_log_unlink_cb(struct llog_handle *llh,
166                                struct llog_rec_hdr *rec, void *data);
167
168 /* filter_san.c */
169 int filter_san_setup(struct obd_device *obd, obd_count len, void *buf);
170 int filter_san_preprw(int cmd, struct obd_export *, struct obdo *, int objcount,
171                       struct obd_ioobj *, int niocount, struct niobuf_remote *);
172
173 #ifdef __KERNEL__
174 void filter_tally_write(struct filter_obd *filter, struct page **pages,
175                         int nr_pages, unsigned long *blocks, 
176                         int blocks_per_page);
177 void filter_tally_read(struct filter_obd *filter, struct niobuf_local *lnb, 
178                        int niocount);
179 int lproc_filter_attach_seqstat(struct obd_device *dev);
180 #else
181 static inline filter_tally_write(struct filter_obd *filter, 
182                                  struct page **pages, int nr_pages, 
183                                  unsigned long *blocks, int blocks_per_page) {}
184 static inline void  filter_tally_read(struct filter_obd *filter, 
185                                       struct niobuf_local *lnb, int niocount)
186                                       {}
187 static inline lproc_filter_attach_seqstat(struct obd_device *dev) {}
188 #endif
189
190
191 #endif