Whamcloud - gitweb
LU-9468 llite: fix for stat under kthread and X86_X32
[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.gnu.org/licenses/gpl-2.0.html
19  *
20  * GPL HEADER END
21  */
22 /*
23  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
24  * Use is subject to license terms.
25  *
26  * Copyright (c) 2011, 2016, Intel Corporation.
27  */
28 /*
29  * This file is part of Lustre, http://www.lustre.org/
30  * Lustre is a trademark of Sun Microsystems, Inc.
31  */
32
33 #ifndef LLITE_INTERNAL_H
34 #define LLITE_INTERNAL_H
35 #include <lustre_debug.h>
36 #include <lustre_ver.h>
37 #include <lustre_disk.h>  /* for s2sbi */
38 #include <lustre_eacl.h>
39 #include <lustre_linkea.h>
40
41 /* for struct cl_lock_descr and struct cl_io */
42 #include <cl_object.h>
43 #include <lustre_lmv.h>
44 #include <lustre_mdc.h>
45 #include <lustre_intent.h>
46 #include <linux/compat.h>
47 #include <linux/aio.h>
48
49 #include <lustre_compat.h>
50 #include "vvp_internal.h"
51 #include "range_lock.h"
52
53 #ifndef FMODE_EXEC
54 #define FMODE_EXEC 0
55 #endif
56
57 #ifndef VM_FAULT_RETRY
58 #define VM_FAULT_RETRY 0
59 #endif
60
61 /* Kernel 3.1 kills LOOKUP_CONTINUE, LOOKUP_PARENT is equivalent to it.
62  * seem kernel commit 49084c3bb2055c401f3493c13edae14d49128ca0 */
63 #ifndef LOOKUP_CONTINUE
64 #define LOOKUP_CONTINUE LOOKUP_PARENT
65 #endif
66
67 /** Only used on client-side for indicating the tail of dir hash/offset. */
68 #define LL_DIR_END_OFF          0x7fffffffffffffffULL
69 #define LL_DIR_END_OFF_32BIT    0x7fffffffUL
70
71 /* 4UL * 1024 * 1024 */
72 #define LL_MAX_BLKSIZE_BITS 22
73
74 #define LL_IT2STR(it) ((it) ? ldlm_it2str((it)->it_op) : "0")
75 #define LUSTRE_FPRIVATE(file) ((file)->private_data)
76
77 struct ll_dentry_data {
78         struct lookup_intent            *lld_it;
79         unsigned int                    lld_sa_generation;
80         unsigned int                    lld_invalid:1;
81         unsigned int                    lld_nfs_dentry:1;
82         struct rcu_head                 lld_rcu_head;
83 };
84
85 #define ll_d2d(de) ((struct ll_dentry_data*)((de)->d_fsdata))
86
87 #define LLI_INODE_MAGIC                 0x111d0de5
88 #define LLI_INODE_DEAD                  0xdeadd00d
89
90 struct ll_getname_data {
91 #ifdef HAVE_DIR_CONTEXT
92         struct dir_context      ctx;
93 #endif
94         char            *lgd_name;      /* points to a buffer with NAME_MAX+1 size */
95         struct lu_fid   lgd_fid;        /* target fid we are looking for */
96         int             lgd_found;      /* inode matched? */
97 };
98
99 struct ll_grouplock {
100         struct lu_env   *lg_env;
101         struct cl_io    *lg_io;
102         struct cl_lock  *lg_lock;
103         unsigned long    lg_gid;
104 };
105
106 struct ll_inode_info {
107         __u32                           lli_inode_magic;
108         spinlock_t                      lli_lock;
109
110         volatile unsigned long          lli_flags;
111         struct posix_acl                *lli_posix_acl;
112
113         /* identifying fields for both metadata and data stacks. */
114         struct lu_fid                   lli_fid;
115         /* master inode fid for stripe directory */
116         struct lu_fid                   lli_pfid;
117
118         /* We need all three because every inode may be opened in different
119          * modes */
120         struct obd_client_handle       *lli_mds_read_och;
121         struct obd_client_handle       *lli_mds_write_och;
122         struct obd_client_handle       *lli_mds_exec_och;
123         __u64                           lli_open_fd_read_count;
124         __u64                           lli_open_fd_write_count;
125         __u64                           lli_open_fd_exec_count;
126         /* Protects access to och pointers and their usage counters */
127         struct mutex                    lli_och_mutex;
128
129         struct inode                    lli_vfs_inode;
130
131         /* the most recent timestamps obtained from mds */
132         s64                             lli_atime;
133         s64                             lli_mtime;
134         s64                             lli_ctime;
135         spinlock_t                      lli_agl_lock;
136
137         /* update atime from MDS no matter if it's older than
138          * local inode atime. */
139         unsigned int    lli_update_atime:1,
140                         lli_inode_locked:1;
141
142         /* Try to make the d::member and f::member are aligned. Before using
143          * these members, make clear whether it is directory or not. */
144         union {
145                 /* for directory */
146                 struct {
147                         /* serialize normal readdir and statahead-readdir. */
148                         struct mutex                    lli_readdir_mutex;
149
150                         /* metadata statahead */
151                         /* since parent-child threads can share the same @file
152                          * struct, "opendir_key" is the token when dir close for
153                          * case of parent exit before child -- it is me should
154                          * cleanup the dir readahead. */
155                         void                           *lli_opendir_key;
156                         struct ll_statahead_info       *lli_sai;
157                         /* protect statahead stuff. */
158                         spinlock_t                      lli_sa_lock;
159                         /* "opendir_pid" is the token when lookup/revalid
160                          * -- I am the owner of dir statahead. */
161                         pid_t                           lli_opendir_pid;
162                         /* stat will try to access statahead entries or start
163                          * statahead if this flag is set, and this flag will be
164                          * set upon dir open, and cleared when dir is closed,
165                          * statahead hit ratio is too low, or start statahead
166                          * thread failed. */
167                         unsigned int                    lli_sa_enabled:1;
168                         /* generation for statahead */
169                         unsigned int                    lli_sa_generation;
170                         /* directory stripe information */
171                         struct lmv_stripe_md            *lli_lsm_md;
172                         /* default directory stripe offset.  This is extracted
173                          * from the "dmv" xattr in order to decide which MDT to
174                          * create a subdirectory on.  The MDS itself fetches
175                          * "dmv" and gets the rest of the default layout itself
176                          * (count, hash, etc). */
177                         __u32                           lli_def_stripe_offset;
178                 };
179
180                 /* for non-directory */
181                 struct {
182                         struct mutex                    lli_size_mutex;
183                         char                           *lli_symlink_name;
184                         /*
185                          * struct rw_semaphore {
186                          *    signed long       count;     // align d.d_def_acl
187                          *    spinlock_t        wait_lock; // align d.d_sa_lock
188                          *    struct list_head wait_list;
189                          * }
190                          */
191                         struct rw_semaphore             lli_trunc_sem;
192                         struct range_lock_tree          lli_write_tree;
193
194                         struct rw_semaphore             lli_glimpse_sem;
195                         cfs_time_t                      lli_glimpse_time;
196                         struct list_head                lli_agl_list;
197                         __u64                           lli_agl_index;
198
199                         /* for writepage() only to communicate to fsync */
200                         int                             lli_async_rc;
201
202                         /*
203                          * whenever a process try to read/write the file, the
204                          * jobid of the process will be saved here, and it'll
205                          * be packed into the write PRC when flush later.
206                          *
207                          * so the read/write statistics for jobid will not be
208                          * accurate if the file is shared by different jobs.
209                          */
210                         char                    lli_jobid[LUSTRE_JOBID_SIZE];
211                 };
212         };
213
214         /* XXX: For following frequent used members, although they maybe special
215          *      used for non-directory object, it is some time-wasting to check
216          *      whether the object is directory or not before using them. On the
217          *      other hand, currently, sizeof(f) > sizeof(d), it cannot reduce
218          *      the "ll_inode_info" size even if moving those members into u.f.
219          *      So keep them out side.
220          *
221          *      In the future, if more members are added only for directory,
222          *      some of the following members can be moved into u.f.
223          */
224         struct cl_object                *lli_clob;
225
226         /* mutex to request for layout lock exclusively. */
227         struct mutex                    lli_layout_mutex;
228         /* Layout version, protected by lli_layout_lock */
229         __u32                           lli_layout_gen;
230         spinlock_t                      lli_layout_lock;
231
232         __u32                           lli_projid;   /* project id */
233
234         struct rw_semaphore             lli_xattrs_list_rwsem;
235         struct mutex                    lli_xattrs_enq_lock;
236         struct list_head                lli_xattrs; /* ll_xattr_entry->xe_list */
237 };
238
239 static inline __u32 ll_layout_version_get(struct ll_inode_info *lli)
240 {
241         __u32 gen;
242
243         spin_lock(&lli->lli_layout_lock);
244         gen = lli->lli_layout_gen;
245         spin_unlock(&lli->lli_layout_lock);
246
247         return gen;
248 }
249
250 static inline void ll_layout_version_set(struct ll_inode_info *lli, __u32 gen)
251 {
252         spin_lock(&lli->lli_layout_lock);
253         lli->lli_layout_gen = gen;
254         spin_unlock(&lli->lli_layout_lock);
255 }
256
257 enum ll_file_flags {
258         /* File data is modified. */
259         LLIF_DATA_MODIFIED      = 0,
260         /* File is being restored */
261         LLIF_FILE_RESTORING     = 1,
262         /* Xattr cache is attached to the file */
263         LLIF_XATTR_CACHE        = 2,
264 };
265
266 static inline void ll_file_set_flag(struct ll_inode_info *lli,
267                                     enum ll_file_flags flag)
268 {
269         set_bit(flag, &lli->lli_flags);
270 }
271
272 static inline void ll_file_clear_flag(struct ll_inode_info *lli,
273                                       enum ll_file_flags flag)
274 {
275         clear_bit(flag, &lli->lli_flags);
276 }
277
278 static inline bool ll_file_test_flag(struct ll_inode_info *lli,
279                                      enum ll_file_flags flag)
280 {
281         return test_bit(flag, &lli->lli_flags);
282 }
283
284 static inline bool ll_file_test_and_clear_flag(struct ll_inode_info *lli,
285                                                enum ll_file_flags flag)
286 {
287         return test_and_clear_bit(flag, &lli->lli_flags);
288 }
289
290 int ll_xattr_cache_destroy(struct inode *inode);
291
292 int ll_xattr_cache_get(struct inode *inode,
293                         const char *name,
294                         char *buffer,
295                         size_t size,
296                         __u64 valid);
297
298 int ll_dentry_init_security(struct dentry *dentry, int mode, struct qstr *name,
299                             const char **secctx_name, void **secctx,
300                             __u32 *secctx_size);
301 int ll_inode_init_security(struct dentry *dentry, struct inode *inode,
302                            struct inode *dir);
303
304 /*
305  * Locking to guarantee consistency of non-atomic updates to long long i_size,
306  * consistency between file size and KMS.
307  *
308  * Implemented by ->lli_size_mutex and ->lsm_lock, nested in that order.
309  */
310
311 void ll_inode_size_lock(struct inode *inode);
312 void ll_inode_size_unlock(struct inode *inode);
313
314 // FIXME: replace the name of this with LL_I to conform to kernel stuff
315 // static inline struct ll_inode_info *LL_I(struct inode *inode)
316 static inline struct ll_inode_info *ll_i2info(struct inode *inode)
317 {
318         return container_of(inode, struct ll_inode_info, lli_vfs_inode);
319 }
320
321 /* default to about 64M of readahead on a given system. */
322 #define SBI_DEFAULT_READAHEAD_MAX       (64UL << (20 - PAGE_SHIFT))
323
324 /* default to read-ahead full files smaller than 2MB on the second read */
325 #define SBI_DEFAULT_READAHEAD_WHOLE_MAX (2UL << (20 - PAGE_SHIFT))
326
327 enum ra_stat {
328         RA_STAT_HIT = 0,
329         RA_STAT_MISS,
330         RA_STAT_DISTANT_READPAGE,
331         RA_STAT_MISS_IN_WINDOW,
332         RA_STAT_FAILED_GRAB_PAGE,
333         RA_STAT_FAILED_MATCH,
334         RA_STAT_DISCARDED,
335         RA_STAT_ZERO_LEN,
336         RA_STAT_ZERO_WINDOW,
337         RA_STAT_EOF,
338         RA_STAT_MAX_IN_FLIGHT,
339         RA_STAT_WRONG_GRAB_PAGE,
340         RA_STAT_FAILED_REACH_END,
341         _NR_RA_STAT,
342 };
343
344 struct ll_ra_info {
345         atomic_t        ra_cur_pages;
346         unsigned long   ra_max_pages;
347         unsigned long   ra_max_pages_per_file;
348         unsigned long   ra_max_read_ahead_whole_pages;
349 };
350
351 /* ra_io_arg will be filled in the beginning of ll_readahead with
352  * ras_lock, then the following ll_read_ahead_pages will read RA
353  * pages according to this arg, all the items in this structure are
354  * counted by page index.
355  */
356 struct ra_io_arg {
357         unsigned long ria_start;  /* start offset of read-ahead*/
358         unsigned long ria_end;    /* end offset of read-ahead*/
359         unsigned long ria_reserved; /* reserved pages for read-ahead */
360         unsigned long ria_end_min;  /* minimum end to cover current read */
361         bool          ria_eof;    /* reach end of file */
362         /* If stride read pattern is detected, ria_stoff means where
363          * stride read is started. Note: for normal read-ahead, the
364          * value here is meaningless, and also it will not be accessed*/
365         pgoff_t ria_stoff;
366         /* ria_length and ria_pages are the length and pages length in the
367          * stride I/O mode. And they will also be used to check whether
368          * it is stride I/O read-ahead in the read-ahead pages*/
369         unsigned long ria_length;
370         unsigned long ria_pages;
371 };
372
373 /* LL_HIST_MAX=32 causes an overflow */
374 #define LL_HIST_MAX 28
375 #define LL_HIST_START 12 /* buckets start at 2^12 = 4k */
376 #define LL_PROCESS_HIST_MAX 10
377 struct per_process_info {
378         pid_t pid;
379         struct obd_histogram pp_r_hist;
380         struct obd_histogram pp_w_hist;
381 };
382
383 /* pp_extents[LL_PROCESS_HIST_MAX] will hold the combined process info */
384 struct ll_rw_extents_info {
385         struct per_process_info pp_extents[LL_PROCESS_HIST_MAX + 1];
386 };
387
388 #define LL_OFFSET_HIST_MAX 100
389 struct ll_rw_process_info {
390         pid_t                     rw_pid;
391         int                       rw_op;
392         loff_t                    rw_range_start;
393         loff_t                    rw_range_end;
394         loff_t                    rw_last_file_pos;
395         loff_t                    rw_offset;
396         size_t                    rw_smallest_extent;
397         size_t                    rw_largest_extent;
398         struct ll_file_data      *rw_last_file;
399 };
400
401 enum stats_track_type {
402         STATS_TRACK_ALL = 0,  /* track all processes */
403         STATS_TRACK_PID,      /* track process with this pid */
404         STATS_TRACK_PPID,     /* track processes with this ppid */
405         STATS_TRACK_GID,      /* track processes with this gid */
406         STATS_TRACK_LAST,
407 };
408
409 /* flags for sbi->ll_flags */
410 #define LL_SBI_NOLCK             0x01 /* DLM locking disabled (directio-only) */
411 #define LL_SBI_CHECKSUM          0x02 /* checksum each page as it's written */
412 #define LL_SBI_FLOCK             0x04
413 #define LL_SBI_USER_XATTR        0x08 /* support user xattr */
414 #define LL_SBI_ACL               0x10 /* support ACL */
415 /*      LL_SBI_RMT_CLIENT        0x40    remote client */
416 #define LL_SBI_MDS_CAPA          0x80 /* support mds capa, obsolete */
417 #define LL_SBI_OSS_CAPA         0x100 /* support oss capa, obsolete */
418 #define LL_SBI_LOCALFLOCK       0x200 /* Local flocks support by kernel */
419 #define LL_SBI_LRU_RESIZE       0x400 /* lru resize support */
420 #define LL_SBI_LAZYSTATFS       0x800 /* lazystatfs mount option */
421 /*      LL_SBI_SOM_PREVIEW     0x1000    SOM preview mount option, obsolete */
422 #define LL_SBI_32BIT_API       0x2000 /* generate 32 bit inodes. */
423 #define LL_SBI_64BIT_HASH      0x4000 /* support 64-bits dir hash/offset */
424 #define LL_SBI_AGL_ENABLED     0x8000 /* enable agl */
425 #define LL_SBI_VERBOSE        0x10000 /* verbose mount/umount */
426 #define LL_SBI_LAYOUT_LOCK    0x20000 /* layout lock support */
427 #define LL_SBI_USER_FID2PATH  0x40000 /* allow fid2path by unprivileged users */
428 #define LL_SBI_XATTR_CACHE    0x80000 /* support for xattr cache */
429 #define LL_SBI_NOROOTSQUASH  0x100000 /* do not apply root squash */
430 #define LL_SBI_ALWAYS_PING   0x200000 /* always ping even if server
431                                        * suppress_pings */
432 #define LL_SBI_FAST_READ     0x400000 /* fast read support */
433 #define LL_SBI_FILE_SECCTX   0x800000 /* set file security context at create */
434 #define LL_SBI_PIO          0x1000000 /* parallel IO support */
435
436 #define LL_SBI_FLAGS {  \
437         "nolck",        \
438         "checksum",     \
439         "flock",        \
440         "user_xattr",   \
441         "acl",          \
442         "???",          \
443         "???",          \
444         "mds_capa",     \
445         "oss_capa",     \
446         "flock",        \
447         "lru_resize",   \
448         "lazy_statfs",  \
449         "som",          \
450         "32bit_api",    \
451         "64bit_hash",   \
452         "agl",          \
453         "verbose",      \
454         "layout",       \
455         "user_fid2path",\
456         "xattr_cache",  \
457         "norootsquash", \
458         "always_ping",  \
459         "fast_read",    \
460         "file_secctx",  \
461         "pio",          \
462 }
463
464 /* This is embedded into llite super-blocks to keep track of connect
465  * flags (capabilities) supported by all imports given mount is
466  * connected to. */
467 struct lustre_client_ocd {
468         /* This is conjunction of connect_flags across all imports
469          * (LOVs) this mount is connected to. This field is updated by
470          * cl_ocd_update() under ->lco_lock. */
471         __u64                    lco_flags;
472         struct mutex             lco_lock;
473         struct obd_export       *lco_md_exp;
474         struct obd_export       *lco_dt_exp;
475 };
476
477 struct ll_sb_info {
478         /* this protects pglist and ra_info.  It isn't safe to
479          * grab from interrupt contexts */
480         spinlock_t                ll_lock;
481         spinlock_t                ll_pp_extent_lock; /* pp_extent entry*/
482         spinlock_t                ll_process_lock; /* ll_rw_process_info */
483         struct obd_uuid           ll_sb_uuid;
484         struct obd_export        *ll_md_exp;
485         struct obd_export        *ll_dt_exp;
486         struct proc_dir_entry*    ll_proc_root;
487         struct lu_fid             ll_root_fid; /* root object fid */
488
489         int                       ll_flags;
490         unsigned int              ll_umounting:1,
491                                   ll_xattr_cache_enabled:1,
492                                   ll_client_common_fill_super_succeeded:1;
493
494         struct lustre_client_ocd  ll_lco;
495
496         struct lprocfs_stats     *ll_stats; /* lprocfs stats counter */
497
498         /* Used to track "unstable" pages on a client, and maintain a
499          * LRU list of clean pages. An "unstable" page is defined as
500          * any page which is sent to a server as part of a bulk request,
501          * but is uncommitted to stable storage. */
502         struct cl_client_cache   *ll_cache;
503
504         struct lprocfs_stats     *ll_ra_stats;
505
506         struct ll_ra_info         ll_ra_info;
507         unsigned int              ll_namelen;
508         struct file_operations   *ll_fop;
509
510         struct lu_site           *ll_site;
511         struct cl_device         *ll_cl;
512         /* Statistics */
513         struct ll_rw_extents_info ll_rw_extents_info;
514         int                       ll_extent_process_count;
515         struct ll_rw_process_info ll_rw_process_info[LL_PROCESS_HIST_MAX];
516         unsigned int              ll_offset_process_count;
517         struct ll_rw_process_info ll_rw_offset_info[LL_OFFSET_HIST_MAX];
518         unsigned int              ll_rw_offset_entry_count;
519         int                       ll_stats_track_id;
520         enum stats_track_type     ll_stats_track_type;
521         int                       ll_rw_stats_on;
522
523         /* metadata stat-ahead */
524         unsigned int              ll_sa_max;     /* max statahead RPCs */
525         atomic_t                  ll_sa_total;   /* statahead thread started
526                                                   * count */
527         atomic_t                  ll_sa_wrong;   /* statahead thread stopped for
528                                                   * low hit ratio */
529         atomic_t                  ll_sa_running; /* running statahead thread
530                                                   * count */
531         atomic_t                  ll_agl_total;  /* AGL thread started count */
532
533         dev_t                     ll_sdev_orig; /* save s_dev before assign for
534                                                  * clustred nfs */
535         /* root squash */
536         struct root_squash_info   ll_squash;
537         struct path               ll_mnt;
538
539         /* st_blksize returned by stat(2), when non-zero */
540         unsigned int              ll_stat_blksize;
541 };
542
543 /*
544  * per file-descriptor read-ahead data.
545  */
546 struct ll_readahead_state {
547         spinlock_t  ras_lock;
548         /*
549          * index of the last page that read(2) needed and that wasn't in the
550          * cache. Used by ras_update() to detect seeks.
551          *
552          * XXX nikita: if access seeks into cached region, Lustre doesn't see
553          * this.
554          */
555         unsigned long   ras_last_readpage;
556         /*
557          * number of pages read after last read-ahead window reset. As window
558          * is reset on each seek, this is effectively a number of consecutive
559          * accesses. Maybe ->ras_accessed_in_window is better name.
560          *
561          * XXX nikita: window is also reset (by ras_update()) when Lustre
562          * believes that memory pressure evicts read-ahead pages. In that
563          * case, it probably doesn't make sense to expand window to
564          * PTLRPC_MAX_BRW_PAGES on the third access.
565          */
566         unsigned long   ras_consecutive_pages;
567         /*
568          * number of read requests after the last read-ahead window reset
569          * As window is reset on each seek, this is effectively the number
570          * on consecutive read request and is used to trigger read-ahead.
571          */
572         unsigned long   ras_consecutive_requests;
573         /*
574          * Parameters of current read-ahead window. Handled by
575          * ras_update(). On the initial access to the file or after a seek,
576          * window is reset to 0. After 3 consecutive accesses, window is
577          * expanded to PTLRPC_MAX_BRW_PAGES. Afterwards, window is enlarged by
578          * PTLRPC_MAX_BRW_PAGES chunks up to ->ra_max_pages.
579          */
580         unsigned long   ras_window_start, ras_window_len;
581         /*
582          * Optimal RPC size. It decides how many pages will be sent
583          * for each read-ahead.
584          */
585         unsigned long   ras_rpc_size;
586         /*
587          * Where next read-ahead should start at. This lies within read-ahead
588          * window. Read-ahead window is read in pieces rather than at once
589          * because: 1. lustre limits total number of pages under read-ahead by
590          * ->ra_max_pages (see ll_ra_count_get()), 2. client cannot read pages
591          * not covered by DLM lock.
592          */
593         unsigned long   ras_next_readahead;
594         /*
595          * Total number of ll_file_read requests issued, reads originating
596          * due to mmap are not counted in this total.  This value is used to
597          * trigger full file read-ahead after multiple reads to a small file.
598          */
599         unsigned long   ras_requests;
600         /*
601          * Page index with respect to the current request, these value
602          * will not be accurate when dealing with reads issued via mmap.
603          */
604         unsigned long   ras_request_index;
605         /*
606          * The following 3 items are used for detecting the stride I/O
607          * mode.
608          * In stride I/O mode,
609          * ...............|-----data-----|****gap*****|--------|******|....
610          *    offset      |-stride_pages-|-stride_gap-|
611          * ras_stride_offset = offset;
612          * ras_stride_length = stride_pages + stride_gap;
613          * ras_stride_pages = stride_pages;
614          * Note: all these three items are counted by pages.
615          */
616         unsigned long   ras_stride_length;
617         unsigned long   ras_stride_pages;
618         pgoff_t         ras_stride_offset;
619         /*
620          * number of consecutive stride request count, and it is similar as
621          * ras_consecutive_requests, but used for stride I/O mode.
622          * Note: only more than 2 consecutive stride request are detected,
623          * stride read-ahead will be enable
624          */
625         unsigned long   ras_consecutive_stride_requests;
626 };
627
628 extern struct kmem_cache *ll_file_data_slab;
629 struct lustre_handle;
630 struct ll_file_data {
631         struct ll_readahead_state fd_ras;
632         struct ll_grouplock fd_grouplock;
633         __u64 lfd_pos;
634         __u32 fd_flags;
635         fmode_t fd_omode;
636         /* openhandle if lease exists for this file.
637          * Borrow lli->lli_och_mutex to protect assignment */
638         struct obd_client_handle *fd_lease_och;
639         struct obd_client_handle *fd_och;
640         struct file *fd_file;
641         /* Indicate whether need to report failure when close.
642          * true: failure is known, not report again.
643          * false: unknown failure, should report. */
644         bool fd_write_failed;
645         rwlock_t fd_lock; /* protect lcc list */
646         struct list_head fd_lccs; /* list of ll_cl_context */
647 };
648
649 extern struct proc_dir_entry *proc_lustre_fs_root;
650
651 static inline struct inode *ll_info2i(struct ll_inode_info *lli)
652 {
653         return &lli->lli_vfs_inode;
654 }
655
656 __u32 ll_i2suppgid(struct inode *i);
657 void ll_i2gids(__u32 *suppgids, struct inode *i1,struct inode *i2);
658
659 static inline int ll_need_32bit_api(struct ll_sb_info *sbi)
660 {
661 #if BITS_PER_LONG == 32
662         return 1;
663 #elif defined(CONFIG_COMPAT)
664         if (unlikely(sbi->ll_flags & LL_SBI_32BIT_API))
665                 return true;
666
667 # ifdef CONFIG_X86_X32
668         /* in_compat_syscall() returns true when called from a kthread
669          * and CONFIG_X86_X32 is enabled, which is wrong. So check
670          * whether the caller comes from a syscall (ie. not a kthread)
671          * before calling in_compat_syscall(). */
672         if (current->flags & PF_KTHREAD)
673                 return false;
674 # endif
675
676         return unlikely(in_compat_syscall());
677 #else
678         return unlikely(sbi->ll_flags & LL_SBI_32BIT_API);
679 #endif
680 }
681
682 static inline bool ll_sbi_has_fast_read(struct ll_sb_info *sbi)
683 {
684         return !!(sbi->ll_flags & LL_SBI_FAST_READ);
685 }
686
687 void ll_ras_enter(struct file *f);
688
689 /* llite/lcommon_misc.c */
690 int cl_ocd_update(struct obd_device *host, struct obd_device *watched,
691                   enum obd_notify_event ev, void *owner);
692 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock,
693                      struct ll_grouplock *lg);
694 void cl_put_grouplock(struct ll_grouplock *lg);
695
696 /* llite/lproc_llite.c */
697 #ifdef CONFIG_PROC_FS
698 int lprocfs_register_mountpoint(struct proc_dir_entry *parent,
699                                 struct super_block *sb, char *osc, char *mdc);
700 void lprocfs_unregister_mountpoint(struct ll_sb_info *sbi);
701 void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, int count);
702 extern struct lprocfs_vars lprocfs_llite_obd_vars[];
703 #else
704 static inline int lprocfs_register_mountpoint(struct proc_dir_entry *parent,
705                         struct super_block *sb, char *osc, char *mdc){return 0;}
706 static inline void lprocfs_unregister_mountpoint(struct ll_sb_info *sbi) {}
707 static void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, int count) {}
708 #endif
709
710 enum {
711         LPROC_LL_DIRTY_HITS,
712         LPROC_LL_DIRTY_MISSES,
713         LPROC_LL_READ_BYTES,
714         LPROC_LL_WRITE_BYTES,
715         LPROC_LL_BRW_READ,
716         LPROC_LL_BRW_WRITE,
717         LPROC_LL_IOCTL,
718         LPROC_LL_OPEN,
719         LPROC_LL_RELEASE,
720         LPROC_LL_MAP,
721         LPROC_LL_FAULT,
722         LPROC_LL_MKWRITE,
723         LPROC_LL_LLSEEK,
724         LPROC_LL_FSYNC,
725         LPROC_LL_READDIR,
726         LPROC_LL_SETATTR,
727         LPROC_LL_TRUNC,
728         LPROC_LL_FLOCK,
729         LPROC_LL_GETATTR,
730         LPROC_LL_CREATE,
731         LPROC_LL_LINK,
732         LPROC_LL_UNLINK,
733         LPROC_LL_SYMLINK,
734         LPROC_LL_MKDIR,
735         LPROC_LL_RMDIR,
736         LPROC_LL_MKNOD,
737         LPROC_LL_RENAME,
738         LPROC_LL_STAFS,
739         LPROC_LL_ALLOC_INODE,
740         LPROC_LL_SETXATTR,
741         LPROC_LL_GETXATTR,
742         LPROC_LL_GETXATTR_HITS,
743         LPROC_LL_LISTXATTR,
744         LPROC_LL_REMOVEXATTR,
745         LPROC_LL_INODE_PERM,
746         LPROC_LL_FILE_OPCODES
747 };
748
749 /* llite/dir.c */
750 struct ll_dir_chain {
751 };
752
753 static inline void ll_dir_chain_init(struct ll_dir_chain *chain)
754 {
755 }
756
757 static inline void ll_dir_chain_fini(struct ll_dir_chain *chain)
758 {
759 }
760
761 extern const struct file_operations ll_dir_operations;
762 extern const struct inode_operations ll_dir_inode_operations;
763 #ifdef HAVE_DIR_CONTEXT
764 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
765                 struct dir_context *ctx);
766 #else
767 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
768                 void *cookie, filldir_t filldir);
769 #endif
770 int ll_get_mdt_idx(struct inode *inode);
771 int ll_get_mdt_idx_by_fid(struct ll_sb_info *sbi, const struct lu_fid *fid);
772 struct page *ll_get_dir_page(struct inode *dir, struct md_op_data *op_data,
773                              __u64 offset, struct ll_dir_chain *chain);
774 void ll_release_page(struct inode *inode, struct page *page, bool remove);
775
776 /* llite/namei.c */
777 extern const struct inode_operations ll_special_inode_operations;
778
779 struct inode *ll_iget(struct super_block *sb, ino_t hash,
780                       struct lustre_md *lic);
781 int ll_test_inode_by_fid(struct inode *inode, void *opaque);
782 int ll_md_blocking_ast(struct ldlm_lock *, struct ldlm_lock_desc *,
783                        void *data, int flag);
784 struct dentry *ll_splice_alias(struct inode *inode, struct dentry *de);
785 int ll_rmdir_entry(struct inode *dir, char *name, int namelen);
786 void ll_update_times(struct ptlrpc_request *request, struct inode *inode);
787
788 /* llite/rw.c */
789 int ll_writepage(struct page *page, struct writeback_control *wbc);
790 int ll_writepages(struct address_space *, struct writeback_control *wbc);
791 int ll_readpage(struct file *file, struct page *page);
792 void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras);
793 int vvp_io_write_commit(const struct lu_env *env, struct cl_io *io);
794
795 enum lcc_type;
796 void ll_cl_add(struct file *file, const struct lu_env *env, struct cl_io *io,
797                enum lcc_type type);
798 void ll_cl_remove(struct file *file, const struct lu_env *env);
799 struct ll_cl_context *ll_cl_find(struct file *file);
800
801 extern const struct address_space_operations ll_aops;
802
803 /* llite/file.c */
804 extern struct file_operations ll_file_operations;
805 extern struct file_operations ll_file_operations_flock;
806 extern struct file_operations ll_file_operations_noflock;
807 extern struct inode_operations ll_file_inode_operations;
808 extern int ll_have_md_lock(struct inode *inode, __u64 *bits,
809                            enum ldlm_mode l_req_mode);
810 extern enum ldlm_mode ll_take_md_lock(struct inode *inode, __u64 bits,
811                                       struct lustre_handle *lockh, __u64 flags,
812                                       enum ldlm_mode mode);
813
814 int ll_file_open(struct inode *inode, struct file *file);
815 int ll_file_release(struct inode *inode, struct file *file);
816 int ll_release_openhandle(struct dentry *, struct lookup_intent *);
817 int ll_md_real_close(struct inode *inode, fmode_t fmode);
818 extern void ll_rw_stats_tally(struct ll_sb_info *sbi, pid_t pid,
819                               struct ll_file_data *file, loff_t pos,
820                               size_t count, int rw);
821 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
822 struct posix_acl *ll_get_acl(struct inode *inode, int type);
823 int ll_migrate(struct inode *parent, struct file *file, int mdtidx,
824                const char *name, int namelen);
825 int ll_get_fid_by_name(struct inode *parent, const char *name,
826                        int namelen, struct lu_fid *fid, struct inode **inode);
827 #ifdef HAVE_GENERIC_PERMISSION_4ARGS
828 int ll_inode_permission(struct inode *inode, int mask, unsigned int flags);
829 #else
830 # ifndef HAVE_INODE_PERMISION_2ARGS
831 int ll_inode_permission(struct inode *inode, int mask, struct nameidata *nd);
832 # else
833 int ll_inode_permission(struct inode *inode, int mask);
834 # endif
835 #endif
836 int ll_ioctl_fsgetxattr(struct inode *inode, unsigned int cmd,
837                         unsigned long arg);
838 int ll_ioctl_fssetxattr(struct inode *inode, unsigned int cmd,
839                         unsigned long arg);
840
841 int ll_lov_setstripe_ea_info(struct inode *inode, struct dentry *dentry,
842                              __u64 flags, struct lov_user_md *lum,
843                              int lum_size);
844 int ll_lov_getstripe_ea_info(struct inode *inode, const char *filename,
845                              struct lov_mds_md **lmm, int *lmm_size,
846                              struct ptlrpc_request **request);
847 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
848                      int set_default);
849 int ll_dir_getstripe(struct inode *inode, void **lmmp,
850                      int *lmm_size, struct ptlrpc_request **request,
851                      u64 valid);
852 #ifdef HAVE_FILE_FSYNC_4ARGS
853 int ll_fsync(struct file *file, loff_t start, loff_t end, int data);
854 #elif defined(HAVE_FILE_FSYNC_2ARGS)
855 int ll_fsync(struct file *file, int data);
856 #else
857 int ll_fsync(struct file *file, struct dentry *dentry, int data);
858 #endif
859 int ll_merge_attr(const struct lu_env *env, struct inode *inode);
860 int ll_fid2path(struct inode *inode, void __user *arg);
861 int ll_data_version(struct inode *inode, __u64 *data_version, int flags);
862 int ll_hsm_release(struct inode *inode);
863 int ll_hsm_state_set(struct inode *inode, struct hsm_state_set *hss);
864
865 /* llite/dcache.c */
866
867 int ll_d_init(struct dentry *de);
868 extern const struct dentry_operations ll_d_ops;
869 void ll_intent_drop_lock(struct lookup_intent *);
870 void ll_intent_release(struct lookup_intent *);
871 void ll_invalidate_aliases(struct inode *);
872 void ll_lookup_finish_locks(struct lookup_intent *it, struct dentry *dentry);
873 int ll_revalidate_it_finish(struct ptlrpc_request *request,
874                             struct lookup_intent *it, struct dentry *de);
875
876 /* llite/llite_lib.c */
877 extern struct super_operations lustre_super_operations;
878
879 void ll_lli_init(struct ll_inode_info *lli);
880 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
881 void ll_put_super(struct super_block *sb);
882 void ll_kill_super(struct super_block *sb);
883 struct inode *ll_inode_from_resource_lock(struct ldlm_lock *lock);
884 void ll_dir_clear_lsm_md(struct inode *inode);
885 void ll_clear_inode(struct inode *inode);
886 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import);
887 int ll_setattr(struct dentry *de, struct iattr *attr);
888 int ll_statfs(struct dentry *de, struct kstatfs *sfs);
889 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs,
890                        __u64 max_age, __u32 flags);
891 int ll_update_inode(struct inode *inode, struct lustre_md *md);
892 int ll_read_inode2(struct inode *inode, void *opaque);
893 void ll_delete_inode(struct inode *inode);
894 int ll_iocontrol(struct inode *inode, struct file *file,
895                  unsigned int cmd, unsigned long arg);
896 int ll_flush_ctx(struct inode *inode);
897 void ll_umount_begin(struct super_block *sb);
898 int ll_remount_fs(struct super_block *sb, int *flags, char *data);
899 #ifdef HAVE_SUPEROPS_USE_DENTRY
900 int ll_show_options(struct seq_file *seq, struct dentry *dentry);
901 #else
902 int ll_show_options(struct seq_file *seq, struct vfsmount *vfs);
903 #endif
904 void ll_dirty_page_discard_warn(struct page *page, int ioret);
905 int ll_prep_inode(struct inode **inode, struct ptlrpc_request *req,
906                   struct super_block *, struct lookup_intent *);
907 int ll_obd_statfs(struct inode *inode, void __user *arg);
908 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
909 int ll_get_default_mdsize(struct ll_sb_info *sbi, int *default_mdsize);
910 int ll_set_default_mdsize(struct ll_sb_info *sbi, int default_mdsize);
911 int ll_process_config(struct lustre_cfg *lcfg);
912
913 enum {
914         LUSTRE_OPC_MKDIR        = 0,
915         LUSTRE_OPC_SYMLINK      = 1,
916         LUSTRE_OPC_MKNOD        = 2,
917         LUSTRE_OPC_CREATE       = 3,
918         LUSTRE_OPC_ANY          = 5,
919 };
920
921 struct md_op_data *ll_prep_md_op_data(struct md_op_data *op_data,
922                                       struct inode *i1, struct inode *i2,
923                                       const char *name, size_t namelen,
924                                       __u32 mode, __u32 opc, void *data);
925 void ll_finish_md_op_data(struct md_op_data *op_data);
926 int ll_get_obd_name(struct inode *inode, unsigned int cmd, unsigned long arg);
927 char *ll_get_fsname(struct super_block *sb, char *buf, int buflen);
928 void ll_compute_rootsquash_state(struct ll_sb_info *sbi);
929 ssize_t ll_copy_user_md(const struct lov_user_md __user *md,
930                         struct lov_user_md **kbuf);
931 void ll_open_cleanup(struct super_block *sb, struct ptlrpc_request *open_req);
932
933 /* Compute expected user md size when passing in a md from user space */
934 static inline ssize_t ll_lov_user_md_size(const struct lov_user_md *lum)
935 {
936         switch (lum->lmm_magic) {
937         case LOV_USER_MAGIC_V1:
938                 return sizeof(struct lov_user_md_v1);
939         case LOV_USER_MAGIC_V3:
940                 return sizeof(struct lov_user_md_v3);
941         case LOV_USER_MAGIC_SPECIFIC:
942                 if (lum->lmm_stripe_count > LOV_MAX_STRIPE_COUNT)
943                         return -EINVAL;
944
945                 return lov_user_md_size(lum->lmm_stripe_count,
946                                         LOV_USER_MAGIC_SPECIFIC);
947         case LOV_USER_MAGIC_COMP_V1:
948                 return ((struct lov_comp_md_v1 *)lum)->lcm_size;
949         }
950
951         return -EINVAL;
952 }
953
954 /* llite/llite_nfs.c */
955 extern struct export_operations lustre_export_operations;
956 __u32 get_uuid2int(const char *name, int len);
957 struct inode *search_inode_for_lustre(struct super_block *sb,
958                                       const struct lu_fid *fid);
959 int ll_dir_get_parent_fid(struct inode *dir, struct lu_fid *parent_fid);
960
961 /* llite/symlink.c */
962 extern struct inode_operations ll_fast_symlink_inode_operations;
963
964 /**
965  * IO arguments for various VFS I/O interfaces.
966  */
967 struct vvp_io_args {
968         /** normal/sendfile/splice */
969         enum vvp_io_subtype via_io_subtype;
970
971         union {
972                 struct {
973                         struct kiocb      *via_iocb;
974                         struct iov_iter   *via_iter;
975                 } normal;
976                 struct {
977                         struct pipe_inode_info  *via_pipe;
978                         unsigned int       via_flags;
979                 } splice;
980         } u;
981 };
982
983 enum lcc_type {
984         LCC_RW = 1,
985         LCC_MMAP
986 };
987
988 struct ll_cl_context {
989         struct list_head         lcc_list;
990         void                    *lcc_cookie;
991         const struct lu_env     *lcc_env;
992         struct cl_io            *lcc_io;
993         struct cl_page          *lcc_page;
994         enum lcc_type            lcc_type;
995 };
996
997 struct ll_thread_info {
998         struct iov_iter         lti_iter;
999         struct vvp_io_args      lti_args;
1000         struct ra_io_arg        lti_ria;
1001         struct kiocb            lti_kiocb;
1002         struct ll_cl_context    lti_io_ctx;
1003 };
1004
1005 extern struct lu_context_key ll_thread_key;
1006
1007 static inline struct ll_thread_info *ll_env_info(const struct lu_env *env)
1008 {
1009         struct ll_thread_info *lti;
1010
1011         lti = lu_context_key_get(&env->le_ctx, &ll_thread_key);
1012         LASSERT(lti != NULL);
1013
1014         return lti;
1015 }
1016
1017 static inline struct vvp_io_args *ll_env_args(const struct lu_env *env,
1018                                               enum vvp_io_subtype type)
1019 {
1020         struct vvp_io_args *via = &ll_env_info(env)->lti_args;
1021
1022         via->via_io_subtype = type;
1023
1024         return via;
1025 }
1026
1027 /* llite/llite_mmap.c */
1028
1029 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last);
1030 int ll_file_mmap(struct file * file, struct vm_area_struct * vma);
1031 void policy_from_vma(union ldlm_policy_data *policy, struct vm_area_struct *vma,
1032                      unsigned long addr, size_t count);
1033 struct vm_area_struct *our_vma(struct mm_struct *mm, unsigned long addr,
1034                                size_t count);
1035
1036 static inline void ll_invalidate_page(struct page *vmpage)
1037 {
1038         struct address_space *mapping = vmpage->mapping;
1039         loff_t offset = vmpage->index << PAGE_SHIFT;
1040
1041         LASSERT(PageLocked(vmpage));
1042         if (mapping == NULL)
1043                 return;
1044
1045         /*
1046          * truncate_complete_page() calls
1047          * a_ops->invalidatepage()->cl_page_delete()->vvp_page_delete().
1048          */
1049         ll_teardown_mmaps(mapping, offset, offset + PAGE_SIZE);
1050         truncate_complete_page(mapping, vmpage);
1051 }
1052
1053 #define    ll_s2sbi(sb)        (s2lsi(sb)->lsi_llsbi)
1054
1055 /* don't need an addref as the sb_info should be holding one */
1056 static inline struct obd_export *ll_s2dtexp(struct super_block *sb)
1057 {
1058         return ll_s2sbi(sb)->ll_dt_exp;
1059 }
1060
1061 /* don't need an addref as the sb_info should be holding one */
1062 static inline struct obd_export *ll_s2mdexp(struct super_block *sb)
1063 {
1064         return ll_s2sbi(sb)->ll_md_exp;
1065 }
1066
1067 static inline struct client_obd *sbi2mdc(struct ll_sb_info *sbi)
1068 {
1069         struct obd_device *obd = sbi->ll_md_exp->exp_obd;
1070         if (obd == NULL)
1071                 LBUG();
1072         return &obd->u.cli;
1073 }
1074
1075 // FIXME: replace the name of this with LL_SB to conform to kernel stuff
1076 static inline struct ll_sb_info *ll_i2sbi(struct inode *inode)
1077 {
1078         return ll_s2sbi(inode->i_sb);
1079 }
1080
1081 static inline struct obd_export *ll_i2dtexp(struct inode *inode)
1082 {
1083         return ll_s2dtexp(inode->i_sb);
1084 }
1085
1086 static inline struct obd_export *ll_i2mdexp(struct inode *inode)
1087 {
1088         return ll_s2mdexp(inode->i_sb);
1089 }
1090
1091 static inline struct lu_fid *ll_inode2fid(struct inode *inode)
1092 {
1093         struct lu_fid *fid;
1094
1095         LASSERT(inode != NULL);
1096         fid = &ll_i2info(inode)->lli_fid;
1097
1098         return fid;
1099 }
1100
1101 static inline loff_t ll_file_maxbytes(struct inode *inode)
1102 {
1103         struct cl_object *obj = ll_i2info(inode)->lli_clob;
1104
1105         if (obj == NULL)
1106                 return MAX_LFS_FILESIZE;
1107
1108         return min_t(loff_t, cl_object_maxbytes(obj), MAX_LFS_FILESIZE);
1109 }
1110
1111 /* llite/xattr.c */
1112 int ll_setxattr(struct dentry *dentry, const char *name,
1113                 const void *value, size_t size, int flags);
1114 ssize_t ll_getxattr(struct dentry *dentry, const char *name,
1115                     void *buffer, size_t size);
1116 ssize_t ll_listxattr(struct dentry *dentry, char *buffer, size_t size);
1117 int ll_removexattr(struct dentry *dentry, const char *name);
1118
1119 /**
1120  * Common IO arguments for various VFS I/O interfaces.
1121  */
1122 int cl_sb_init(struct super_block *sb);
1123 int cl_sb_fini(struct super_block *sb);
1124
1125 enum ras_update_flags {
1126         LL_RAS_HIT  = 0x1,
1127         LL_RAS_MMAP = 0x2
1128 };
1129 void ll_ra_count_put(struct ll_sb_info *sbi, unsigned long len);
1130 void ll_ra_stats_inc(struct inode *inode, enum ra_stat which);
1131
1132 /* statahead.c */
1133
1134 #define LL_SA_RPC_MIN           2
1135 #define LL_SA_RPC_DEF           32
1136 #define LL_SA_RPC_MAX           8192
1137
1138 #define LL_SA_CACHE_BIT         5
1139 #define LL_SA_CACHE_SIZE        (1 << LL_SA_CACHE_BIT)
1140 #define LL_SA_CACHE_MASK        (LL_SA_CACHE_SIZE - 1)
1141
1142 /* per inode struct, for dir only */
1143 struct ll_statahead_info {
1144         struct dentry          *sai_dentry;
1145         atomic_t                sai_refcount;   /* when access this struct, hold
1146                                                  * refcount */
1147         unsigned int            sai_max;        /* max ahead of lookup */
1148         __u64                   sai_sent;       /* stat requests sent count */
1149         __u64                   sai_replied;    /* stat requests which received
1150                                                  * reply */
1151         __u64                   sai_index;      /* index of statahead entry */
1152         __u64                   sai_index_wait; /* index of entry which is the
1153                                                  * caller is waiting for */
1154         __u64                   sai_hit;        /* hit count */
1155         __u64                   sai_miss;       /* miss count:
1156                                                  * for "ls -al" case, includes
1157                                                  * hidden dentry miss;
1158                                                  * for "ls -l" case, it does not
1159                                                  * include hidden dentry miss.
1160                                                  * "sai_miss_hidden" is used for
1161                                                  * the later case.
1162                                                  */
1163         unsigned int            sai_consecutive_miss; /* consecutive miss */
1164         unsigned int            sai_miss_hidden;/* "ls -al", but first dentry
1165                                                  * is not a hidden one */
1166         unsigned int            sai_skip_hidden;/* skipped hidden dentry count
1167                                                  */
1168         unsigned int            sai_ls_all:1,   /* "ls -al", do stat-ahead for
1169                                                  * hidden entries */
1170                                 sai_agl_valid:1,/* AGL is valid for the dir */
1171                                 sai_in_readpage:1;/* statahead is in readdir()*/
1172         wait_queue_head_t       sai_waitq;      /* stat-ahead wait queue */
1173         struct ptlrpc_thread    sai_thread;     /* stat-ahead thread */
1174         struct ptlrpc_thread    sai_agl_thread; /* AGL thread */
1175         struct list_head        sai_interim_entries; /* entries which got async
1176                                                       * stat reply, but not
1177                                                       * instantiated */
1178         struct list_head        sai_entries;    /* completed entries */
1179         struct list_head        sai_agls;       /* AGLs to be sent */
1180         struct list_head        sai_cache[LL_SA_CACHE_SIZE];
1181         spinlock_t              sai_cache_lock[LL_SA_CACHE_SIZE];
1182         atomic_t                sai_cache_count; /* entry count in cache */
1183 };
1184
1185 int ll_statahead(struct inode *dir, struct dentry **dentry, bool unplug);
1186 void ll_authorize_statahead(struct inode *dir, void *key);
1187 void ll_deauthorize_statahead(struct inode *dir, void *key);
1188
1189 /* glimpse.c */
1190 blkcnt_t dirty_cnt(struct inode *inode);
1191
1192 int cl_glimpse_size0(struct inode *inode, int agl);
1193 int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io,
1194                     struct inode *inode, struct cl_object *clob, int agl);
1195
1196 static inline int cl_glimpse_size(struct inode *inode)
1197 {
1198         return cl_glimpse_size0(inode, 0);
1199 }
1200
1201 static inline int cl_agl(struct inode *inode)
1202 {
1203         return cl_glimpse_size0(inode, 1);
1204 }
1205
1206 static inline int ll_glimpse_size(struct inode *inode)
1207 {
1208         struct ll_inode_info *lli = ll_i2info(inode);
1209         int rc;
1210
1211         down_read(&lli->lli_glimpse_sem);
1212         rc = cl_glimpse_size(inode);
1213         lli->lli_glimpse_time = cfs_time_current();
1214         up_read(&lli->lli_glimpse_sem);
1215         return rc;
1216 }
1217
1218 /* dentry may statahead when statahead is enabled and current process has opened
1219  * parent directory, and this dentry hasn't accessed statahead cache before */
1220 static inline bool
1221 dentry_may_statahead(struct inode *dir, struct dentry *dentry)
1222 {
1223         struct ll_inode_info  *lli;
1224         struct ll_dentry_data *ldd;
1225
1226         if (ll_i2sbi(dir)->ll_sa_max == 0)
1227                 return false;
1228
1229         lli = ll_i2info(dir);
1230
1231         /* statahead is not allowed for this dir, there may be three causes:
1232          * 1. dir is not opened.
1233          * 2. statahead hit ratio is too low.
1234          * 3. previous stat started statahead thread failed. */
1235         if (!lli->lli_sa_enabled)
1236                 return false;
1237
1238         /* not the same process, don't statahead */
1239         if (lli->lli_opendir_pid != current_pid())
1240                 return false;
1241
1242         /*
1243          * When stating a dentry, kernel may trigger 'revalidate' or 'lookup'
1244          * multiple times, eg. for 'getattr', 'getxattr' and etc.
1245          * For patchless client, lookup intent is not accurate, which may
1246          * misguide statahead. For example:
1247          * The 'revalidate' call for 'getattr' and 'getxattr' of a dentry will
1248          * have the same intent -- IT_GETATTR, while one dentry should access
1249          * statahead cache once, otherwise statahead windows is messed up.
1250          * The solution is as following:
1251          * Assign 'lld_sa_generation' with 'lli_sa_generation' when a dentry
1252          * IT_GETATTR for the first time, and subsequent IT_GETATTR will
1253          * bypass interacting with statahead cache by checking
1254          * 'lld_sa_generation == lli->lli_sa_generation'.
1255          */
1256         ldd = ll_d2d(dentry);
1257         if (ldd != NULL && ldd->lld_sa_generation == lli->lli_sa_generation)
1258                 return false;
1259
1260         return true;
1261 }
1262
1263 /* llite ioctl register support rountine */
1264 enum llioc_iter {
1265         LLIOC_CONT = 0,
1266         LLIOC_STOP
1267 };
1268
1269 #define LLIOC_MAX_CMD           256
1270
1271 /*
1272  * Rules to write a callback function:
1273  *
1274  * Parameters:
1275  *  @magic: Dynamic ioctl call routine will feed this vaule with the pointer
1276  *      returned to ll_iocontrol_register.  Callback functions should use this
1277  *      data to check the potential collasion of ioctl cmd. If collasion is
1278  *      found, callback function should return LLIOC_CONT.
1279  *  @rcp: The result of ioctl command.
1280  *
1281  *  Return values:
1282  *      If @magic matches the pointer returned by ll_iocontrol_data, the
1283  *      callback should return LLIOC_STOP; return LLIOC_STOP otherwise.
1284  */
1285 typedef enum llioc_iter (*llioc_callback_t)(struct inode *inode,
1286                 struct file *file, unsigned int cmd, unsigned long arg,
1287                 void *magic, int *rcp);
1288
1289 /* export functions */
1290 /* Register ioctl block dynamatically for a regular file.
1291  *
1292  * @cmd: the array of ioctl command set
1293  * @count: number of commands in the @cmd
1294  * @cb: callback function, it will be called if an ioctl command is found to
1295  *      belong to the command list @cmd.
1296  *
1297  * Return vaule:
1298  *      A magic pointer will be returned if success;
1299  *      otherwise, NULL will be returned.
1300  * */
1301 void *ll_iocontrol_register(llioc_callback_t cb, int count, unsigned int *cmd);
1302 void ll_iocontrol_unregister(void *magic);
1303
1304 int cl_sync_file_range(struct inode *inode, loff_t start, loff_t end,
1305                        enum cl_fsync_mode mode, int ignore_layout);
1306
1307 /** direct write pages */
1308 struct ll_dio_pages {
1309         /** page array to be written. we don't support
1310          * partial pages except the last one. */
1311         struct page **ldp_pages;
1312         /* offset of each page */
1313         loff_t       *ldp_offsets;
1314         /** if ldp_offsets is NULL, it means a sequential
1315          * pages to be written, then this is the file offset
1316          * of the * first page. */
1317         loff_t        ldp_start_offset;
1318         /** how many bytes are to be written. */
1319         size_t        ldp_size;
1320         /** # of pages in the array. */
1321         int           ldp_nr;
1322 };
1323
1324 extern ssize_t ll_direct_rw_pages(const struct lu_env *env, struct cl_io *io,
1325                                   int rw, struct inode *inode,
1326                                   struct ll_dio_pages *pv);
1327
1328 static inline int ll_file_nolock(const struct file *file)
1329 {
1330         struct ll_file_data *fd = LUSTRE_FPRIVATE(file);
1331         struct inode *inode = file_inode((struct file *)file);
1332
1333         LASSERT(fd != NULL);
1334         return ((fd->fd_flags & LL_FILE_IGNORE_LOCK) ||
1335                 (ll_i2sbi(inode)->ll_flags & LL_SBI_NOLCK));
1336 }
1337
1338 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
1339                                     struct lookup_intent *it, __u64 *bits)
1340 {
1341         if (!it->it_lock_set) {
1342                 struct lustre_handle handle;
1343
1344                 /* If this inode is a remote object, it will get two
1345                  * separate locks in different namespaces, Master MDT,
1346                  * where the name entry is, will grant LOOKUP lock,
1347                  * remote MDT, where the object is, will grant
1348                  * UPDATE|PERM lock. The inode will be attched to both
1349                  * LOOKUP and PERM locks, so revoking either locks will
1350                  * case the dcache being cleared */
1351                 if (it->it_remote_lock_mode) {
1352                         handle.cookie = it->it_remote_lock_handle;
1353                         CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID
1354                                "(%p) for remote lock %#llx\n",
1355                                PFID(ll_inode2fid(inode)), inode,
1356                                handle.cookie);
1357                         md_set_lock_data(exp, &handle, inode, NULL);
1358                 }
1359
1360                 handle.cookie = it->it_lock_handle;
1361
1362                 CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID"(%p)"
1363                        " for lock %#llx\n",
1364                        PFID(ll_inode2fid(inode)), inode, handle.cookie);
1365
1366                 md_set_lock_data(exp, &handle, inode, &it->it_lock_bits);
1367                 it->it_lock_set = 1;
1368         }
1369
1370         if (bits != NULL)
1371                 *bits = it->it_lock_bits;
1372 }
1373
1374 static inline void ll_lock_dcache(struct inode *inode)
1375 {
1376 #ifdef HAVE_DCACHE_LOCK
1377         spin_lock(&dcache_lock);
1378 #else
1379         spin_lock(&inode->i_lock);
1380 #endif
1381 }
1382
1383 static inline void ll_unlock_dcache(struct inode *inode)
1384 {
1385 #ifdef HAVE_DCACHE_LOCK
1386         spin_unlock(&dcache_lock);
1387 #else
1388         spin_unlock(&inode->i_lock);
1389 #endif
1390 }
1391
1392 static inline int d_lustre_invalid(const struct dentry *dentry)
1393 {
1394         struct ll_dentry_data *lld = ll_d2d(dentry);
1395
1396         return (lld == NULL) || lld->lld_invalid;
1397 }
1398
1399 static inline void __d_lustre_invalidate(struct dentry *dentry)
1400 {
1401         struct ll_dentry_data *lld = ll_d2d(dentry);
1402
1403         if (lld != NULL)
1404                 lld->lld_invalid = 1;
1405 }
1406
1407 /*
1408  * Mark dentry INVALID, if dentry refcount is zero (this is normally case for
1409  * ll_md_blocking_ast), unhash this dentry, and let dcache to reclaim it later;
1410  * else dput() of the last refcount will unhash this dentry and kill it.
1411  */
1412 static inline void d_lustre_invalidate(struct dentry *dentry, int nested)
1413 {
1414         CDEBUG(D_DENTRY, "invalidate dentry %.*s (%p) parent %p inode %p "
1415                "refc %d\n", dentry->d_name.len, dentry->d_name.name, dentry,
1416                dentry->d_parent, dentry->d_inode, ll_d_count(dentry));
1417
1418         spin_lock_nested(&dentry->d_lock,
1419                          nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL);
1420         __d_lustre_invalidate(dentry);
1421         /*
1422          * We should be careful about dentries created by d_obtain_alias().
1423          * These dentries are not put in the dentry tree, instead they are
1424          * linked to sb->s_anon through dentry->d_hash.
1425          * shrink_dcache_for_umount() shrinks the tree and sb->s_anon list.
1426          * If we unhashed such a dentry, unmount would not be able to find
1427          * it and busy inodes would be reported.
1428          */
1429         if (ll_d_count(dentry) == 0 && !(dentry->d_flags & DCACHE_DISCONNECTED))
1430                 __d_drop(dentry);
1431         spin_unlock(&dentry->d_lock);
1432 }
1433
1434 static inline void d_lustre_revalidate(struct dentry *dentry)
1435 {
1436         spin_lock(&dentry->d_lock);
1437         LASSERT(ll_d2d(dentry) != NULL);
1438         ll_d2d(dentry)->lld_invalid = 0;
1439         spin_unlock(&dentry->d_lock);
1440 }
1441
1442 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf);
1443 int ll_layout_refresh(struct inode *inode, __u32 *gen);
1444 int ll_layout_restore(struct inode *inode, loff_t start, __u64 length);
1445 int ll_layout_write_intent(struct inode *inode, __u64 start, __u64 end);
1446
1447 int ll_xattr_init(void);
1448 void ll_xattr_fini(void);
1449
1450 int ll_getxattr_common(struct inode *inode, const char *name,
1451                        void *buffer, size_t size, __u64 valid);
1452 int ll_page_sync_io(const struct lu_env *env, struct cl_io *io,
1453                     struct cl_page *page, enum cl_req_type crt);
1454
1455 int ll_getparent(struct file *file, struct getparent __user *arg);
1456
1457 /* lcommon_cl.c */
1458 int cl_setattr_ost(struct cl_object *obj, const struct iattr *attr,
1459                    unsigned int attr_flags);
1460
1461 extern struct lu_env *cl_inode_fini_env;
1462 extern __u16 cl_inode_fini_refcheck;
1463
1464 int cl_file_inode_init(struct inode *inode, struct lustre_md *md);
1465 void cl_inode_fini(struct inode *inode);
1466
1467 u64 cl_fid_build_ino(const struct lu_fid *fid, int api32);
1468 u32 cl_fid_build_gen(const struct lu_fid *fid);
1469
1470 #endif /* LLITE_INTERNAL_H */