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