Whamcloud - gitweb
LU-3974 llite: use new struct dir_context
[fs/lustre-release.git] / lustre / llite / llite_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, 2013, Intel Corporation.
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 LLITE_INTERNAL_H
38 #define LLITE_INTERNAL_H
39 #include <lustre_debug.h>
40 #include <lustre_ver.h>
41 #include <lustre_disk.h>  /* for s2sbi */
42 #include <lustre_eacl.h>
43
44 /* for struct cl_lock_descr and struct cl_io */
45 #include <cl_object.h>
46 #include <lclient.h>
47 #include <lustre_lmv.h>
48 #include <lustre_mdc.h>
49 #include <linux/lustre_intent.h>
50 #include <linux/compat.h>
51
52 #ifndef FMODE_EXEC
53 #define FMODE_EXEC 0
54 #endif
55
56 #ifndef VM_FAULT_RETRY
57 #define VM_FAULT_RETRY 0
58 #endif
59
60 /* Kernel 3.1 kills LOOKUP_CONTINUE, LOOKUP_PARENT is equivalent to it.
61  * seem kernel commit 49084c3bb2055c401f3493c13edae14d49128ca0 */
62 #ifndef LOOKUP_CONTINUE
63 #define LOOKUP_CONTINUE LOOKUP_PARENT
64 #endif
65
66 /** Only used on client-side for indicating the tail of dir hash/offset. */
67 #define LL_DIR_END_OFF          0x7fffffffffffffffULL
68 #define LL_DIR_END_OFF_32BIT    0x7fffffffUL
69
70 #define LL_IT2STR(it) ((it) ? ldlm_it2str((it)->it_op) : "0")
71 #define LUSTRE_FPRIVATE(file) ((file)->private_data)
72
73 struct ll_dentry_data {
74         int                             lld_cwd_count;
75         int                             lld_mnt_count;
76         struct obd_client_handle        lld_cwd_och;
77         struct obd_client_handle        lld_mnt_och;
78         struct lookup_intent            *lld_it;
79         unsigned int                    lld_sa_generation;
80         unsigned int                    lld_invalid:1;
81         struct rcu_head                 lld_rcu_head;
82 };
83
84 #define ll_d2d(de) ((struct ll_dentry_data*)((de)->d_fsdata))
85
86 extern struct file_operations ll_pgcache_seq_fops;
87
88 #define LLI_INODE_MAGIC                 0x111d0de5
89 #define LLI_INODE_DEAD                  0xdeadd00d
90
91 /* remote client permission cache */
92 #define REMOTE_PERM_HASHSIZE 16
93
94 struct ll_getname_data {
95 #ifdef HAVE_DIR_CONTEXT
96         struct dir_context      ctx;
97 #endif
98         char            *lgd_name;      /* points to a buffer with NAME_MAX+1 size */
99         struct lu_fid   lgd_fid;        /* target fid we are looking for */
100         int             lgd_found;      /* inode matched? */
101 };
102
103 /* llite setxid/access permission for user on remote client */
104 struct ll_remote_perm {
105         cfs_hlist_node_t        lrp_list;
106         uid_t                   lrp_uid;
107         gid_t                   lrp_gid;
108         uid_t                   lrp_fsuid;
109         gid_t                   lrp_fsgid;
110         int                     lrp_access_perm; /* MAY_READ/WRITE/EXEC, this
111                                                     is access permission with
112                                                     lrp_fsuid/lrp_fsgid. */
113 };
114
115 enum lli_flags {
116         /* MDS has an authority for the Size-on-MDS attributes. */
117         LLIF_MDS_SIZE_LOCK      = (1 << 0),
118         /* Epoch close is postponed. */
119         LLIF_EPOCH_PENDING      = (1 << 1),
120         /* DONE WRITING is allowed. */
121         LLIF_DONE_WRITING       = (1 << 2),
122         /* Sizeon-on-MDS attributes are changed. An attribute update needs to
123          * be sent to MDS. */
124         LLIF_SOM_DIRTY          = (1 << 3),
125         /* File is contented */
126         LLIF_CONTENDED          = (1 << 4),
127         /* Truncate uses server lock for this file */
128         LLIF_SRVLOCK            = (1 << 5),
129         /* File data is modified. */
130         LLIF_DATA_MODIFIED      = (1 << 6),
131         /* File is being restored */
132         LLIF_FILE_RESTORING     = (1 << 7),
133         /* Xattr cache is attached to the file */
134         LLIF_XATTR_CACHE        = (1 << 8),
135 };
136
137 struct ll_inode_info {
138         __u32                           lli_inode_magic;
139         __u32                           lli_flags;
140         __u64                           lli_ioepoch;
141
142         spinlock_t                      lli_lock;
143         struct posix_acl                *lli_posix_acl;
144
145         cfs_hlist_head_t                *lli_remote_perms;
146         struct mutex                            lli_rmtperm_mutex;
147
148         /* identifying fields for both metadata and data stacks. */
149         struct lu_fid                   lli_fid;
150         /* Parent fid for accessing default stripe data on parent directory
151          * for allocating OST objects after a mknod() and later open-by-FID. */
152         struct lu_fid                   lli_pfid;
153
154         cfs_list_t                      lli_close_list;
155         cfs_list_t                      lli_oss_capas;
156         /* open count currently used by capability only, indicate whether
157          * capability needs renewal */
158         cfs_atomic_t                    lli_open_count;
159         struct obd_capa                *lli_mds_capa;
160         cfs_time_t                      lli_rmtperm_time;
161
162         /* handle is to be sent to MDS later on done_writing and setattr.
163          * Open handle data are needed for the recovery to reconstruct
164          * the inode state on the MDS. XXX: recovery is not ready yet. */
165         struct obd_client_handle       *lli_pending_och;
166
167         /* We need all three because every inode may be opened in different
168          * modes */
169         struct obd_client_handle       *lli_mds_read_och;
170         struct obd_client_handle       *lli_mds_write_och;
171         struct obd_client_handle       *lli_mds_exec_och;
172         __u64                           lli_open_fd_read_count;
173         __u64                           lli_open_fd_write_count;
174         __u64                           lli_open_fd_exec_count;
175         /* Protects access to och pointers and their usage counters */
176         struct mutex                    lli_och_mutex;
177
178         struct inode                    lli_vfs_inode;
179
180         /* the most recent timestamps obtained from mds */
181         struct ost_lvb                  lli_lvb;
182         spinlock_t                      lli_agl_lock;
183
184         /* Try to make the d::member and f::member are aligned. Before using
185          * these members, make clear whether it is directory or not. */
186         union {
187                 /* for directory */
188                 struct {
189                         /* serialize normal readdir and statahead-readdir. */
190                         struct mutex                    d_readdir_mutex;
191
192                         /* metadata statahead */
193                         /* since parent-child threads can share the same @file
194                          * struct, "opendir_key" is the token when dir close for
195                          * case of parent exit before child -- it is me should
196                          * cleanup the dir readahead. */
197                         void                           *d_opendir_key;
198                         struct ll_statahead_info       *d_sai;
199                         struct posix_acl               *d_def_acl;
200                         /* protect statahead stuff. */
201                         spinlock_t                      d_sa_lock;
202                         /* "opendir_pid" is the token when lookup/revalid
203                          * -- I am the owner of dir statahead. */
204                         pid_t                           d_opendir_pid;
205                         /* directory stripe information */
206                         struct lmv_stripe_md            *d_lsm_md;
207                         /* striped directory size */
208                         loff_t                          d_stripe_size;
209                         /* striped directory nlink */
210                         __u64                           d_stripe_nlink;
211                 } d;
212
213 #define lli_readdir_mutex       u.d.d_readdir_mutex
214 #define lli_opendir_key         u.d.d_opendir_key
215 #define lli_sai                 u.d.d_sai
216 #define lli_def_acl             u.d.d_def_acl
217 #define lli_sa_lock             u.d.d_sa_lock
218 #define lli_opendir_pid         u.d.d_opendir_pid
219 #define lli_lsm_md              u.d.d_lsm_md
220 #define lli_stripe_dir_size     u.d.d_stripe_size
221 #define lli_stripe_dir_nlink    u.d.d_stripe_nlink
222
223                 /* for non-directory */
224                 struct {
225                         struct semaphore                f_size_sem;
226                         void                            *f_size_sem_owner;
227                         char                            *f_symlink_name;
228                         __u64                           f_maxbytes;
229                         /*
230                          * struct rw_semaphore {
231                          *    signed long       count;     // align d.d_def_acl
232                          *    spinlock_t        wait_lock; // align d.d_sa_lock
233                          *    struct list_head wait_list;
234                          * }
235                          */
236                         struct rw_semaphore             f_trunc_sem;
237                         struct mutex                    f_write_mutex;
238
239                         struct rw_semaphore             f_glimpse_sem;
240                         cfs_time_t                      f_glimpse_time;
241                         cfs_list_t                      f_agl_list;
242                         __u64                           f_agl_index;
243
244                         /* for writepage() only to communicate to fsync */
245                         int                             f_async_rc;
246
247                         /* volatile file criteria is based on file name, this
248                          * flag is used to keep the test result, so the strcmp
249                          * is done only once
250                          */
251                         bool                            f_volatile;
252                         /*
253                          * whenever a process try to read/write the file, the
254                          * jobid of the process will be saved here, and it'll
255                          * be packed into the write PRC when flush later.
256                          *
257                          * so the read/write statistics for jobid will not be
258                          * accurate if the file is shared by different jobs.
259                          */
260                         char                     f_jobid[JOBSTATS_JOBID_SIZE];
261                 } f;
262
263 #define lli_size_sem            u.f.f_size_sem
264 #define lli_size_sem_owner      u.f.f_size_sem_owner
265 #define lli_symlink_name        u.f.f_symlink_name
266 #define lli_maxbytes            u.f.f_maxbytes
267 #define lli_trunc_sem           u.f.f_trunc_sem
268 #define lli_write_mutex         u.f.f_write_mutex
269 #define lli_glimpse_sem         u.f.f_glimpse_sem
270 #define lli_glimpse_time        u.f.f_glimpse_time
271 #define lli_agl_list            u.f.f_agl_list
272 #define lli_agl_index           u.f.f_agl_index
273 #define lli_async_rc            u.f.f_async_rc
274 #define lli_jobid               u.f.f_jobid
275 #define lli_volatile            u.f.f_volatile
276
277         } u;
278
279         /* XXX: For following frequent used members, although they maybe special
280          *      used for non-directory object, it is some time-wasting to check
281          *      whether the object is directory or not before using them. On the
282          *      other hand, currently, sizeof(f) > sizeof(d), it cannot reduce
283          *      the "ll_inode_info" size even if moving those members into u.f.
284          *      So keep them out side.
285          *
286          *      In the future, if more members are added only for directory,
287          *      some of the following members can be moved into u.f.
288          */
289         bool                            lli_has_smd;
290         struct cl_object               *lli_clob;
291
292         /* mutex to request for layout lock exclusively. */
293         struct mutex                    lli_layout_mutex;
294         /* valid only inside LAYOUT ibits lock, protected by lli_layout_mutex */
295         __u32                           lli_layout_gen;
296
297         struct rw_semaphore             lli_xattrs_list_rwsem;
298         struct mutex                    lli_xattrs_enq_lock;
299         struct list_head                lli_xattrs; /* ll_xattr_entry->xe_list */
300 };
301
302 int ll_xattr_cache_destroy(struct inode *inode);
303
304 int ll_xattr_cache_get(struct inode *inode,
305                         const char *name,
306                         char *buffer,
307                         size_t size,
308                         __u64 valid);
309
310 /*
311  * Locking to guarantee consistency of non-atomic updates to long long i_size,
312  * consistency between file size and KMS.
313  *
314  * Implemented by ->lli_size_sem and ->lsm_lock, nested in that order.
315  */
316
317 void ll_inode_size_lock(struct inode *inode);
318 void ll_inode_size_unlock(struct inode *inode);
319
320 // FIXME: replace the name of this with LL_I to conform to kernel stuff
321 // static inline struct ll_inode_info *LL_I(struct inode *inode)
322 static inline struct ll_inode_info *ll_i2info(struct inode *inode)
323 {
324         return container_of(inode, struct ll_inode_info, lli_vfs_inode);
325 }
326
327 /* default to about 40meg of readahead on a given system.  That much tied
328  * up in 512k readahead requests serviced at 40ms each is about 1GB/s. */
329 #define SBI_DEFAULT_READAHEAD_MAX (40UL << (20 - PAGE_CACHE_SHIFT))
330
331 /* default to read-ahead full files smaller than 2MB on the second read */
332 #define SBI_DEFAULT_READAHEAD_WHOLE_MAX (2UL << (20 - PAGE_CACHE_SHIFT))
333
334 enum ra_stat {
335         RA_STAT_HIT = 0,
336         RA_STAT_MISS,
337         RA_STAT_DISTANT_READPAGE,
338         RA_STAT_MISS_IN_WINDOW,
339         RA_STAT_FAILED_GRAB_PAGE,
340         RA_STAT_FAILED_MATCH,
341         RA_STAT_DISCARDED,
342         RA_STAT_ZERO_LEN,
343         RA_STAT_ZERO_WINDOW,
344         RA_STAT_EOF,
345         RA_STAT_MAX_IN_FLIGHT,
346         RA_STAT_WRONG_GRAB_PAGE,
347         RA_STAT_FAILED_REACH_END,
348         _NR_RA_STAT,
349 };
350
351 struct ll_ra_info {
352         cfs_atomic_t              ra_cur_pages;
353         unsigned long             ra_max_pages;
354         unsigned long             ra_max_pages_per_file;
355         unsigned long             ra_max_read_ahead_whole_pages;
356 };
357
358 /* ra_io_arg will be filled in the beginning of ll_readahead with
359  * ras_lock, then the following ll_read_ahead_pages will read RA
360  * pages according to this arg, all the items in this structure are
361  * counted by page index.
362  */
363 struct ra_io_arg {
364         unsigned long ria_start;  /* start offset of read-ahead*/
365         unsigned long ria_end;    /* end offset of read-ahead*/
366         /* If stride read pattern is detected, ria_stoff means where
367          * stride read is started. Note: for normal read-ahead, the
368          * value here is meaningless, and also it will not be accessed*/
369         pgoff_t ria_stoff;
370         /* ria_length and ria_pages are the length and pages length in the
371          * stride I/O mode. And they will also be used to check whether
372          * it is stride I/O read-ahead in the read-ahead pages*/
373         unsigned long ria_length;
374         unsigned long ria_pages;
375 };
376
377 /* LL_HIST_MAX=32 causes an overflow */
378 #define LL_HIST_MAX 28
379 #define LL_HIST_START 12 /* buckets start at 2^12 = 4k */
380 #define LL_PROCESS_HIST_MAX 10
381 struct per_process_info {
382         pid_t pid;
383         struct obd_histogram pp_r_hist;
384         struct obd_histogram pp_w_hist;
385 };
386
387 /* pp_extents[LL_PROCESS_HIST_MAX] will hold the combined process info */
388 struct ll_rw_extents_info {
389         struct per_process_info pp_extents[LL_PROCESS_HIST_MAX + 1];
390 };
391
392 #define LL_OFFSET_HIST_MAX 100
393 struct ll_rw_process_info {
394         pid_t                     rw_pid;
395         int                       rw_op;
396         loff_t                    rw_range_start;
397         loff_t                    rw_range_end;
398         loff_t                    rw_last_file_pos;
399         loff_t                    rw_offset;
400         size_t                    rw_smallest_extent;
401         size_t                    rw_largest_extent;
402         struct ll_file_data      *rw_last_file;
403 };
404
405 enum stats_track_type {
406         STATS_TRACK_ALL = 0,  /* track all processes */
407         STATS_TRACK_PID,      /* track process with this pid */
408         STATS_TRACK_PPID,     /* track processes with this ppid */
409         STATS_TRACK_GID,      /* track processes with this gid */
410         STATS_TRACK_LAST,
411 };
412
413 /* flags for sbi->ll_flags */
414 #define LL_SBI_NOLCK             0x01 /* DLM locking disabled (directio-only) */
415 #define LL_SBI_CHECKSUM          0x02 /* checksum each page as it's written */
416 #define LL_SBI_FLOCK             0x04
417 #define LL_SBI_USER_XATTR        0x08 /* support user xattr */
418 #define LL_SBI_ACL               0x10 /* support ACL */
419 #define LL_SBI_RMT_CLIENT        0x40 /* remote client */
420 #define LL_SBI_MDS_CAPA          0x80 /* support mds capa */
421 #define LL_SBI_OSS_CAPA         0x100 /* support oss capa */
422 #define LL_SBI_LOCALFLOCK       0x200 /* Local flocks support by kernel */
423 #define LL_SBI_LRU_RESIZE       0x400 /* lru resize support */
424 #define LL_SBI_LAZYSTATFS       0x800 /* lazystatfs mount option */
425 #define LL_SBI_SOM_PREVIEW     0x1000 /* SOM preview mount option */
426 #define LL_SBI_32BIT_API       0x2000 /* generate 32 bit inodes. */
427 #define LL_SBI_64BIT_HASH      0x4000 /* support 64-bits dir hash/offset */
428 #define LL_SBI_AGL_ENABLED     0x8000 /* enable agl */
429 #define LL_SBI_VERBOSE        0x10000 /* verbose mount/umount */
430 #define LL_SBI_LAYOUT_LOCK    0x20000 /* layout lock support */
431 #define LL_SBI_USER_FID2PATH  0x40000 /* allow fid2path by unprivileged users */
432 #define LL_SBI_XATTR_CACHE    0x80000 /* support for xattr cache */
433
434 #define LL_SBI_FLAGS {  \
435         "nolck",        \
436         "checksum",     \
437         "flock",        \
438         "xattr",        \
439         "acl",          \
440         "???",          \
441         "rmt_client",   \
442         "mds_capa",     \
443         "oss_capa",     \
444         "flock",        \
445         "lru_resize",   \
446         "lazy_statfs",  \
447         "som",          \
448         "32bit_api",    \
449         "64bit_hash",   \
450         "agl",          \
451         "verbose",      \
452         "layout",       \
453         "user_fid2path",\
454         "xattr",        \
455 }
456
457 /* default value for ll_sb_info->contention_time */
458 #define SBI_DEFAULT_CONTENTION_SECONDS     60
459 /* default value for lockless_truncate_enable */
460 #define SBI_DEFAULT_LOCKLESS_TRUNCATE_ENABLE 1
461 #define RCE_HASHES      32
462
463 struct rmtacl_ctl_entry {
464         cfs_list_t       rce_list;
465         pid_t            rce_key; /* hash key */
466         int              rce_ops; /* acl operation type */
467 };
468
469 struct rmtacl_ctl_table {
470         spinlock_t      rct_lock;
471         cfs_list_t      rct_entries[RCE_HASHES];
472 };
473
474 #define EE_HASHES       32
475
476 struct eacl_entry {
477         cfs_list_t            ee_list;
478         pid_t                 ee_key; /* hash key */
479         struct lu_fid         ee_fid;
480         int                   ee_type; /* ACL type for ACCESS or DEFAULT */
481         ext_acl_xattr_header *ee_acl;
482 };
483
484 struct eacl_table {
485         spinlock_t      et_lock;
486         cfs_list_t      et_entries[EE_HASHES];
487 };
488
489 struct ll_sb_info {
490         cfs_list_t                ll_list;
491         /* this protects pglist and ra_info.  It isn't safe to
492          * grab from interrupt contexts */
493         spinlock_t                ll_lock;
494         spinlock_t                ll_pp_extent_lock; /* pp_extent entry*/
495         spinlock_t                ll_process_lock; /* ll_rw_process_info */
496         struct obd_uuid           ll_sb_uuid;
497         struct obd_export        *ll_md_exp;
498         struct obd_export        *ll_dt_exp;
499         struct proc_dir_entry*    ll_proc_root;
500         struct lu_fid             ll_root_fid; /* root object fid */
501
502         int                       ll_flags;
503         unsigned int              ll_umounting:1,
504                                   ll_xattr_cache_enabled:1;
505         cfs_list_t                ll_conn_chain; /* per-conn chain of SBs */
506         struct lustre_client_ocd  ll_lco;
507
508         cfs_list_t                ll_orphan_dentry_list; /*please don't ask -p*/
509         struct ll_close_queue    *ll_lcq;
510
511         struct lprocfs_stats     *ll_stats; /* lprocfs stats counter */
512
513         /* Used to track "unstable" pages on a client, and maintain a
514          * LRU list of clean pages. An "unstable" page is defined as
515          * any page which is sent to a server as part of a bulk request,
516          * but is uncommitted to stable storage. */
517         struct cl_client_cache    ll_cache;
518
519         struct lprocfs_stats     *ll_ra_stats;
520
521         struct ll_ra_info         ll_ra_info;
522         unsigned int              ll_namelen;
523         struct file_operations   *ll_fop;
524
525         /* =0 - hold lock over whole read/write
526          * >0 - max. chunk to be read/written w/o lock re-acquiring */
527         unsigned long             ll_max_rw_chunk;
528         unsigned int              ll_md_brw_size; /* used by readdir */
529
530         struct lu_site           *ll_site;
531         struct cl_device         *ll_cl;
532         /* Statistics */
533         struct ll_rw_extents_info ll_rw_extents_info;
534         int                       ll_extent_process_count;
535         struct ll_rw_process_info ll_rw_process_info[LL_PROCESS_HIST_MAX];
536         unsigned int              ll_offset_process_count;
537         struct ll_rw_process_info ll_rw_offset_info[LL_OFFSET_HIST_MAX];
538         unsigned int              ll_rw_offset_entry_count;
539         int                       ll_stats_track_id;
540         enum stats_track_type     ll_stats_track_type;
541         int                       ll_rw_stats_on;
542
543         /* metadata stat-ahead */
544         unsigned int              ll_sa_max;     /* max statahead RPCs */
545         atomic_t                  ll_sa_total;   /* statahead thread started
546                                                   * count */
547         atomic_t                  ll_sa_wrong;   /* statahead thread stopped for
548                                                   * low hit ratio */
549         atomic_t                  ll_agl_total;  /* AGL thread started count */
550
551         dev_t                     ll_sdev_orig; /* save s_dev before assign for
552                                                  * clustred nfs */
553         struct rmtacl_ctl_table   ll_rct;
554         struct eacl_table         ll_et;
555 };
556
557 #define LL_DEFAULT_MAX_RW_CHUNK      (32 * 1024 * 1024)
558
559 struct ll_ra_read {
560         pgoff_t             lrr_start;
561         pgoff_t             lrr_count;
562         struct task_struct *lrr_reader;
563         cfs_list_t          lrr_linkage;
564 };
565
566 /*
567  * per file-descriptor read-ahead data.
568  */
569 struct ll_readahead_state {
570         spinlock_t  ras_lock;
571         /*
572          * index of the last page that read(2) needed and that wasn't in the
573          * cache. Used by ras_update() to detect seeks.
574          *
575          * XXX nikita: if access seeks into cached region, Lustre doesn't see
576          * this.
577          */
578         unsigned long   ras_last_readpage;
579         /*
580          * number of pages read after last read-ahead window reset. As window
581          * is reset on each seek, this is effectively a number of consecutive
582          * accesses. Maybe ->ras_accessed_in_window is better name.
583          *
584          * XXX nikita: window is also reset (by ras_update()) when Lustre
585          * believes that memory pressure evicts read-ahead pages. In that
586          * case, it probably doesn't make sense to expand window to
587          * PTLRPC_MAX_BRW_PAGES on the third access.
588          */
589         unsigned long   ras_consecutive_pages;
590         /*
591          * number of read requests after the last read-ahead window reset
592          * As window is reset on each seek, this is effectively the number
593          * on consecutive read request and is used to trigger read-ahead.
594          */
595         unsigned long   ras_consecutive_requests;
596         /*
597          * Parameters of current read-ahead window. Handled by
598          * ras_update(). On the initial access to the file or after a seek,
599          * window is reset to 0. After 3 consecutive accesses, window is
600          * expanded to PTLRPC_MAX_BRW_PAGES. Afterwards, window is enlarged by
601          * PTLRPC_MAX_BRW_PAGES chunks up to ->ra_max_pages.
602          */
603         unsigned long   ras_window_start, ras_window_len;
604         /*
605          * Where next read-ahead should start at. This lies within read-ahead
606          * window. Read-ahead window is read in pieces rather than at once
607          * because: 1. lustre limits total number of pages under read-ahead by
608          * ->ra_max_pages (see ll_ra_count_get()), 2. client cannot read pages
609          * not covered by DLM lock.
610          */
611         unsigned long   ras_next_readahead;
612         /*
613          * Total number of ll_file_read requests issued, reads originating
614          * due to mmap are not counted in this total.  This value is used to
615          * trigger full file read-ahead after multiple reads to a small file.
616          */
617         unsigned long   ras_requests;
618         /*
619          * Page index with respect to the current request, these value
620          * will not be accurate when dealing with reads issued via mmap.
621          */
622         unsigned long   ras_request_index;
623         /*
624          * list of struct ll_ra_read's one per read(2) call current in
625          * progress against this file descriptor. Used by read-ahead code,
626          * protected by ->ras_lock.
627          */
628         cfs_list_t      ras_read_beads;
629         /*
630          * The following 3 items are used for detecting the stride I/O
631          * mode.
632          * In stride I/O mode,
633          * ...............|-----data-----|****gap*****|--------|******|....
634          *    offset      |-stride_pages-|-stride_gap-|
635          * ras_stride_offset = offset;
636          * ras_stride_length = stride_pages + stride_gap;
637          * ras_stride_pages = stride_pages;
638          * Note: all these three items are counted by pages.
639          */
640         unsigned long   ras_stride_length;
641         unsigned long   ras_stride_pages;
642         pgoff_t         ras_stride_offset;
643         /*
644          * number of consecutive stride request count, and it is similar as
645          * ras_consecutive_requests, but used for stride I/O mode.
646          * Note: only more than 2 consecutive stride request are detected,
647          * stride read-ahead will be enable
648          */
649         unsigned long   ras_consecutive_stride_requests;
650 };
651
652 extern struct kmem_cache *ll_file_data_slab;
653 struct lustre_handle;
654 struct ll_file_data {
655         struct ll_readahead_state fd_ras;
656         struct ccc_grouplock fd_grouplock;
657         __u64 lfd_pos;
658         __u32 fd_flags;
659         fmode_t fd_omode;
660         /* openhandle if lease exists for this file.
661          * Borrow lli->lli_och_mutex to protect assignment */
662         struct obd_client_handle *fd_lease_och;
663         struct obd_client_handle *fd_och;
664         struct file *fd_file;
665         /* Indicate whether need to report failure when close.
666          * true: failure is known, not report again.
667          * false: unknown failure, should report. */
668         bool fd_write_failed;
669 };
670
671 struct lov_stripe_md;
672
673 extern spinlock_t inode_lock;
674
675 extern struct proc_dir_entry *proc_lustre_fs_root;
676
677 static inline struct inode *ll_info2i(struct ll_inode_info *lli)
678 {
679         return &lli->lli_vfs_inode;
680 }
681
682 struct it_cb_data {
683         struct inode  *icbd_parent;
684         struct dentry **icbd_childp;
685         obd_id        hash;
686 };
687
688 __u32 ll_i2suppgid(struct inode *i);
689 void ll_i2gids(__u32 *suppgids, struct inode *i1,struct inode *i2);
690
691 static inline int ll_need_32bit_api(struct ll_sb_info *sbi)
692 {
693 #if BITS_PER_LONG == 32
694         return 1;
695 #else
696         return unlikely(
697 #ifdef CONFIG_COMPAT
698                 is_compat_task() ||
699 #endif
700                 (sbi->ll_flags & LL_SBI_32BIT_API)
701         );
702 #endif
703 }
704
705 #define LLAP_MAGIC 98764321
706
707 extern struct kmem_cache *ll_async_page_slab;
708 extern size_t ll_async_page_slab_size;
709
710 void ll_ra_read_in(struct file *f, struct ll_ra_read *rar);
711 void ll_ra_read_ex(struct file *f, struct ll_ra_read *rar);
712 struct ll_ra_read *ll_ra_read_get(struct file *f);
713
714 /* llite/lproc_llite.c */
715 #ifdef LPROCFS
716 int lprocfs_register_mountpoint(struct proc_dir_entry *parent,
717                                 struct super_block *sb, char *osc, char *mdc);
718 void lprocfs_unregister_mountpoint(struct ll_sb_info *sbi);
719 void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, int count);
720 extern struct lprocfs_seq_vars lprocfs_llite_obd_vars[];
721 #else
722 static inline int lprocfs_register_mountpoint(struct proc_dir_entry *parent,
723                         struct super_block *sb, char *osc, char *mdc){return 0;}
724 static inline void lprocfs_unregister_mountpoint(struct ll_sb_info *sbi) {}
725 static void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, int count) {}
726 #endif
727
728
729 /* llite/dir.c */
730 extern struct file_operations ll_dir_operations;
731 extern struct inode_operations ll_dir_inode_operations;
732 #ifdef HAVE_DIR_CONTEXT
733 int ll_dir_read(struct inode *inode, struct md_op_data *op_data,
734                 struct dir_context *ctx);
735 #else
736 int ll_dir_read(struct inode *inode, struct md_op_data *op_data,
737                 void *cookie, filldir_t filldir);
738 #endif
739 int ll_get_mdt_idx(struct inode *inode);
740 int ll_get_mdt_idx_by_fid(struct ll_sb_info *sbi, const struct lu_fid *fid);
741
742 struct lu_dirent *ll_dir_entry_start(struct inode *dir,
743                                      struct md_op_data *op_data,
744                                      struct page **ppage);
745
746 struct lu_dirent *ll_dir_entry_next(struct inode *dir,
747                                     struct md_op_data *op_data,
748                                     struct lu_dirent *ent,
749                                     struct page **ppage);
750 /* llite/namei.c */
751 int ll_objects_destroy(struct ptlrpc_request *request,
752                        struct inode *dir);
753 struct inode *ll_iget(struct super_block *sb, ino_t hash,
754                       struct lustre_md *lic);
755 int ll_test_inode_by_fid(struct inode *inode, void *opaque);
756 int ll_md_blocking_ast(struct ldlm_lock *, struct ldlm_lock_desc *,
757                        void *data, int flag);
758 #ifndef HAVE_IOP_ATOMIC_OPEN
759 struct lookup_intent *ll_convert_intent(struct open_intent *oit,
760                                         int lookup_flags);
761 #endif
762 struct dentry *ll_splice_alias(struct inode *inode, struct dentry *de);
763 int ll_rmdir_entry(struct inode *dir, char *name, int namelen);
764 int ll_d_mountpoint(struct dentry *dparent, struct dentry *dchild,
765                     struct qstr *name);
766 void ll_update_times(struct ptlrpc_request *request, struct inode *inode);
767
768 /* llite/rw.c */
769 int ll_writepage(struct page *page, struct writeback_control *wbc);
770 int ll_writepages(struct address_space *, struct writeback_control *wbc);
771 void ll_removepage(struct page *page);
772 int ll_readpage(struct file *file, struct page *page);
773 void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras);
774 int ll_file_punch(struct inode *, loff_t, int);
775 ssize_t ll_file_lockless_io(struct file *, char *, size_t, loff_t *, int);
776 void ll_clear_file_contended(struct inode*);
777 int ll_sync_page_range(struct inode *, struct address_space *, loff_t, size_t);
778 int ll_readahead(const struct lu_env *env, struct cl_io *io,
779                  struct cl_page_list *queue, struct ll_readahead_state *ras,
780                  bool hit);
781 int vvp_io_write_commit(const struct lu_env *env, struct cl_io *io);
782 struct ll_cl_context *ll_cl_init(struct file *file, struct page *vmpage);
783 void ll_cl_fini(struct ll_cl_context *lcc);
784
785 /* llite/file.c */
786 extern struct file_operations ll_file_operations;
787 extern struct file_operations ll_file_operations_flock;
788 extern struct file_operations ll_file_operations_noflock;
789 extern struct inode_operations ll_file_inode_operations;
790 extern int ll_inode_revalidate_it(struct dentry *, struct lookup_intent *,
791                                   __u64);
792 extern int ll_have_md_lock(struct inode *inode, __u64 *bits,
793                            ldlm_mode_t l_req_mode);
794 extern ldlm_mode_t ll_take_md_lock(struct inode *inode, __u64 bits,
795                                    struct lustre_handle *lockh, __u64 flags,
796                                    ldlm_mode_t mode);
797 int __ll_inode_revalidate_it(struct dentry *, struct lookup_intent *,
798                              __u64 bits);
799 #ifdef HAVE_IOP_ATOMIC_OPEN
800 int ll_revalidate_nd(struct dentry *dentry, unsigned int flags);
801 #else
802 int ll_revalidate_nd(struct dentry *dentry, struct nameidata *nd);
803 #endif
804 int ll_file_open(struct inode *inode, struct file *file);
805 int ll_file_release(struct inode *inode, struct file *file);
806 int ll_glimpse_ioctl(struct ll_sb_info *sbi,
807                      struct lov_stripe_md *lsm, lstat_t *st);
808 void ll_ioepoch_open(struct ll_inode_info *lli, __u64 ioepoch);
809 int ll_local_open(struct file *file,
810                   struct lookup_intent *it, struct ll_file_data *fd,
811                   struct obd_client_handle *och);
812 int ll_release_openhandle(struct dentry *, struct lookup_intent *);
813 int ll_md_close(struct obd_export *md_exp, struct inode *inode,
814                 struct file *file);
815 int ll_md_real_close(struct inode *inode, fmode_t fmode);
816 void ll_ioepoch_close(struct inode *inode, struct md_op_data *op_data,
817                       struct obd_client_handle **och, unsigned long flags);
818 void ll_done_writing_attr(struct inode *inode, struct md_op_data *op_data);
819 int ll_som_update(struct inode *inode, struct md_op_data *op_data);
820 int ll_inode_getattr(struct inode *inode, struct obdo *obdo,
821                      __u64 ioepoch, int sync);
822 int ll_md_setattr(struct dentry *dentry, struct md_op_data *op_data,
823                   struct md_open_data **mod);
824 void ll_pack_inode2opdata(struct inode *inode, struct md_op_data *op_data,
825                           struct lustre_handle *fh);
826 extern void ll_rw_stats_tally(struct ll_sb_info *sbi, pid_t pid,
827                               struct ll_file_data *file, loff_t pos,
828                               size_t count, int rw);
829 int ll_getattr_it(struct vfsmount *mnt, struct dentry *de,
830                struct lookup_intent *it, struct kstat *stat);
831 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
832 struct ll_file_data *ll_file_data_get(void);
833 struct posix_acl * ll_get_acl(struct inode *inode, int type);
834 int ll_migrate(struct inode *parent, struct file *file, int mdtidx,
835                const char *name, int namelen);
836 #ifdef HAVE_GENERIC_PERMISSION_4ARGS
837 int ll_inode_permission(struct inode *inode, int mask, unsigned int flags);
838 #else
839 # ifndef HAVE_INODE_PERMISION_2ARGS
840 int ll_inode_permission(struct inode *inode, int mask, struct nameidata *nd);
841 # else
842 int ll_inode_permission(struct inode *inode, int mask);
843 # endif
844 #endif
845
846 int ll_lov_setstripe_ea_info(struct inode *inode, struct file *file,
847                              __u64  flags, struct lov_user_md *lum,
848                              int lum_size);
849 int ll_lov_getstripe_ea_info(struct inode *inode, const char *filename,
850                              struct lov_mds_md **lmm, int *lmm_size,
851                              struct ptlrpc_request **request);
852 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
853                      int set_default);
854 int ll_dir_getstripe(struct inode *inode, void **lmmp,
855                      int *lmm_size, struct ptlrpc_request **request,
856                      obd_valid valid);
857 #ifdef HAVE_FILE_FSYNC_4ARGS
858 int ll_fsync(struct file *file, loff_t start, loff_t end, int data);
859 #elif defined(HAVE_FILE_FSYNC_2ARGS)
860 int ll_fsync(struct file *file, int data);
861 #else
862 int ll_fsync(struct file *file, struct dentry *dentry, int data);
863 #endif
864 int ll_do_fiemap(struct inode *inode, struct ll_user_fiemap *fiemap,
865               int num_bytes);
866 int ll_merge_lvb(const struct lu_env *env, struct inode *inode);
867 int ll_get_grouplock(struct inode *inode, struct file *file, unsigned long arg);
868 int ll_put_grouplock(struct inode *inode, struct file *file, unsigned long arg);
869 int ll_fid2path(struct inode *inode, void *arg);
870 int ll_data_version(struct inode *inode, __u64 *data_version, int flags);
871 int ll_hsm_release(struct inode *inode);
872
873 struct obd_client_handle *ll_lease_open(struct inode *inode, struct file *file,
874                                         fmode_t mode, __u64 flags);
875 int ll_lease_close(struct obd_client_handle *och, struct inode *inode,
876                    bool *lease_broken);
877
878 /* llite/dcache.c */
879
880 int ll_d_init(struct dentry *de);
881 extern struct dentry_operations ll_d_ops;
882 void ll_intent_drop_lock(struct lookup_intent *);
883 void ll_intent_release(struct lookup_intent *);
884 void ll_invalidate_aliases(struct inode *);
885 void ll_frob_intent(struct lookup_intent **itp, struct lookup_intent *deft);
886 void ll_lookup_finish_locks(struct lookup_intent *it, struct dentry *dentry);
887 int ll_revalidate_it_finish(struct ptlrpc_request *request,
888                             struct lookup_intent *it, struct dentry *de);
889
890 /* llite/llite_lib.c */
891 extern struct super_operations lustre_super_operations;
892
893 char *ll_read_opt(const char *opt, char *data);
894 void ll_lli_init(struct ll_inode_info *lli);
895 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
896 void ll_put_super(struct super_block *sb);
897 void ll_kill_super(struct super_block *sb);
898 struct inode *ll_inode_from_resource_lock(struct ldlm_lock *lock);
899 struct inode *ll_inode_from_lock(struct ldlm_lock *lock);
900 void ll_clear_inode(struct inode *inode);
901 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import);
902 int ll_setattr(struct dentry *de, struct iattr *attr);
903 int ll_statfs(struct dentry *de, struct kstatfs *sfs);
904 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs,
905                        __u64 max_age, __u32 flags);
906 void ll_update_inode(struct inode *inode, struct lustre_md *md);
907 void ll_read_inode2(struct inode *inode, void *opaque);
908 void ll_delete_inode(struct inode *inode);
909 int ll_iocontrol(struct inode *inode, struct file *file,
910                  unsigned int cmd, unsigned long arg);
911 int ll_flush_ctx(struct inode *inode);
912 void ll_umount_begin(struct super_block *sb);
913 int ll_remount_fs(struct super_block *sb, int *flags, char *data);
914 #ifdef HAVE_SUPEROPS_USE_DENTRY
915 int ll_show_options(struct seq_file *seq, struct dentry *dentry);
916 #else
917 int ll_show_options(struct seq_file *seq, struct vfsmount *vfs);
918 #endif
919 void ll_dirty_page_discard_warn(struct page *page, int ioret);
920 int ll_prep_inode(struct inode **inode, struct ptlrpc_request *req,
921                   struct super_block *, struct lookup_intent *);
922 void lustre_dump_dentry(struct dentry *, int recur);
923 void lustre_dump_inode(struct inode *);
924 int ll_obd_statfs(struct inode *inode, void *arg);
925 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
926 int ll_process_config(struct lustre_cfg *lcfg);
927 struct md_op_data *ll_prep_md_op_data(struct md_op_data *op_data,
928                                       struct inode *i1, struct inode *i2,
929                                       const char *name, int namelen,
930                                       int mode, __u32 opc, void *data);
931 void ll_finish_md_op_data(struct md_op_data *op_data);
932 int ll_get_obd_name(struct inode *inode, unsigned int cmd, unsigned long arg);
933 char *ll_get_fsname(struct super_block *sb, char *buf, int buflen);
934
935 /* llite/llite_nfs.c */
936 extern struct export_operations lustre_export_operations;
937 __u32 get_uuid2int(const char *name, int len);
938 struct inode *search_inode_for_lustre(struct super_block *sb,
939                                       const struct lu_fid *fid);
940
941 /* llite/special.c */
942 extern struct inode_operations ll_special_inode_operations;
943 extern struct file_operations ll_special_chr_inode_fops;
944 extern struct file_operations ll_special_chr_file_fops;
945 extern struct file_operations ll_special_blk_inode_fops;
946 extern struct file_operations ll_special_fifo_inode_fops;
947 extern struct file_operations ll_special_fifo_file_fops;
948 extern struct file_operations ll_special_sock_inode_fops;
949
950 /* llite/symlink.c */
951 extern struct inode_operations ll_fast_symlink_inode_operations;
952
953 /* llite/llite_close.c */
954 struct ll_close_queue {
955         spinlock_t              lcq_lock;
956         cfs_list_t              lcq_head;
957         wait_queue_head_t       lcq_waitq;
958         struct completion       lcq_comp;
959         cfs_atomic_t            lcq_stop;
960 };
961
962 struct ccc_object *cl_inode2ccc(struct inode *inode);
963
964
965 void vvp_write_pending (struct ccc_object *club, struct ccc_page *page);
966 void vvp_write_complete(struct ccc_object *club, struct ccc_page *page);
967
968 /* specific achitecture can implement only part of this list */
969 enum vvp_io_subtype {
970         /** normal IO */
971         IO_NORMAL,
972         /** io called from .sendfile */
973         IO_SENDFILE,
974         /** io started from splice_{read|write} */
975         IO_SPLICE
976 };
977
978 /* IO subtypes */
979 struct vvp_io {
980         /** io subtype */
981         enum vvp_io_subtype    cui_io_subtype;
982
983         union {
984                 struct {
985                         read_actor_t      cui_actor;
986                         void             *cui_target;
987                 } sendfile;
988                 struct {
989                         struct pipe_inode_info *cui_pipe;
990                         unsigned int            cui_flags;
991                 } splice;
992                 struct vvp_fault_io {
993                         /**
994                          * Inode modification time that is checked across DLM
995                          * lock request.
996                          */
997                         time_t                 ft_mtime;
998                         struct vm_area_struct *ft_vma;
999                         /**
1000                          *  locked page returned from vvp_io
1001                          */
1002                         struct page            *ft_vmpage;
1003                         struct vm_fault_api {
1004                                 /**
1005                                  * kernel fault info
1006                                  */
1007                                 struct vm_fault *ft_vmf;
1008                                 /**
1009                                  * fault API used bitflags for return code.
1010                                  */
1011                                 unsigned int    ft_flags;
1012                         } fault;
1013                 } fault;
1014         } u;
1015         /**
1016          * Read-ahead state used by read and page-fault IO contexts.
1017          */
1018         struct ll_ra_read    cui_bead;
1019         /**
1020          * Set when cui_bead has been initialized.
1021          */
1022         int                  cui_ra_window_set;
1023         /**
1024          * Partially truncated page, that vvp_io_trunc_start() keeps locked
1025          * across truncate.
1026          */
1027         struct cl_page      *cui_partpage;
1028 };
1029
1030 /**
1031  * IO arguments for various VFS I/O interfaces.
1032  */
1033 struct vvp_io_args {
1034         /** normal/sendfile/splice */
1035         enum vvp_io_subtype via_io_subtype;
1036
1037         union {
1038                 struct {
1039                         struct kiocb      *via_iocb;
1040                         struct iovec      *via_iov;
1041                         unsigned long      via_nrsegs;
1042                 } normal;
1043                 struct {
1044                         read_actor_t       via_actor;
1045                         void              *via_target;
1046                 } sendfile;
1047                 struct {
1048                         struct pipe_inode_info  *via_pipe;
1049                         unsigned int       via_flags;
1050                 } splice;
1051         } u;
1052 };
1053
1054 struct ll_cl_context {
1055         void           *lcc_cookie;
1056         struct cl_io   *lcc_io;
1057         struct cl_page *lcc_page;
1058         struct lu_env  *lcc_env;
1059         int             lcc_refcheck;
1060         int             lcc_created;
1061 };
1062
1063 struct vvp_thread_info {
1064         struct ost_lvb       vti_lvb;
1065         struct cl_2queue     vti_queue;
1066         struct iovec         vti_local_iov;
1067         struct vvp_io_args   vti_args;
1068         struct ra_io_arg     vti_ria;
1069         struct kiocb         vti_kiocb;
1070         struct ll_cl_context vti_io_ctx;
1071 };
1072
1073 static inline struct vvp_thread_info *vvp_env_info(const struct lu_env *env)
1074 {
1075         extern struct lu_context_key vvp_key;
1076         struct vvp_thread_info      *info;
1077
1078         info = lu_context_key_get(&env->le_ctx, &vvp_key);
1079         LASSERT(info != NULL);
1080         return info;
1081 }
1082
1083 static inline struct vvp_io_args *vvp_env_args(const struct lu_env *env,
1084                                                enum vvp_io_subtype type)
1085 {
1086         struct vvp_io_args *ret = &vvp_env_info(env)->vti_args;
1087
1088         ret->via_io_subtype = type;
1089
1090         return ret;
1091 }
1092
1093 struct vvp_session {
1094         struct vvp_io         vs_ios;
1095 };
1096
1097 static inline struct vvp_session *vvp_env_session(const struct lu_env *env)
1098 {
1099         extern struct lu_context_key vvp_session_key;
1100         struct vvp_session *ses;
1101
1102         ses = lu_context_key_get(env->le_ses, &vvp_session_key);
1103         LASSERT(ses != NULL);
1104         return ses;
1105 }
1106
1107 static inline struct vvp_io *vvp_env_io(const struct lu_env *env)
1108 {
1109         return &vvp_env_session(env)->vs_ios;
1110 }
1111
1112 void ll_queue_done_writing(struct inode *inode, unsigned long flags);
1113 void ll_close_thread_shutdown(struct ll_close_queue *lcq);
1114 int ll_close_thread_start(struct ll_close_queue **lcq_ret);
1115
1116 /* llite/llite_mmap.c */
1117 typedef struct rb_root  rb_root_t;
1118 typedef struct rb_node  rb_node_t;
1119
1120 struct ll_lock_tree_node;
1121 struct ll_lock_tree {
1122         rb_root_t                       lt_root;
1123         cfs_list_t                      lt_locked_list;
1124         struct ll_file_data            *lt_fd;
1125 };
1126
1127 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last);
1128 int ll_file_mmap(struct file * file, struct vm_area_struct * vma);
1129 struct ll_lock_tree_node * ll_node_from_inode(struct inode *inode, __u64 start,
1130                                               __u64 end, ldlm_mode_t mode);
1131 void policy_from_vma(ldlm_policy_data_t *policy,
1132                 struct vm_area_struct *vma, unsigned long addr, size_t count);
1133 struct vm_area_struct *our_vma(struct mm_struct *mm, unsigned long addr,
1134                                size_t count);
1135
1136 static inline void ll_invalidate_page(struct page *vmpage)
1137 {
1138         struct address_space *mapping = vmpage->mapping;
1139         loff_t offset = vmpage->index << PAGE_CACHE_SHIFT;
1140
1141         LASSERT(PageLocked(vmpage));
1142         if (mapping == NULL)
1143                 return;
1144
1145         /*
1146          * truncate_complete_page() calls
1147          * a_ops->invalidatepage()->cl_page_delete()->vvp_page_delete().
1148          */
1149         ll_teardown_mmaps(mapping, offset, offset + PAGE_CACHE_SIZE);
1150         truncate_complete_page(mapping, vmpage);
1151 }
1152
1153 #define    ll_s2sbi(sb)        (s2lsi(sb)->lsi_llsbi)
1154
1155 /* don't need an addref as the sb_info should be holding one */
1156 static inline struct obd_export *ll_s2dtexp(struct super_block *sb)
1157 {
1158         return ll_s2sbi(sb)->ll_dt_exp;
1159 }
1160
1161 /* don't need an addref as the sb_info should be holding one */
1162 static inline struct obd_export *ll_s2mdexp(struct super_block *sb)
1163 {
1164         return ll_s2sbi(sb)->ll_md_exp;
1165 }
1166
1167 static inline struct client_obd *sbi2mdc(struct ll_sb_info *sbi)
1168 {
1169         struct obd_device *obd = sbi->ll_md_exp->exp_obd;
1170         if (obd == NULL)
1171                 LBUG();
1172         return &obd->u.cli;
1173 }
1174
1175 // FIXME: replace the name of this with LL_SB to conform to kernel stuff
1176 static inline struct ll_sb_info *ll_i2sbi(struct inode *inode)
1177 {
1178         return ll_s2sbi(inode->i_sb);
1179 }
1180
1181 static inline struct obd_export *ll_i2dtexp(struct inode *inode)
1182 {
1183         return ll_s2dtexp(inode->i_sb);
1184 }
1185
1186 static inline struct obd_export *ll_i2mdexp(struct inode *inode)
1187 {
1188         return ll_s2mdexp(inode->i_sb);
1189 }
1190
1191 static inline struct lu_fid *ll_inode2fid(struct inode *inode)
1192 {
1193         struct lu_fid *fid;
1194
1195         LASSERT(inode != NULL);
1196         fid = &ll_i2info(inode)->lli_fid;
1197
1198         return fid;
1199 }
1200
1201 static inline int ll_mds_max_easize(struct super_block *sb)
1202 {
1203         return sbi2mdc(ll_s2sbi(sb))->cl_max_mds_easize;
1204 }
1205
1206 static inline __u64 ll_file_maxbytes(struct inode *inode)
1207 {
1208         return ll_i2info(inode)->lli_maxbytes;
1209 }
1210
1211 /* llite/xattr.c */
1212 int ll_setxattr(struct dentry *dentry, const char *name,
1213                 const void *value, size_t size, int flags);
1214 ssize_t ll_getxattr(struct dentry *dentry, const char *name,
1215                     void *buffer, size_t size);
1216 ssize_t ll_listxattr(struct dentry *dentry, char *buffer, size_t size);
1217 int ll_removexattr(struct dentry *dentry, const char *name);
1218
1219 /* llite/remote_perm.c */
1220 extern struct kmem_cache *ll_remote_perm_cachep;
1221 extern struct kmem_cache *ll_rmtperm_hash_cachep;
1222
1223 cfs_hlist_head_t *alloc_rmtperm_hash(void);
1224 void free_rmtperm_hash(cfs_hlist_head_t *hash);
1225 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm);
1226 int lustre_check_remote_perm(struct inode *inode, int mask);
1227
1228 /* llite/llite_capa.c */
1229 extern struct timer_list ll_capa_timer;
1230
1231 int ll_capa_thread_start(void);
1232 void ll_capa_thread_stop(void);
1233 void ll_capa_timer_callback(unsigned long unused);
1234
1235 struct obd_capa *ll_add_capa(struct inode *inode, struct obd_capa *ocapa);
1236 int ll_update_capa(struct obd_capa *ocapa, struct lustre_capa *capa);
1237
1238 void ll_capa_open(struct inode *inode);
1239 void ll_capa_close(struct inode *inode);
1240
1241 struct obd_capa *ll_mdscapa_get(struct inode *inode);
1242 struct obd_capa *ll_osscapa_get(struct inode *inode, __u64 opc);
1243
1244 void ll_truncate_free_capa(struct obd_capa *ocapa);
1245 void ll_clear_inode_capas(struct inode *inode);
1246 void ll_print_capa_stat(struct ll_sb_info *sbi);
1247
1248 /* llite/llite_cl.c */
1249 extern struct lu_device_type vvp_device_type;
1250
1251 /**
1252  * Common IO arguments for various VFS I/O interfaces.
1253  */
1254 int cl_sb_init(struct super_block *sb);
1255 int cl_sb_fini(struct super_block *sb);
1256 enum cl_lock_mode  vvp_mode_from_vma(struct vm_area_struct *vma);
1257 void ll_io_init(struct cl_io *io, const struct file *file, int write);
1258
1259 void ras_update(struct ll_sb_info *sbi, struct inode *inode,
1260                 struct ll_readahead_state *ras, unsigned long index,
1261                 unsigned hit);
1262 void ll_ra_count_put(struct ll_sb_info *sbi, unsigned long len);
1263 int ll_is_file_contended(struct file *file);
1264 void ll_ra_stats_inc(struct inode *inode, enum ra_stat which);
1265
1266 /* llite/llite_rmtacl.c */
1267 #ifdef CONFIG_FS_POSIX_ACL
1268 obd_valid rce_ops2valid(int ops);
1269 struct rmtacl_ctl_entry *rct_search(struct rmtacl_ctl_table *rct, pid_t key);
1270 int rct_add(struct rmtacl_ctl_table *rct, pid_t key, int ops);
1271 int rct_del(struct rmtacl_ctl_table *rct, pid_t key);
1272 void rct_init(struct rmtacl_ctl_table *rct);
1273 void rct_fini(struct rmtacl_ctl_table *rct);
1274
1275 void ee_free(struct eacl_entry *ee);
1276 int ee_add(struct eacl_table *et, pid_t key, struct lu_fid *fid, int type,
1277            ext_acl_xattr_header *header);
1278 struct eacl_entry *et_search_del(struct eacl_table *et, pid_t key,
1279                                  struct lu_fid *fid, int type);
1280 void et_search_free(struct eacl_table *et, pid_t key);
1281 void et_init(struct eacl_table *et);
1282 void et_fini(struct eacl_table *et);
1283 #endif
1284
1285 /* statahead.c */
1286
1287 #define LL_SA_RPC_MIN           2
1288 #define LL_SA_RPC_DEF           32
1289 #define LL_SA_RPC_MAX           8192
1290
1291 #define LL_SA_CACHE_BIT         5
1292 #define LL_SA_CACHE_SIZE        (1 << LL_SA_CACHE_BIT)
1293 #define LL_SA_CACHE_MASK        (LL_SA_CACHE_SIZE - 1)
1294
1295 /* per inode struct, for dir only */
1296 struct ll_statahead_info {
1297         struct inode           *sai_inode;
1298         cfs_atomic_t            sai_refcount;   /* when access this struct, hold
1299                                                  * refcount */
1300         unsigned int            sai_generation; /* generation for statahead */
1301         unsigned int            sai_max;        /* max ahead of lookup */
1302         __u64                   sai_sent;       /* stat requests sent count */
1303         __u64                   sai_replied;    /* stat requests which received
1304                                                  * reply */
1305         __u64                   sai_index;      /* index of statahead entry */
1306         __u64                   sai_index_wait; /* index of entry which is the
1307                                                  * caller is waiting for */
1308         __u64                   sai_hit;        /* hit count */
1309         __u64                   sai_miss;       /* miss count:
1310                                                  * for "ls -al" case, it includes
1311                                                  * hidden dentry miss;
1312                                                  * for "ls -l" case, it does not
1313                                                  * include hidden dentry miss.
1314                                                  * "sai_miss_hidden" is used for
1315                                                  * the later case.
1316                                                  */
1317         unsigned int            sai_consecutive_miss; /* consecutive miss */
1318         unsigned int            sai_miss_hidden;/* "ls -al", but first dentry
1319                                                  * is not a hidden one */
1320         unsigned int            sai_skip_hidden;/* skipped hidden dentry count */
1321         unsigned int            sai_ls_all:1,   /* "ls -al", do stat-ahead for
1322                                                  * hidden entries */
1323                                 sai_in_readpage:1,/* statahead is in readdir()*/
1324                                 sai_agl_valid:1;/* AGL is valid for the dir */
1325         wait_queue_head_t       sai_waitq;      /* stat-ahead wait queue */
1326         struct ptlrpc_thread    sai_thread;     /* stat-ahead thread */
1327         struct ptlrpc_thread    sai_agl_thread; /* AGL thread */
1328         cfs_list_t              sai_entries;    /* entry list */
1329         cfs_list_t              sai_entries_received; /* entries returned */
1330         cfs_list_t              sai_entries_stated;   /* entries stated */
1331         cfs_list_t              sai_entries_agl; /* AGL entries to be sent */
1332         cfs_list_t              sai_cache[LL_SA_CACHE_SIZE];
1333         spinlock_t              sai_cache_lock[LL_SA_CACHE_SIZE];
1334         cfs_atomic_t            sai_cache_count; /* entry count in cache */
1335 };
1336
1337 int do_statahead_enter(struct inode *dir, struct dentry **dentry,
1338                        int only_unplug);
1339 void ll_stop_statahead(struct inode *dir, void *key);
1340
1341 static inline int ll_glimpse_size(struct inode *inode)
1342 {
1343         struct ll_inode_info *lli = ll_i2info(inode);
1344         int rc;
1345
1346         down_read(&lli->lli_glimpse_sem);
1347         rc = cl_glimpse_size(inode);
1348         lli->lli_glimpse_time = cfs_time_current();
1349         up_read(&lli->lli_glimpse_sem);
1350         return rc;
1351 }
1352
1353 static inline void
1354 ll_statahead_mark(struct inode *dir, struct dentry *dentry)
1355 {
1356         struct ll_inode_info     *lli = ll_i2info(dir);
1357         struct ll_statahead_info *sai = lli->lli_sai;
1358         struct ll_dentry_data    *ldd = ll_d2d(dentry);
1359
1360         /* not the same process, don't mark */
1361         if (lli->lli_opendir_pid != current_pid())
1362                 return;
1363
1364         LASSERT(ldd != NULL);
1365         if (sai != NULL)
1366                 ldd->lld_sa_generation = sai->sai_generation;
1367 }
1368
1369 static inline int
1370 d_need_statahead(struct inode *dir, struct dentry *dentryp)
1371 {
1372         struct ll_inode_info  *lli;
1373         struct ll_dentry_data *ldd;
1374
1375         if (ll_i2sbi(dir)->ll_sa_max == 0)
1376                 return -EAGAIN;
1377
1378         lli = ll_i2info(dir);
1379         /* not the same process, don't statahead */
1380         if (lli->lli_opendir_pid != current_pid())
1381                 return -EAGAIN;
1382
1383         /* statahead has been stopped */
1384         if (lli->lli_opendir_key == NULL)
1385                 return -EAGAIN;
1386
1387         ldd = ll_d2d(dentryp);
1388         /*
1389          * When stats a dentry, the system trigger more than once "revalidate"
1390          * or "lookup", for "getattr", for "getxattr", and maybe for others.
1391          * Under patchless client mode, the operation intent is not accurate,
1392          * which maybe misguide the statahead thread. For example:
1393          * The "revalidate" call for "getattr" and "getxattr" of a dentry maybe
1394          * have the same operation intent -- "IT_GETATTR".
1395          * In fact, one dentry should has only one chance to interact with the
1396          * statahead thread, otherwise the statahead windows will be confused.
1397          * The solution is as following:
1398          * Assign "lld_sa_generation" with "sai_generation" when a dentry
1399          * "IT_GETATTR" for the first time, and the subsequent "IT_GETATTR"
1400          * will bypass interacting with statahead thread for checking:
1401          * "lld_sa_generation == lli_sai->sai_generation"
1402          */
1403         if (ldd && lli->lli_sai &&
1404             ldd->lld_sa_generation == lli->lli_sai->sai_generation)
1405                 return -EAGAIN;
1406
1407         return 1;
1408 }
1409
1410 static inline int
1411 ll_statahead_enter(struct inode *dir, struct dentry **dentryp, int only_unplug)
1412 {
1413         int ret;
1414
1415         ret = d_need_statahead(dir, *dentryp);
1416         if (ret <= 0)
1417                 return ret;
1418
1419         return do_statahead_enter(dir, dentryp, only_unplug);
1420 }
1421
1422 /* llite ioctl register support rountine */
1423 #ifdef __KERNEL__
1424 enum llioc_iter {
1425         LLIOC_CONT = 0,
1426         LLIOC_STOP
1427 };
1428
1429 #define LLIOC_MAX_CMD           256
1430
1431 /*
1432  * Rules to write a callback function:
1433  *
1434  * Parameters:
1435  *  @magic: Dynamic ioctl call routine will feed this vaule with the pointer
1436  *      returned to ll_iocontrol_register.  Callback functions should use this
1437  *      data to check the potential collasion of ioctl cmd. If collasion is
1438  *      found, callback function should return LLIOC_CONT.
1439  *  @rcp: The result of ioctl command.
1440  *
1441  *  Return values:
1442  *      If @magic matches the pointer returned by ll_iocontrol_data, the
1443  *      callback should return LLIOC_STOP; return LLIOC_STOP otherwise.
1444  */
1445 typedef enum llioc_iter (*llioc_callback_t)(struct inode *inode,
1446                 struct file *file, unsigned int cmd, unsigned long arg,
1447                 void *magic, int *rcp);
1448
1449 enum llioc_iter ll_iocontrol_call(struct inode *inode, struct file *file,
1450                 unsigned int cmd, unsigned long arg, int *rcp);
1451
1452 /* export functions */
1453 /* Register ioctl block dynamatically for a regular file.
1454  *
1455  * @cmd: the array of ioctl command set
1456  * @count: number of commands in the @cmd
1457  * @cb: callback function, it will be called if an ioctl command is found to
1458  *      belong to the command list @cmd.
1459  *
1460  * Return vaule:
1461  *      A magic pointer will be returned if success;
1462  *      otherwise, NULL will be returned.
1463  * */
1464 void *ll_iocontrol_register(llioc_callback_t cb, int count, unsigned int *cmd);
1465 void ll_iocontrol_unregister(void *magic);
1466
1467 #endif
1468
1469 /* lclient compat stuff */
1470 #define cl_inode_info ll_inode_info
1471 #define cl_i2info(info) ll_i2info(info)
1472 #define cl_inode_mode(inode) ((inode)->i_mode)
1473 #define cl_i2sbi ll_i2sbi
1474
1475 static inline struct ll_file_data *cl_iattr2fd(struct inode *inode,
1476                                                const struct iattr *attr)
1477 {
1478         LASSERT(attr->ia_valid & ATTR_FILE);
1479         return LUSTRE_FPRIVATE(attr->ia_file);
1480 }
1481
1482 static inline void cl_isize_lock(struct inode *inode)
1483 {
1484         ll_inode_size_lock(inode);
1485 }
1486
1487 static inline void cl_isize_unlock(struct inode *inode)
1488 {
1489         ll_inode_size_unlock(inode);
1490 }
1491
1492 static inline void cl_isize_write_nolock(struct inode *inode, loff_t kms)
1493 {
1494         LASSERT(down_trylock(&ll_i2info(inode)->lli_size_sem) != 0);
1495         i_size_write(inode, kms);
1496 }
1497
1498 static inline void cl_isize_write(struct inode *inode, loff_t kms)
1499 {
1500         ll_inode_size_lock(inode);
1501         i_size_write(inode, kms);
1502         ll_inode_size_unlock(inode);
1503 }
1504
1505 #define cl_isize_read(inode)             i_size_read(inode)
1506
1507 static inline int cl_merge_lvb(const struct lu_env *env, struct inode *inode)
1508 {
1509         return ll_merge_lvb(env, inode);
1510 }
1511
1512 #define cl_inode_atime(inode) LTIME_S((inode)->i_atime)
1513 #define cl_inode_ctime(inode) LTIME_S((inode)->i_ctime)
1514 #define cl_inode_mtime(inode) LTIME_S((inode)->i_mtime)
1515
1516 struct obd_capa *cl_capa_lookup(struct inode *inode, enum cl_req_type crt);
1517
1518 int cl_sync_file_range(struct inode *inode, loff_t start, loff_t end,
1519                        enum cl_fsync_mode mode, int ignore_layout);
1520
1521 /** direct write pages */
1522 struct ll_dio_pages {
1523         /** page array to be written. we don't support
1524          * partial pages except the last one. */
1525         struct page **ldp_pages;
1526         /* offset of each page */
1527         loff_t       *ldp_offsets;
1528         /** if ldp_offsets is NULL, it means a sequential
1529          * pages to be written, then this is the file offset
1530          * of the * first page. */
1531         loff_t        ldp_start_offset;
1532         /** how many bytes are to be written. */
1533         size_t        ldp_size;
1534         /** # of pages in the array. */
1535         int           ldp_nr;
1536 };
1537
1538 static inline void cl_stats_tally(struct cl_device *dev, enum cl_req_type crt,
1539                                   int rc)
1540 {
1541         int opc = (crt == CRT_READ) ? LPROC_LL_OSC_READ :
1542                                       LPROC_LL_OSC_WRITE;
1543
1544         ll_stats_ops_tally(ll_s2sbi(cl2ccc_dev(dev)->cdv_sb), opc, rc);
1545 }
1546
1547 extern ssize_t ll_direct_rw_pages(const struct lu_env *env, struct cl_io *io,
1548                                   int rw, struct inode *inode,
1549                                   struct ll_dio_pages *pv);
1550
1551 static inline int ll_file_nolock(const struct file *file)
1552 {
1553         struct ll_file_data *fd = LUSTRE_FPRIVATE(file);
1554         struct inode *inode = file->f_dentry->d_inode;
1555
1556         LASSERT(fd != NULL);
1557         return ((fd->fd_flags & LL_FILE_IGNORE_LOCK) ||
1558                 (ll_i2sbi(inode)->ll_flags & LL_SBI_NOLCK));
1559 }
1560
1561 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
1562                                     struct lookup_intent *it, __u64 *bits)
1563 {
1564         if (!it->d.lustre.it_lock_set) {
1565                 struct lustre_handle handle;
1566
1567                 /* If this inode is a remote object, it will get two
1568                  * separate locks in different namespaces, Master MDT,
1569                  * where the name entry is, will grant LOOKUP lock,
1570                  * remote MDT, where the object is, will grant
1571                  * UPDATE|PERM lock. The inode will be attched to both
1572                  * LOOKUP and PERM locks, so revoking either locks will
1573                  * case the dcache being cleared */
1574                 if (it->d.lustre.it_remote_lock_mode) {
1575                         handle.cookie = it->d.lustre.it_remote_lock_handle;
1576                         CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID
1577                                "(%p) for remote lock "LPX64"\n",
1578                                PFID(ll_inode2fid(inode)), inode,
1579                                handle.cookie);
1580                         md_set_lock_data(exp, &handle.cookie, inode, NULL);
1581                 }
1582
1583                 handle.cookie = it->d.lustre.it_lock_handle;
1584
1585                 CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID"(%p)"
1586                        " for lock "LPX64"\n",
1587                        PFID(ll_inode2fid(inode)), inode, handle.cookie);
1588
1589                 md_set_lock_data(exp, &handle.cookie, inode,
1590                                  &it->d.lustre.it_lock_bits);
1591                 it->d.lustre.it_lock_set = 1;
1592         }
1593
1594         if (bits != NULL)
1595                 *bits = it->d.lustre.it_lock_bits;
1596 }
1597
1598 static inline void ll_lock_dcache(struct inode *inode)
1599 {
1600 #ifdef HAVE_DCACHE_LOCK
1601         spin_lock(&dcache_lock);
1602 #else
1603         spin_lock(&inode->i_lock);
1604 #endif
1605 }
1606
1607 static inline void ll_unlock_dcache(struct inode *inode)
1608 {
1609 #ifdef HAVE_DCACHE_LOCK
1610         spin_unlock(&dcache_lock);
1611 #else
1612         spin_unlock(&inode->i_lock);
1613 #endif
1614 }
1615
1616 static inline int d_lustre_invalid(const struct dentry *dentry)
1617 {
1618         struct ll_dentry_data *lld = ll_d2d(dentry);
1619
1620         return (lld == NULL) || lld->lld_invalid;
1621 }
1622
1623 static inline void __d_lustre_invalidate(struct dentry *dentry)
1624 {
1625         struct ll_dentry_data *lld = ll_d2d(dentry);
1626
1627         if (lld != NULL)
1628                 lld->lld_invalid = 1;
1629 }
1630
1631 /*
1632  * Mark dentry INVALID, if dentry refcount is zero (this is normally case for
1633  * ll_md_blocking_ast), unhash this dentry, and let dcache to reclaim it later;
1634  * else dput() of the last refcount will unhash this dentry and kill it.
1635  */
1636 static inline void d_lustre_invalidate(struct dentry *dentry, int nested)
1637 {
1638         CDEBUG(D_DENTRY, "invalidate dentry %.*s (%p) parent %p inode %p "
1639                "refc %d\n", dentry->d_name.len, dentry->d_name.name, dentry,
1640                dentry->d_parent, dentry->d_inode, d_count(dentry));
1641
1642         spin_lock_nested(&dentry->d_lock,
1643                          nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL);
1644         __d_lustre_invalidate(dentry);
1645         if (d_count(dentry) == 0)
1646                 __d_drop(dentry);
1647         spin_unlock(&dentry->d_lock);
1648 }
1649
1650 static inline void d_lustre_revalidate(struct dentry *dentry)
1651 {
1652         spin_lock(&dentry->d_lock);
1653         LASSERT(ll_d2d(dentry) != NULL);
1654         ll_d2d(dentry)->lld_invalid = 0;
1655         spin_unlock(&dentry->d_lock);
1656 }
1657
1658 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 7, 50, 0)
1659 /* Compatibility for old (1.8) compiled userspace quota code */
1660 struct if_quotactl_18 {
1661         __u32                   qc_cmd;
1662         __u32                   qc_type;
1663         __u32                   qc_id;
1664         __u32                   qc_stat;
1665         struct obd_dqinfo       qc_dqinfo;
1666         struct obd_dqblk        qc_dqblk;
1667         char                    obd_type[16];
1668         struct obd_uuid         obd_uuid;
1669 };
1670 #define LL_IOC_QUOTACTL_18              _IOWR('f', 162, struct if_quotactl_18 *)
1671 /* End compatibility for old (1.8) compiled userspace quota code */
1672 #else
1673 #warning "remove old LL_IOC_QUOTACTL_18 compatibility code"
1674 #endif /* LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 7, 50, 0) */
1675
1676 enum {
1677         LL_LAYOUT_GEN_NONE  = ((__u32)-2),      /* layout lock was cancelled */
1678         LL_LAYOUT_GEN_EMPTY = ((__u32)-1)       /* for empty layout */
1679 };
1680
1681 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf);
1682 int ll_layout_refresh(struct inode *inode, __u32 *gen);
1683 int ll_layout_restore(struct inode *inode, loff_t start, __u64 length);
1684
1685 int ll_xattr_init(void);
1686 void ll_xattr_fini(void);
1687
1688 int ll_page_sync_io(const struct lu_env *env, struct cl_io *io,
1689                     struct cl_page *page, enum cl_req_type crt);
1690
1691 #endif /* LLITE_INTERNAL_H */