Whamcloud - gitweb
LU-9679 llite: Discard LUSTRE_FPRIVATE()
[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, 2017, 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_disk.h>  /* for s2sbi */
37 #include <lustre_eacl.h>
38 #include <lustre_linkea.h>
39
40 /* for struct cl_lock_descr and struct cl_io */
41 #include <cl_object.h>
42 #include <lustre_lmv.h>
43 #include <lustre_mdc.h>
44 #include <lustre_intent.h>
45 #include <linux/compat.h>
46 #include <linux/aio.h>
47 #include <lustre_compat.h>
48
49 #include "vvp_internal.h"
50 #include "range_lock.h"
51 #include "pcc.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
76 struct ll_dentry_data {
77         struct lookup_intent            *lld_it;
78         unsigned int                    lld_sa_generation;
79         unsigned int                    lld_invalid:1;
80         unsigned int                    lld_nfs_dentry:1;
81         struct rcu_head                 lld_rcu_head;
82 };
83
84 #define ll_d2d(de) ((struct ll_dentry_data*)((de)->d_fsdata))
85
86 #define LLI_INODE_MAGIC                 0x111d0de5
87 #define LLI_INODE_DEAD                  0xdeadd00d
88
89 struct ll_getname_data {
90 #ifdef HAVE_DIR_CONTEXT
91         struct dir_context      ctx;
92 #endif
93         char            *lgd_name;      /* points to a buffer with NAME_MAX+1 size */
94         struct lu_fid   lgd_fid;        /* target fid we are looking for */
95         int             lgd_found;      /* inode matched? */
96 };
97
98 struct ll_grouplock {
99         struct lu_env   *lg_env;
100         struct cl_io    *lg_io;
101         struct cl_lock  *lg_lock;
102         unsigned long    lg_gid;
103 };
104
105 /* See comment on trunc_sem_down_read_nowait */
106 struct ll_trunc_sem {
107         /* when positive, this is a count of readers, when -1, it indicates
108          * the semaphore is held for write, and 0 is unlocked
109          */
110         atomic_t        ll_trunc_readers;
111         /* this tracks a count of waiting writers */
112         atomic_t        ll_trunc_waiters;
113 };
114
115 struct ll_inode_info {
116         __u32                           lli_inode_magic;
117         spinlock_t                      lli_lock;
118
119         volatile unsigned long          lli_flags;
120         struct posix_acl                *lli_posix_acl;
121
122         /* identifying fields for both metadata and data stacks. */
123         struct lu_fid                   lli_fid;
124         /* master inode fid for stripe directory */
125         struct lu_fid                   lli_pfid;
126
127         /* We need all three because every inode may be opened in different
128          * modes */
129         struct obd_client_handle       *lli_mds_read_och;
130         struct obd_client_handle       *lli_mds_write_och;
131         struct obd_client_handle       *lli_mds_exec_och;
132         __u64                           lli_open_fd_read_count;
133         __u64                           lli_open_fd_write_count;
134         __u64                           lli_open_fd_exec_count;
135         /* Protects access to och pointers and their usage counters */
136         struct mutex                    lli_och_mutex;
137
138         struct inode                    lli_vfs_inode;
139
140         /* the most recent timestamps obtained from mds */
141         s64                             lli_atime;
142         s64                             lli_mtime;
143         s64                             lli_ctime;
144         spinlock_t                      lli_agl_lock;
145
146         /* Try to make the d::member and f::member are aligned. Before using
147          * these members, make clear whether it is directory or not. */
148         union {
149                 /* for directory */
150                 struct {
151                         /* metadata statahead */
152                         /* since parent-child threads can share the same @file
153                          * struct, "opendir_key" is the token when dir close for
154                          * case of parent exit before child -- it is me should
155                          * cleanup the dir readahead. */
156                         void                           *lli_opendir_key;
157                         struct ll_statahead_info       *lli_sai;
158                         /* protect statahead stuff. */
159                         spinlock_t                      lli_sa_lock;
160                         /* "opendir_pid" is the token when lookup/revalid
161                          * -- I am the owner of dir statahead. */
162                         pid_t                           lli_opendir_pid;
163                         /* stat will try to access statahead entries or start
164                          * statahead if this flag is set, and this flag will be
165                          * set upon dir open, and cleared when dir is closed,
166                          * statahead hit ratio is too low, or start statahead
167                          * thread failed. */
168                         unsigned int                    lli_sa_enabled:1;
169                         /* generation for statahead */
170                         unsigned int                    lli_sa_generation;
171                         /* rw lock protects lli_lsm_md */
172                         struct rw_semaphore             lli_lsm_sem;
173                         /* directory stripe information */
174                         struct lmv_stripe_md            *lli_lsm_md;
175                         /* directory default LMV */
176                         struct lmv_stripe_md            *lli_default_lsm_md;
177                 };
178
179                 /* for non-directory */
180                 struct {
181                         struct mutex            lli_size_mutex;
182                         char                   *lli_symlink_name;
183                         struct ll_trunc_sem     lli_trunc_sem;
184                         struct range_lock_tree  lli_write_tree;
185
186                         struct rw_semaphore     lli_glimpse_sem;
187                         ktime_t                 lli_glimpse_time;
188                         struct list_head        lli_agl_list;
189                         __u64                   lli_agl_index;
190
191                         /* for writepage() only to communicate to fsync */
192                         int                     lli_async_rc;
193
194                         /* protect the file heat fields */
195                         spinlock_t                      lli_heat_lock;
196                         __u32                           lli_heat_flags;
197                         struct obd_heat_instance        lli_heat_instances[OBD_HEAT_COUNT];
198
199                         /*
200                          * Whenever a process try to read/write the file, the
201                          * jobid of the process will be saved here, and it'll
202                          * be packed into the write PRC when flush later.
203                          *
204                          * So the read/write statistics for jobid will not be
205                          * accurate if the file is shared by different jobs.
206                          */
207                         char                    lli_jobid[LUSTRE_JOBID_SIZE];
208
209                         struct mutex             lli_pcc_lock;
210                         enum lu_pcc_state_flags  lli_pcc_state;
211                         /*
212                          * @lli_pcc_generation saves the gobal PCC generation
213                          * when the file was successfully attached into PCC.
214                          * The flags of the PCC dataset are saved in
215                          * @lli_pcc_dsflags.
216                          * The gobal PCC generation will be increased when add
217                          * or delete a PCC backend, or change the configuration
218                          * parameters for PCC.
219                          * If @lli_pcc_generation is same as the gobal PCC
220                          * generation, we can use the saved flags of the PCC
221                          * dataset to determine whether need to try auto attach
222                          * safely.
223                          */
224                         __u64                    lli_pcc_generation;
225                         enum pcc_dataset_flags   lli_pcc_dsflags;
226                         struct pcc_inode        *lli_pcc_inode;
227
228                         struct mutex             lli_group_mutex;
229                         __u64                    lli_group_users;
230                         unsigned long            lli_group_gid;
231                 };
232         };
233
234         /* XXX: For following frequent used members, although they maybe special
235          *      used for non-directory object, it is some time-wasting to check
236          *      whether the object is directory or not before using them. On the
237          *      other hand, currently, sizeof(f) > sizeof(d), it cannot reduce
238          *      the "ll_inode_info" size even if moving those members into u.f.
239          *      So keep them out side.
240          *
241          *      In the future, if more members are added only for directory,
242          *      some of the following members can be moved into u.f.
243          */
244         struct cl_object                *lli_clob;
245
246         /* mutex to request for layout lock exclusively. */
247         struct mutex                    lli_layout_mutex;
248         /* Layout version, protected by lli_layout_lock */
249         __u32                           lli_layout_gen;
250         spinlock_t                      lli_layout_lock;
251
252         __u32                           lli_projid;   /* project id */
253
254         struct rw_semaphore             lli_xattrs_list_rwsem;
255         struct mutex                    lli_xattrs_enq_lock;
256         struct list_head                lli_xattrs; /* ll_xattr_entry->xe_list */
257 };
258
259 static inline void ll_trunc_sem_init(struct ll_trunc_sem *sem)
260 {
261         atomic_set(&sem->ll_trunc_readers, 0);
262         atomic_set(&sem->ll_trunc_waiters, 0);
263 }
264
265 /* This version of down read ignores waiting writers, meaning if the semaphore
266  * is already held for read, this down_read will 'join' that reader and also
267  * take the semaphore.
268  *
269  * This lets us avoid an unusual deadlock.
270  *
271  * We must take lli_trunc_sem in read mode on entry in to various i/o paths
272  * in Lustre, in order to exclude truncates.  Some of these paths then need to
273  * take the mmap_sem, while still holding the trunc_sem.  The problem is that
274  * page faults hold the mmap_sem when calling in to Lustre, and then must also
275  * take the trunc_sem to exclude truncate.
276  *
277  * This means the locking order for trunc_sem and mmap_sem is sometimes AB,
278  * sometimes BA.  This is almost OK because in both cases, we take the trunc
279  * sem for read, so it doesn't block.
280  *
281  * However, if a write mode user (truncate, a setattr op) arrives in the
282  * middle of this, the second reader on the truncate_sem will wait behind that
283  * writer.
284  *
285  * So we have, on our truncate sem, in order (where 'reader' and 'writer' refer
286  * to the mode in which they take the semaphore):
287  * reader (holding mmap_sem, needs truncate_sem)
288  * writer
289  * reader (holding truncate sem, waiting for mmap_sem)
290  *
291  * And so the readers deadlock.
292  *
293  * The solution is this modified semaphore, where this down_read ignores
294  * waiting write operations, and all waiters are woken up at once, so readers
295  * using down_read_nowait cannot get stuck behind waiting writers, regardless
296  * of the order they arrived in.
297  *
298  * down_read_nowait is only used in the page fault case, where we already hold
299  * the mmap_sem.  This is because otherwise repeated read and write operations
300  * (which take the truncate sem) could prevent a truncate from ever starting.
301  * This could still happen with page faults, but without an even more complex
302  * mechanism, this is unavoidable.
303  *
304  * LU-12460
305  */
306 static inline void trunc_sem_down_read_nowait(struct ll_trunc_sem *sem)
307 {
308         wait_var_event(&sem->ll_trunc_readers,
309                        atomic_inc_unless_negative(&sem->ll_trunc_readers));
310 }
311
312 static inline void trunc_sem_down_read(struct ll_trunc_sem *sem)
313 {
314         wait_var_event(&sem->ll_trunc_readers,
315                        atomic_read(&sem->ll_trunc_waiters) == 0 &&
316                        atomic_inc_unless_negative(&sem->ll_trunc_readers));
317 }
318
319 static inline void trunc_sem_up_read(struct ll_trunc_sem *sem)
320 {
321         if (atomic_dec_return(&sem->ll_trunc_readers) == 0 &&
322             atomic_read(&sem->ll_trunc_waiters))
323                 wake_up_var(&sem->ll_trunc_readers);
324 }
325
326 static inline void trunc_sem_down_write(struct ll_trunc_sem *sem)
327 {
328         atomic_inc(&sem->ll_trunc_waiters);
329         wait_var_event(&sem->ll_trunc_readers,
330                        atomic_cmpxchg(&sem->ll_trunc_readers, 0, -1) == 0);
331         atomic_dec(&sem->ll_trunc_waiters);
332 }
333
334 static inline void trunc_sem_up_write(struct ll_trunc_sem *sem)
335 {
336         atomic_set(&sem->ll_trunc_readers, 0);
337         wake_up_var(&sem->ll_trunc_readers);
338 }
339
340 static inline __u32 ll_layout_version_get(struct ll_inode_info *lli)
341 {
342         __u32 gen;
343
344         spin_lock(&lli->lli_layout_lock);
345         gen = lli->lli_layout_gen;
346         spin_unlock(&lli->lli_layout_lock);
347
348         return gen;
349 }
350
351 static inline void ll_layout_version_set(struct ll_inode_info *lli, __u32 gen)
352 {
353         spin_lock(&lli->lli_layout_lock);
354         lli->lli_layout_gen = gen;
355         spin_unlock(&lli->lli_layout_lock);
356 }
357
358 enum ll_file_flags {
359         /* File data is modified. */
360         LLIF_DATA_MODIFIED      = 0,
361         /* File is being restored */
362         LLIF_FILE_RESTORING     = 1,
363         /* Xattr cache is attached to the file */
364         LLIF_XATTR_CACHE        = 2,
365         /* Project inherit */
366         LLIF_PROJECT_INHERIT    = 3,
367         /* update atime from MDS even if it's older than local inode atime. */
368         LLIF_UPDATE_ATIME       = 4,
369
370 };
371
372 static inline void ll_file_set_flag(struct ll_inode_info *lli,
373                                     enum ll_file_flags flag)
374 {
375         set_bit(flag, &lli->lli_flags);
376 }
377
378 static inline void ll_file_clear_flag(struct ll_inode_info *lli,
379                                       enum ll_file_flags flag)
380 {
381         clear_bit(flag, &lli->lli_flags);
382 }
383
384 static inline bool ll_file_test_flag(struct ll_inode_info *lli,
385                                      enum ll_file_flags flag)
386 {
387         return test_bit(flag, &lli->lli_flags);
388 }
389
390 static inline bool ll_file_test_and_clear_flag(struct ll_inode_info *lli,
391                                                enum ll_file_flags flag)
392 {
393         return test_and_clear_bit(flag, &lli->lli_flags);
394 }
395
396 int ll_xattr_cache_destroy(struct inode *inode);
397
398 int ll_xattr_cache_get(struct inode *inode,
399                         const char *name,
400                         char *buffer,
401                         size_t size,
402                         __u64 valid);
403
404 static inline bool obd_connect_has_secctx(struct obd_connect_data *data)
405 {
406 #if defined(HAVE_SECURITY_DENTRY_INIT_SECURITY) && defined(CONFIG_SECURITY)
407         return data->ocd_connect_flags & OBD_CONNECT_FLAGS2 &&
408                data->ocd_connect_flags2 & OBD_CONNECT2_FILE_SECCTX;
409 #else
410         return false;
411 #endif /* HAVE_SECURITY_DENTRY_INIT_SECURITY */
412 }
413
414 static inline void obd_connect_set_secctx(struct obd_connect_data *data)
415 {
416 #if defined(HAVE_SECURITY_DENTRY_INIT_SECURITY) && defined(CONFIG_SECURITY)
417         data->ocd_connect_flags2 |= OBD_CONNECT2_FILE_SECCTX;
418 #endif /* HAVE_SECURITY_DENTRY_INIT_SECURITY */
419 }
420
421 int ll_dentry_init_security(struct dentry *dentry, int mode, struct qstr *name,
422                             const char **secctx_name, void **secctx,
423                             __u32 *secctx_size);
424 int ll_inode_init_security(struct dentry *dentry, struct inode *inode,
425                            struct inode *dir);
426
427 int ll_listsecurity(struct inode *inode, char *secctx_name,
428                     size_t secctx_name_size);
429
430 /*
431  * Locking to guarantee consistency of non-atomic updates to long long i_size,
432  * consistency between file size and KMS.
433  *
434  * Implemented by ->lli_size_mutex and ->lsm_lock, nested in that order.
435  */
436
437 void ll_inode_size_lock(struct inode *inode);
438 void ll_inode_size_unlock(struct inode *inode);
439
440 static inline struct ll_inode_info *ll_i2info(struct inode *inode)
441 {
442         return container_of(inode, struct ll_inode_info, lli_vfs_inode);
443 }
444
445 static inline struct pcc_inode *ll_i2pcci(struct inode *inode)
446 {
447         return ll_i2info(inode)->lli_pcc_inode;
448 }
449
450 /* default to use at least 16M for fast read if possible */
451 #define RA_REMAIN_WINDOW_MIN                    MiB_TO_PAGES(16UL)
452
453 /* default to about 64M of readahead on a given system. */
454 #define SBI_DEFAULT_READAHEAD_MAX               MiB_TO_PAGES(64UL)
455
456 /* default to read-ahead full files smaller than 2MB on the second read */
457 #define SBI_DEFAULT_READAHEAD_WHOLE_MAX         MiB_TO_PAGES(2UL)
458
459 enum ra_stat {
460         RA_STAT_HIT = 0,
461         RA_STAT_MISS,
462         RA_STAT_DISTANT_READPAGE,
463         RA_STAT_MISS_IN_WINDOW,
464         RA_STAT_FAILED_GRAB_PAGE,
465         RA_STAT_FAILED_MATCH,
466         RA_STAT_DISCARDED,
467         RA_STAT_ZERO_LEN,
468         RA_STAT_ZERO_WINDOW,
469         RA_STAT_EOF,
470         RA_STAT_MAX_IN_FLIGHT,
471         RA_STAT_WRONG_GRAB_PAGE,
472         RA_STAT_FAILED_REACH_END,
473         RA_STAT_ASYNC,
474         RA_STAT_FAILED_FAST_READ,
475         _NR_RA_STAT,
476 };
477
478 struct ll_ra_info {
479         atomic_t        ra_cur_pages;
480         unsigned long   ra_max_pages;
481         unsigned long   ra_max_pages_per_file;
482         unsigned long   ra_max_read_ahead_whole_pages;
483         struct workqueue_struct  *ll_readahead_wq;
484         /*
485          * Max number of active works for readahead workqueue,
486          * default is 0 which make workqueue init number itself,
487          * unless there is a specific need for throttling the
488          * number of active work items, specifying '0' is recommended.
489          */
490         unsigned int ra_async_max_active;
491         /* Threshold to control when to trigger async readahead */
492         unsigned long ra_async_pages_per_file_threshold;
493 };
494
495 /* ra_io_arg will be filled in the beginning of ll_readahead with
496  * ras_lock, then the following ll_read_ahead_pages will read RA
497  * pages according to this arg, all the items in this structure are
498  * counted by page index.
499  */
500 struct ra_io_arg {
501         pgoff_t         ria_start_idx;  /* start offset of read-ahead*/
502         pgoff_t         ria_end_idx;    /* end offset of read-ahead*/
503         unsigned long   ria_reserved;   /* reserved pages for read-ahead */
504         pgoff_t         ria_end_idx_min;/* minimum end to cover current read */
505         bool            ria_eof;        /* reach end of file */
506         /* If stride read pattern is detected, ria_stoff is the byte offset
507          * where stride read is started. Note: for normal read-ahead, the
508          * value here is meaningless, and also it will not be accessed*/
509         loff_t          ria_stoff;
510         /* ria_length and ria_bytes are the length and pages length in the
511          * stride I/O mode. And they will also be used to check whether
512          * it is stride I/O read-ahead in the read-ahead pages*/
513         loff_t          ria_length;
514         loff_t          ria_bytes;
515 };
516
517 /* LL_HIST_MAX=32 causes an overflow */
518 #define LL_HIST_MAX 28
519 #define LL_HIST_START 12 /* buckets start at 2^12 = 4k */
520 #define LL_PROCESS_HIST_MAX 10
521 struct per_process_info {
522         pid_t pid;
523         struct obd_histogram pp_r_hist;
524         struct obd_histogram pp_w_hist;
525 };
526
527 /* pp_extents[LL_PROCESS_HIST_MAX] will hold the combined process info */
528 struct ll_rw_extents_info {
529         struct per_process_info pp_extents[LL_PROCESS_HIST_MAX + 1];
530 };
531
532 #define LL_OFFSET_HIST_MAX 100
533 struct ll_rw_process_info {
534         pid_t                     rw_pid;
535         int                       rw_op;
536         loff_t                    rw_range_start;
537         loff_t                    rw_range_end;
538         loff_t                    rw_last_file_pos;
539         loff_t                    rw_offset;
540         size_t                    rw_smallest_extent;
541         size_t                    rw_largest_extent;
542         struct ll_file_data      *rw_last_file;
543 };
544
545 enum stats_track_type {
546         STATS_TRACK_ALL = 0,  /* track all processes */
547         STATS_TRACK_PID,      /* track process with this pid */
548         STATS_TRACK_PPID,     /* track processes with this ppid */
549         STATS_TRACK_GID,      /* track processes with this gid */
550         STATS_TRACK_LAST,
551 };
552
553 /* flags for sbi->ll_flags */
554 #define LL_SBI_NOLCK             0x01 /* DLM locking disabled (directio-only) */
555 #define LL_SBI_CHECKSUM          0x02 /* checksum each page as it's written */
556 #define LL_SBI_FLOCK             0x04
557 #define LL_SBI_USER_XATTR        0x08 /* support user xattr */
558 #define LL_SBI_ACL               0x10 /* support ACL */
559 /*      LL_SBI_RMT_CLIENT        0x40    remote client */
560 #define LL_SBI_MDS_CAPA          0x80 /* support mds capa, obsolete */
561 #define LL_SBI_OSS_CAPA         0x100 /* support oss capa, obsolete */
562 #define LL_SBI_LOCALFLOCK       0x200 /* Local flocks support by kernel */
563 #define LL_SBI_LRU_RESIZE       0x400 /* lru resize support */
564 #define LL_SBI_LAZYSTATFS       0x800 /* lazystatfs mount option */
565 /*      LL_SBI_SOM_PREVIEW     0x1000    SOM preview mount option, obsolete */
566 #define LL_SBI_32BIT_API       0x2000 /* generate 32 bit inodes. */
567 #define LL_SBI_64BIT_HASH      0x4000 /* support 64-bits dir hash/offset */
568 #define LL_SBI_AGL_ENABLED     0x8000 /* enable agl */
569 #define LL_SBI_VERBOSE        0x10000 /* verbose mount/umount */
570 #define LL_SBI_LAYOUT_LOCK    0x20000 /* layout lock support */
571 #define LL_SBI_USER_FID2PATH  0x40000 /* allow fid2path by unprivileged users */
572 #define LL_SBI_XATTR_CACHE    0x80000 /* support for xattr cache */
573 #define LL_SBI_NOROOTSQUASH  0x100000 /* do not apply root squash */
574 #define LL_SBI_ALWAYS_PING   0x200000 /* always ping even if server
575                                        * suppress_pings */
576 #define LL_SBI_FAST_READ     0x400000 /* fast read support */
577 #define LL_SBI_FILE_SECCTX   0x800000 /* set file security context at create */
578 /*      LL_SBI_PIO          0x1000000    parallel IO support, introduced in
579                                          2.10, abandoned */
580 #define LL_SBI_TINY_WRITE   0x2000000 /* tiny write support */
581 #define LL_SBI_FILE_HEAT    0x4000000 /* file heat support */
582 #define LL_SBI_FLAGS {  \
583         "nolck",        \
584         "checksum",     \
585         "flock",        \
586         "user_xattr",   \
587         "acl",          \
588         "???",          \
589         "???",          \
590         "mds_capa",     \
591         "oss_capa",     \
592         "flock",        \
593         "lru_resize",   \
594         "lazy_statfs",  \
595         "som",          \
596         "32bit_api",    \
597         "64bit_hash",   \
598         "agl",          \
599         "verbose",      \
600         "layout",       \
601         "user_fid2path",\
602         "xattr_cache",  \
603         "norootsquash", \
604         "always_ping",  \
605         "fast_read",    \
606         "file_secctx",  \
607         "pio",          \
608         "tiny_write",   \
609         "file_heat",    \
610 }
611
612 /* This is embedded into llite super-blocks to keep track of connect
613  * flags (capabilities) supported by all imports given mount is
614  * connected to. */
615 struct lustre_client_ocd {
616         /* This is conjunction of connect_flags across all imports
617          * (LOVs) this mount is connected to. This field is updated by
618          * cl_ocd_update() under ->lco_lock. */
619         __u64                    lco_flags;
620         struct mutex             lco_lock;
621         struct obd_export       *lco_md_exp;
622         struct obd_export       *lco_dt_exp;
623 };
624
625 struct ll_sb_info {
626         /* this protects pglist and ra_info.  It isn't safe to
627          * grab from interrupt contexts */
628         spinlock_t               ll_lock;
629         spinlock_t               ll_pp_extent_lock; /* pp_extent entry*/
630         spinlock_t               ll_process_lock; /* ll_rw_process_info */
631         struct obd_uuid          ll_sb_uuid;
632         struct obd_export       *ll_md_exp;
633         struct obd_export       *ll_dt_exp;
634         struct obd_device       *ll_md_obd;
635         struct obd_device       *ll_dt_obd;
636         struct dentry           *ll_debugfs_entry;
637         struct lu_fid            ll_root_fid; /* root object fid */
638
639         int                       ll_flags;
640         unsigned int              ll_xattr_cache_enabled:1,
641                                   ll_xattr_cache_set:1, /* already set to 0/1 */
642                                   ll_client_common_fill_super_succeeded:1,
643                                   ll_checksum_set:1;
644
645         struct lustre_client_ocd  ll_lco;
646
647         struct lprocfs_stats     *ll_stats; /* lprocfs stats counter */
648
649         /* Used to track "unstable" pages on a client, and maintain a
650          * LRU list of clean pages. An "unstable" page is defined as
651          * any page which is sent to a server as part of a bulk request,
652          * but is uncommitted to stable storage. */
653         struct cl_client_cache   *ll_cache;
654
655         struct lprocfs_stats     *ll_ra_stats;
656
657         struct ll_ra_info         ll_ra_info;
658         unsigned int              ll_namelen;
659         struct file_operations   *ll_fop;
660
661         struct lu_site           *ll_site;
662         struct cl_device         *ll_cl;
663         /* Statistics */
664         struct ll_rw_extents_info ll_rw_extents_info;
665         int                       ll_extent_process_count;
666         struct ll_rw_process_info ll_rw_process_info[LL_PROCESS_HIST_MAX];
667         unsigned int              ll_offset_process_count;
668         struct ll_rw_process_info ll_rw_offset_info[LL_OFFSET_HIST_MAX];
669         unsigned int              ll_rw_offset_entry_count;
670         int                       ll_stats_track_id;
671         enum stats_track_type     ll_stats_track_type;
672         int                       ll_rw_stats_on;
673
674         /* metadata stat-ahead */
675         unsigned int              ll_sa_running_max;/* max concurrent
676                                                      * statahead instances */
677         unsigned int              ll_sa_max;     /* max statahead RPCs */
678         atomic_t                  ll_sa_total;   /* statahead thread started
679                                                   * count */
680         atomic_t                  ll_sa_wrong;   /* statahead thread stopped for
681                                                   * low hit ratio */
682         atomic_t                  ll_sa_running; /* running statahead thread
683                                                   * count */
684         atomic_t                  ll_agl_total;  /* AGL thread started count */
685
686         dev_t                     ll_sdev_orig; /* save s_dev before assign for
687                                                  * clustred nfs */
688         /* root squash */
689         struct root_squash_info   ll_squash;
690         struct path               ll_mnt;
691
692         /* st_blksize returned by stat(2), when non-zero */
693         unsigned int              ll_stat_blksize;
694
695         /* maximum relative age of cached statfs results */
696         unsigned int              ll_statfs_max_age;
697
698         struct kset               ll_kset;      /* sysfs object */
699         struct completion         ll_kobj_unregister;
700
701         /* File heat */
702         unsigned int              ll_heat_decay_weight;
703         unsigned int              ll_heat_period_second;
704
705         /* filesystem fsname */
706         char                      ll_fsname[LUSTRE_MAXFSNAME + 1];
707
708         /* Persistent Client Cache */
709         struct pcc_super          ll_pcc_super;
710 };
711
712 #define SBI_DEFAULT_HEAT_DECAY_WEIGHT   ((80 * 256 + 50) / 100)
713 #define SBI_DEFAULT_HEAT_PERIOD_SECOND  (60)
714 /*
715  * per file-descriptor read-ahead data.
716  */
717 struct ll_readahead_state {
718         spinlock_t      ras_lock;
719         /* End byte that read(2) try to read.  */
720         loff_t          ras_last_read_end_bytes;
721         /*
722          * number of bytes read after last read-ahead window reset. As window
723          * is reset on each seek, this is effectively a number of consecutive
724          * accesses. Maybe ->ras_accessed_in_window is better name.
725          *
726          * XXX nikita: window is also reset (by ras_update()) when Lustre
727          * believes that memory pressure evicts read-ahead pages. In that
728          * case, it probably doesn't make sense to expand window to
729          * PTLRPC_MAX_BRW_PAGES on the third access.
730          */
731         loff_t          ras_consecutive_bytes;
732         /*
733          * number of read requests after the last read-ahead window reset
734          * As window is reset on each seek, this is effectively the number
735          * on consecutive read request and is used to trigger read-ahead.
736          */
737         unsigned long   ras_consecutive_requests;
738         /*
739          * Parameters of current read-ahead window. Handled by
740          * ras_update(). On the initial access to the file or after a seek,
741          * window is reset to 0. After 3 consecutive accesses, window is
742          * expanded to PTLRPC_MAX_BRW_PAGES. Afterwards, window is enlarged by
743          * PTLRPC_MAX_BRW_PAGES chunks up to ->ra_max_pages.
744          */
745         pgoff_t         ras_window_start_idx;
746         pgoff_t         ras_window_pages;
747         /*
748          * Optimal RPC size in pages.
749          * It decides how many pages will be sent for each read-ahead.
750          */
751         unsigned long   ras_rpc_pages;
752         /*
753          * Where next read-ahead should start at. This lies within read-ahead
754          * window. Read-ahead window is read in pieces rather than at once
755          * because: 1. lustre limits total number of pages under read-ahead by
756          * ->ra_max_pages (see ll_ra_count_get()), 2. client cannot read pages
757          * not covered by DLM lock.
758          */
759         pgoff_t         ras_next_readahead_idx;
760         /*
761          * Total number of ll_file_read requests issued, reads originating
762          * due to mmap are not counted in this total.  This value is used to
763          * trigger full file read-ahead after multiple reads to a small file.
764          */
765         unsigned long   ras_requests;
766         /*
767          * The following 3 items are used for detecting the stride I/O
768          * mode.
769          * In stride I/O mode,
770          * ...............|-----data-----|****gap*****|--------|******|....
771          *    offset      |-stride_bytes-|-stride_gap-|
772          * ras_stride_offset = offset;
773          * ras_stride_length = stride_bytes + stride_gap;
774          * ras_stride_bytes = stride_bytes;
775          * Note: all these three items are counted by bytes.
776          */
777         loff_t          ras_stride_offset;
778         loff_t          ras_stride_length;
779         loff_t          ras_stride_bytes;
780         /*
781          * number of consecutive stride request count, and it is similar as
782          * ras_consecutive_requests, but used for stride I/O mode.
783          * Note: only more than 2 consecutive stride request are detected,
784          * stride read-ahead will be enable
785          */
786         unsigned long   ras_consecutive_stride_requests;
787         /* index of the last page that async readahead starts */
788         pgoff_t         ras_async_last_readpage_idx;
789         /* whether we should increase readahead window */
790         bool            ras_need_increase_window;
791         /* whether ra miss check should be skipped */
792         bool            ras_no_miss_check;
793 };
794
795 struct ll_readahead_work {
796         /** File to readahead */
797         struct file                     *lrw_file;
798         pgoff_t                          lrw_start_idx;
799         pgoff_t                          lrw_end_idx;
800
801         /* async worker to handler read */
802         struct work_struct               lrw_readahead_work;
803 };
804
805 extern struct kmem_cache *ll_file_data_slab;
806 struct lustre_handle;
807 struct ll_file_data {
808         struct ll_readahead_state fd_ras;
809         struct ll_grouplock fd_grouplock;
810         __u64 lfd_pos;
811         __u32 fd_flags;
812         fmode_t fd_omode;
813         /* openhandle if lease exists for this file.
814          * Borrow lli->lli_och_mutex to protect assignment */
815         struct obd_client_handle *fd_lease_och;
816         struct obd_client_handle *fd_och;
817         struct file *fd_file;
818         /* Indicate whether need to report failure when close.
819          * true: failure is known, not report again.
820          * false: unknown failure, should report. */
821         bool fd_write_failed;
822         bool ll_lock_no_expand;
823         rwlock_t fd_lock; /* protect lcc list */
824         struct list_head fd_lccs; /* list of ll_cl_context */
825         /* Used by mirrored file to lead IOs to a specific mirror, usually
826          * for mirror resync. 0 means default. */
827         __u32 fd_designated_mirror;
828         /* The layout version when resync starts. Resync I/O should carry this
829          * layout version for verification to OST objects */
830         __u32 fd_layout_version;
831         struct pcc_file fd_pcc_file;
832 };
833
834 void llite_tunables_unregister(void);
835 int llite_tunables_register(void);
836
837 static inline struct inode *ll_info2i(struct ll_inode_info *lli)
838 {
839         return &lli->lli_vfs_inode;
840 }
841
842 __u32 ll_i2suppgid(struct inode *i);
843 void ll_i2gids(__u32 *suppgids, struct inode *i1,struct inode *i2);
844
845 static inline int ll_need_32bit_api(struct ll_sb_info *sbi)
846 {
847 #if BITS_PER_LONG == 32
848         return 1;
849 #elif defined(CONFIG_COMPAT)
850         if (unlikely(sbi->ll_flags & LL_SBI_32BIT_API))
851                 return true;
852
853 # ifdef CONFIG_X86_X32
854         /* in_compat_syscall() returns true when called from a kthread
855          * and CONFIG_X86_X32 is enabled, which is wrong. So check
856          * whether the caller comes from a syscall (ie. not a kthread)
857          * before calling in_compat_syscall(). */
858         if (current->flags & PF_KTHREAD)
859                 return false;
860 # endif
861
862         return unlikely(in_compat_syscall());
863 #else
864         return unlikely(sbi->ll_flags & LL_SBI_32BIT_API);
865 #endif
866 }
867
868 static inline bool ll_sbi_has_fast_read(struct ll_sb_info *sbi)
869 {
870         return !!(sbi->ll_flags & LL_SBI_FAST_READ);
871 }
872
873 static inline bool ll_sbi_has_tiny_write(struct ll_sb_info *sbi)
874 {
875         return !!(sbi->ll_flags & LL_SBI_TINY_WRITE);
876 }
877
878 static inline bool ll_sbi_has_file_heat(struct ll_sb_info *sbi)
879 {
880         return !!(sbi->ll_flags & LL_SBI_FILE_HEAT);
881 }
882
883 void ll_ras_enter(struct file *f, loff_t pos, size_t count);
884
885 /* llite/lcommon_misc.c */
886 int cl_ocd_update(struct obd_device *host, struct obd_device *watched,
887                   enum obd_notify_event ev, void *owner);
888 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock,
889                      struct ll_grouplock *lg);
890 void cl_put_grouplock(struct ll_grouplock *lg);
891
892 /* llite/lproc_llite.c */
893 int ll_debugfs_register_super(struct super_block *sb, const char *name);
894 void ll_debugfs_unregister_super(struct super_block *sb);
895 void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, long count);
896
897 enum {
898         LPROC_LL_READ_BYTES,
899         LPROC_LL_WRITE_BYTES,
900         LPROC_LL_READ,
901         LPROC_LL_WRITE,
902         LPROC_LL_IOCTL,
903         LPROC_LL_OPEN,
904         LPROC_LL_RELEASE,
905         LPROC_LL_MMAP,
906         LPROC_LL_FAULT,
907         LPROC_LL_MKWRITE,
908         LPROC_LL_LLSEEK,
909         LPROC_LL_FSYNC,
910         LPROC_LL_READDIR,
911         LPROC_LL_SETATTR,
912         LPROC_LL_TRUNC,
913         LPROC_LL_FLOCK,
914         LPROC_LL_GETATTR,
915         LPROC_LL_CREATE,
916         LPROC_LL_LINK,
917         LPROC_LL_UNLINK,
918         LPROC_LL_SYMLINK,
919         LPROC_LL_MKDIR,
920         LPROC_LL_RMDIR,
921         LPROC_LL_MKNOD,
922         LPROC_LL_RENAME,
923         LPROC_LL_STATFS,
924         LPROC_LL_SETXATTR,
925         LPROC_LL_GETXATTR,
926         LPROC_LL_GETXATTR_HITS,
927         LPROC_LL_LISTXATTR,
928         LPROC_LL_REMOVEXATTR,
929         LPROC_LL_INODE_PERM,
930         LPROC_LL_FILE_OPCODES
931 };
932
933 /* llite/dir.c */
934 enum get_default_layout_type {
935         GET_DEFAULT_LAYOUT_ROOT = 1,
936 };
937
938 struct ll_dir_chain {
939 };
940
941 static inline void ll_dir_chain_init(struct ll_dir_chain *chain)
942 {
943 }
944
945 static inline void ll_dir_chain_fini(struct ll_dir_chain *chain)
946 {
947 }
948
949 extern const struct file_operations ll_dir_operations;
950 extern const struct inode_operations ll_dir_inode_operations;
951 #ifdef HAVE_DIR_CONTEXT
952 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
953                 struct dir_context *ctx);
954 #else
955 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
956                 void *cookie, filldir_t filldir);
957 #endif
958 int ll_get_mdt_idx(struct inode *inode);
959 int ll_get_mdt_idx_by_fid(struct ll_sb_info *sbi, const struct lu_fid *fid);
960 struct page *ll_get_dir_page(struct inode *dir, struct md_op_data *op_data,
961                              __u64 offset, struct ll_dir_chain *chain);
962 void ll_release_page(struct inode *inode, struct page *page, bool remove);
963
964 /* llite/namei.c */
965 extern const struct inode_operations ll_special_inode_operations;
966
967 struct inode *ll_iget(struct super_block *sb, ino_t hash,
968                       struct lustre_md *lic);
969 int ll_test_inode_by_fid(struct inode *inode, void *opaque);
970 int ll_md_blocking_ast(struct ldlm_lock *, struct ldlm_lock_desc *,
971                        void *data, int flag);
972 struct dentry *ll_splice_alias(struct inode *inode, struct dentry *de);
973 int ll_rmdir_entry(struct inode *dir, char *name, int namelen);
974 void ll_update_times(struct ptlrpc_request *request, struct inode *inode);
975
976 /* llite/rw.c */
977 int ll_writepage(struct page *page, struct writeback_control *wbc);
978 int ll_writepages(struct address_space *, struct writeback_control *wbc);
979 int ll_readpage(struct file *file, struct page *page);
980 int ll_io_read_page(const struct lu_env *env, struct cl_io *io,
981                            struct cl_page *page, struct file *file);
982 void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras);
983 int vvp_io_write_commit(const struct lu_env *env, struct cl_io *io);
984
985 enum lcc_type;
986 void ll_cl_add(struct file *file, const struct lu_env *env, struct cl_io *io,
987                enum lcc_type type);
988 void ll_cl_remove(struct file *file, const struct lu_env *env);
989 struct ll_cl_context *ll_cl_find(struct file *file);
990
991 extern const struct address_space_operations ll_aops;
992
993 /* llite/file.c */
994 extern struct file_operations ll_file_operations;
995 extern struct file_operations ll_file_operations_flock;
996 extern struct file_operations ll_file_operations_noflock;
997 extern struct inode_operations ll_file_inode_operations;
998 extern int ll_have_md_lock(struct inode *inode, __u64 *bits,
999                            enum ldlm_mode l_req_mode);
1000 extern enum ldlm_mode ll_take_md_lock(struct inode *inode, __u64 bits,
1001                                       struct lustre_handle *lockh, __u64 flags,
1002                                       enum ldlm_mode mode);
1003
1004 int ll_file_open(struct inode *inode, struct file *file);
1005 int ll_file_release(struct inode *inode, struct file *file);
1006 int ll_release_openhandle(struct dentry *, struct lookup_intent *);
1007 int ll_md_real_close(struct inode *inode, fmode_t fmode);
1008 extern void ll_rw_stats_tally(struct ll_sb_info *sbi, pid_t pid,
1009                               struct ll_file_data *file, loff_t pos,
1010                               size_t count, int rw);
1011 #ifdef HAVE_INODEOPS_ENHANCED_GETATTR
1012 int ll_getattr(const struct path *path, struct kstat *stat,
1013                u32 request_mask, unsigned int flags);
1014 #else
1015 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
1016 #endif
1017 int ll_getattr_dentry(struct dentry *de, struct kstat *stat);
1018 struct posix_acl *ll_get_acl(struct inode *inode, int type);
1019 #ifdef HAVE_IOP_SET_ACL
1020 #ifdef CONFIG_LUSTRE_FS_POSIX_ACL
1021 int ll_set_acl(struct inode *inode, struct posix_acl *acl, int type);
1022 #else  /* !CONFIG_LUSTRE_FS_POSIX_ACL */
1023 #define ll_set_acl NULL
1024 #endif /* CONFIG_LUSTRE_FS_POSIX_ACL */
1025
1026 #endif
1027 int ll_migrate(struct inode *parent, struct file *file,
1028                struct lmv_user_md *lum, const char *name);
1029 int ll_get_fid_by_name(struct inode *parent, const char *name,
1030                        int namelen, struct lu_fid *fid, struct inode **inode);
1031 int ll_inode_permission(struct inode *inode, int mask);
1032 int ll_ioctl_check_project(struct inode *inode, struct fsxattr *fa);
1033 int ll_ioctl_fsgetxattr(struct inode *inode, unsigned int cmd,
1034                         unsigned long arg);
1035 int ll_ioctl_fssetxattr(struct inode *inode, unsigned int cmd,
1036                         unsigned long arg);
1037
1038 int ll_lov_setstripe_ea_info(struct inode *inode, struct dentry *dentry,
1039                              __u64 flags, struct lov_user_md *lum,
1040                              int lum_size);
1041 int ll_lov_getstripe_ea_info(struct inode *inode, const char *filename,
1042                              struct lov_mds_md **lmm, int *lmm_size,
1043                              struct ptlrpc_request **request);
1044 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
1045                      int set_default);
1046 int ll_dir_getstripe_default(struct inode *inode, void **lmmp,
1047                              int *lmm_size, struct ptlrpc_request **request,
1048                              struct ptlrpc_request **root_request, u64 valid);
1049 int ll_dir_getstripe(struct inode *inode, void **plmm, int *plmm_size,
1050                      struct ptlrpc_request **request, u64 valid);
1051 int ll_fsync(struct file *file, loff_t start, loff_t end, int data);
1052 int ll_merge_attr(const struct lu_env *env, struct inode *inode);
1053 int ll_fid2path(struct inode *inode, void __user *arg);
1054 int ll_data_version(struct inode *inode, __u64 *data_version, int flags);
1055 int ll_hsm_release(struct inode *inode);
1056 int ll_hsm_state_set(struct inode *inode, struct hsm_state_set *hss);
1057 void ll_io_set_mirror(struct cl_io *io, const struct file *file);
1058
1059 /* llite/dcache.c */
1060
1061 int ll_d_init(struct dentry *de);
1062 extern const struct dentry_operations ll_d_ops;
1063 void ll_intent_drop_lock(struct lookup_intent *);
1064 void ll_intent_release(struct lookup_intent *);
1065 void ll_invalidate_aliases(struct inode *);
1066 void ll_lookup_finish_locks(struct lookup_intent *it, struct dentry *dentry);
1067 int ll_revalidate_it_finish(struct ptlrpc_request *request,
1068                             struct lookup_intent *it, struct dentry *de);
1069
1070 /* llite/llite_lib.c */
1071 extern struct super_operations lustre_super_operations;
1072
1073 void ll_lli_init(struct ll_inode_info *lli);
1074 int ll_fill_super(struct super_block *sb);
1075 void ll_put_super(struct super_block *sb);
1076 void ll_kill_super(struct super_block *sb);
1077 struct inode *ll_inode_from_resource_lock(struct ldlm_lock *lock);
1078 void ll_dir_clear_lsm_md(struct inode *inode);
1079 void ll_clear_inode(struct inode *inode);
1080 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr,
1081                    enum op_xvalid xvalid, bool hsm_import);
1082 int ll_setattr(struct dentry *de, struct iattr *attr);
1083 int ll_statfs(struct dentry *de, struct kstatfs *sfs);
1084 int ll_statfs_internal(struct ll_sb_info *sbi, struct obd_statfs *osfs,
1085                        u32 flags);
1086 int ll_update_inode(struct inode *inode, struct lustre_md *md);
1087 void ll_update_inode_flags(struct inode *inode, int ext_flags);
1088 int ll_read_inode2(struct inode *inode, void *opaque);
1089 void ll_delete_inode(struct inode *inode);
1090 int ll_iocontrol(struct inode *inode, struct file *file,
1091                  unsigned int cmd, unsigned long arg);
1092 int ll_flush_ctx(struct inode *inode);
1093 void ll_umount_begin(struct super_block *sb);
1094 int ll_remount_fs(struct super_block *sb, int *flags, char *data);
1095 #ifdef HAVE_SUPEROPS_USE_DENTRY
1096 int ll_show_options(struct seq_file *seq, struct dentry *dentry);
1097 #else
1098 int ll_show_options(struct seq_file *seq, struct vfsmount *vfs);
1099 #endif
1100 void ll_dirty_page_discard_warn(struct page *page, int ioret);
1101 int ll_prep_inode(struct inode **inode, struct ptlrpc_request *req,
1102                   struct super_block *, struct lookup_intent *);
1103 int ll_obd_statfs(struct inode *inode, void __user *arg);
1104 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
1105 int ll_get_default_mdsize(struct ll_sb_info *sbi, int *default_mdsize);
1106 int ll_set_default_mdsize(struct ll_sb_info *sbi, int default_mdsize);
1107
1108 void ll_unlock_md_op_lsm(struct md_op_data *op_data);
1109 struct md_op_data *ll_prep_md_op_data(struct md_op_data *op_data,
1110                                       struct inode *i1, struct inode *i2,
1111                                       const char *name, size_t namelen,
1112                                       __u32 mode, enum md_op_code opc,
1113                                       void *data);
1114 void ll_finish_md_op_data(struct md_op_data *op_data);
1115 int ll_get_obd_name(struct inode *inode, unsigned int cmd, unsigned long arg);
1116 void ll_compute_rootsquash_state(struct ll_sb_info *sbi);
1117 ssize_t ll_copy_user_md(const struct lov_user_md __user *md,
1118                         struct lov_user_md **kbuf);
1119 void ll_open_cleanup(struct super_block *sb, struct ptlrpc_request *open_req);
1120
1121 void ll_dom_finish_open(struct inode *inode, struct ptlrpc_request *req,
1122                         struct lookup_intent *it);
1123
1124 /* Compute expected user md size when passing in a md from user space */
1125 static inline ssize_t ll_lov_user_md_size(const struct lov_user_md *lum)
1126 {
1127         switch (lum->lmm_magic) {
1128         case LOV_USER_MAGIC_V1:
1129                 return sizeof(struct lov_user_md_v1);
1130         case LOV_USER_MAGIC_V3:
1131                 return sizeof(struct lov_user_md_v3);
1132         case LOV_USER_MAGIC_SPECIFIC:
1133                 if (lum->lmm_stripe_count > LOV_MAX_STRIPE_COUNT)
1134                         return -EINVAL;
1135
1136                 return lov_user_md_size(lum->lmm_stripe_count,
1137                                         LOV_USER_MAGIC_SPECIFIC);
1138         case LOV_USER_MAGIC_COMP_V1:
1139                 return ((struct lov_comp_md_v1 *)lum)->lcm_size;
1140         case LOV_USER_MAGIC_FOREIGN:
1141                 return foreign_size(lum);
1142         }
1143
1144         return -EINVAL;
1145 }
1146
1147 /* llite/llite_nfs.c */
1148 extern struct export_operations lustre_export_operations;
1149 __u32 get_uuid2int(const char *name, int len);
1150 struct inode *search_inode_for_lustre(struct super_block *sb,
1151                                       const struct lu_fid *fid);
1152 int ll_dir_get_parent_fid(struct inode *dir, struct lu_fid *parent_fid);
1153
1154 /* llite/symlink.c */
1155 extern struct inode_operations ll_fast_symlink_inode_operations;
1156
1157 /**
1158  * IO arguments for various VFS I/O interfaces.
1159  */
1160 struct vvp_io_args {
1161         /** normal/sendfile/splice */
1162         enum vvp_io_subtype via_io_subtype;
1163
1164         union {
1165                 struct {
1166                         struct kiocb      *via_iocb;
1167                         struct iov_iter   *via_iter;
1168                 } normal;
1169                 struct {
1170                         struct pipe_inode_info  *via_pipe;
1171                         unsigned int       via_flags;
1172                 } splice;
1173         } u;
1174 };
1175
1176 enum lcc_type {
1177         LCC_RW = 1,
1178         LCC_MMAP
1179 };
1180
1181 struct ll_cl_context {
1182         struct list_head         lcc_list;
1183         void                    *lcc_cookie;
1184         const struct lu_env     *lcc_env;
1185         struct cl_io            *lcc_io;
1186         struct cl_page          *lcc_page;
1187         enum lcc_type            lcc_type;
1188 };
1189
1190 struct ll_thread_info {
1191         struct vvp_io_args      lti_args;
1192         struct ra_io_arg        lti_ria;
1193         struct ll_cl_context    lti_io_ctx;
1194 };
1195
1196 extern struct lu_context_key ll_thread_key;
1197
1198 static inline struct ll_thread_info *ll_env_info(const struct lu_env *env)
1199 {
1200         struct ll_thread_info *lti;
1201
1202         lti = lu_context_key_get(&env->le_ctx, &ll_thread_key);
1203         LASSERT(lti != NULL);
1204
1205         return lti;
1206 }
1207
1208 static inline struct vvp_io_args *ll_env_args(const struct lu_env *env,
1209                                               enum vvp_io_subtype type)
1210 {
1211         struct vvp_io_args *via = &ll_env_info(env)->lti_args;
1212
1213         via->via_io_subtype = type;
1214
1215         return via;
1216 }
1217
1218 void ll_io_init(struct cl_io *io, struct file *file, enum cl_io_type iot,
1219                 struct vvp_io_args *args);
1220
1221 /* llite/llite_mmap.c */
1222
1223 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last);
1224 int ll_file_mmap(struct file * file, struct vm_area_struct * vma);
1225 void policy_from_vma(union ldlm_policy_data *policy, struct vm_area_struct *vma,
1226                      unsigned long addr, size_t count);
1227 struct vm_area_struct *our_vma(struct mm_struct *mm, unsigned long addr,
1228                                size_t count);
1229
1230 #define    ll_s2sbi(sb)        (s2lsi(sb)->lsi_llsbi)
1231
1232 /* don't need an addref as the sb_info should be holding one */
1233 static inline struct obd_export *ll_s2dtexp(struct super_block *sb)
1234 {
1235         return ll_s2sbi(sb)->ll_dt_exp;
1236 }
1237
1238 /* don't need an addref as the sb_info should be holding one */
1239 static inline struct obd_export *ll_s2mdexp(struct super_block *sb)
1240 {
1241         return ll_s2sbi(sb)->ll_md_exp;
1242 }
1243
1244 static inline struct client_obd *sbi2mdc(struct ll_sb_info *sbi)
1245 {
1246         struct obd_device *obd = sbi->ll_md_exp->exp_obd;
1247         if (obd == NULL)
1248                 LBUG();
1249         return &obd->u.cli;
1250 }
1251
1252 // FIXME: replace the name of this with LL_SB to conform to kernel stuff
1253 static inline struct ll_sb_info *ll_i2sbi(struct inode *inode)
1254 {
1255         return ll_s2sbi(inode->i_sb);
1256 }
1257
1258 static inline struct obd_export *ll_i2dtexp(struct inode *inode)
1259 {
1260         return ll_s2dtexp(inode->i_sb);
1261 }
1262
1263 static inline struct obd_export *ll_i2mdexp(struct inode *inode)
1264 {
1265         return ll_s2mdexp(inode->i_sb);
1266 }
1267
1268 static inline struct lu_fid *ll_inode2fid(struct inode *inode)
1269 {
1270         struct lu_fid *fid;
1271
1272         LASSERT(inode != NULL);
1273         fid = &ll_i2info(inode)->lli_fid;
1274
1275         return fid;
1276 }
1277
1278 static inline bool ll_dir_striped(struct inode *inode)
1279 {
1280         LASSERT(inode);
1281         return S_ISDIR(inode->i_mode) &&
1282                lmv_dir_striped(ll_i2info(inode)->lli_lsm_md);
1283 }
1284
1285 static inline loff_t ll_file_maxbytes(struct inode *inode)
1286 {
1287         struct cl_object *obj = ll_i2info(inode)->lli_clob;
1288
1289         if (obj == NULL)
1290                 return MAX_LFS_FILESIZE;
1291
1292         return min_t(loff_t, cl_object_maxbytes(obj), MAX_LFS_FILESIZE);
1293 }
1294
1295 /* llite/xattr.c */
1296 extern const struct xattr_handler *ll_xattr_handlers[];
1297
1298 #define XATTR_USER_T            1
1299 #define XATTR_TRUSTED_T         2
1300 #define XATTR_SECURITY_T        3
1301 #define XATTR_ACL_ACCESS_T      4
1302 #define XATTR_ACL_DEFAULT_T     5
1303 #define XATTR_LUSTRE_T          6
1304 #define XATTR_OTHER_T           7
1305
1306 ssize_t ll_listxattr(struct dentry *dentry, char *buffer, size_t size);
1307 int ll_xattr_list(struct inode *inode, const char *name, int type,
1308                   void *buffer, size_t size, u64 valid);
1309 const struct xattr_handler *get_xattr_type(const char *name);
1310
1311 /**
1312  * Common IO arguments for various VFS I/O interfaces.
1313  */
1314 int cl_sb_init(struct super_block *sb);
1315 int cl_sb_fini(struct super_block *sb);
1316
1317 enum ras_update_flags {
1318         LL_RAS_HIT  = 0x1,
1319         LL_RAS_MMAP = 0x2
1320 };
1321 void ll_ra_count_put(struct ll_sb_info *sbi, unsigned long len);
1322 void ll_ra_stats_inc(struct inode *inode, enum ra_stat which);
1323
1324 /* statahead.c */
1325
1326 #define LL_SA_RPC_MIN           2
1327 #define LL_SA_RPC_DEF           32
1328 #define LL_SA_RPC_MAX           512
1329
1330 /* XXX: If want to support more concurrent statahead instances,
1331  *      please consider to decentralize the RPC lists attached
1332  *      on related import, such as imp_{sending,delayed}_list.
1333  *      LU-11079 */
1334 #define LL_SA_RUNNING_MAX       256
1335 #define LL_SA_RUNNING_DEF       16
1336
1337 #define LL_SA_CACHE_BIT         5
1338 #define LL_SA_CACHE_SIZE        (1 << LL_SA_CACHE_BIT)
1339 #define LL_SA_CACHE_MASK        (LL_SA_CACHE_SIZE - 1)
1340
1341 /* per inode struct, for dir only */
1342 struct ll_statahead_info {
1343         struct dentry          *sai_dentry;
1344         atomic_t                sai_refcount;   /* when access this struct, hold
1345                                                  * refcount */
1346         unsigned int            sai_max;        /* max ahead of lookup */
1347         __u64                   sai_sent;       /* stat requests sent count */
1348         __u64                   sai_replied;    /* stat requests which received
1349                                                  * reply */
1350         __u64                   sai_index;      /* index of statahead entry */
1351         __u64                   sai_index_wait; /* index of entry which is the
1352                                                  * caller is waiting for */
1353         __u64                   sai_hit;        /* hit count */
1354         __u64                   sai_miss;       /* miss count:
1355                                                  * for "ls -al" case, includes
1356                                                  * hidden dentry miss;
1357                                                  * for "ls -l" case, it does not
1358                                                  * include hidden dentry miss.
1359                                                  * "sai_miss_hidden" is used for
1360                                                  * the later case.
1361                                                  */
1362         unsigned int            sai_consecutive_miss; /* consecutive miss */
1363         unsigned int            sai_miss_hidden;/* "ls -al", but first dentry
1364                                                  * is not a hidden one */
1365         unsigned int            sai_skip_hidden;/* skipped hidden dentry count
1366                                                  */
1367         unsigned int            sai_ls_all:1,   /* "ls -al", do stat-ahead for
1368                                                  * hidden entries */
1369                                 sai_agl_valid:1,/* AGL is valid for the dir */
1370                                 sai_in_readpage:1;/* statahead is in readdir()*/
1371         wait_queue_head_t       sai_waitq;      /* stat-ahead wait queue */
1372         struct ptlrpc_thread    sai_thread;     /* stat-ahead thread */
1373         struct ptlrpc_thread    sai_agl_thread; /* AGL thread */
1374         struct list_head        sai_interim_entries; /* entries which got async
1375                                                       * stat reply, but not
1376                                                       * instantiated */
1377         struct list_head        sai_entries;    /* completed entries */
1378         struct list_head        sai_agls;       /* AGLs to be sent */
1379         struct list_head        sai_cache[LL_SA_CACHE_SIZE];
1380         spinlock_t              sai_cache_lock[LL_SA_CACHE_SIZE];
1381         atomic_t                sai_cache_count; /* entry count in cache */
1382 };
1383
1384 int ll_statahead(struct inode *dir, struct dentry **dentry, bool unplug);
1385 void ll_authorize_statahead(struct inode *dir, void *key);
1386 void ll_deauthorize_statahead(struct inode *dir, void *key);
1387
1388 /* glimpse.c */
1389 blkcnt_t dirty_cnt(struct inode *inode);
1390
1391 int cl_glimpse_size0(struct inode *inode, int agl);
1392 int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io,
1393                     struct inode *inode, struct cl_object *clob, int agl);
1394
1395 static inline int cl_glimpse_size(struct inode *inode)
1396 {
1397         return cl_glimpse_size0(inode, 0);
1398 }
1399
1400 /* AGL is 'asychronous glimpse lock', which is a speculative lock taken as
1401  * part of statahead */
1402 static inline int cl_agl(struct inode *inode)
1403 {
1404         return cl_glimpse_size0(inode, 1);
1405 }
1406
1407 int ll_file_lock_ahead(struct file *file, struct llapi_lu_ladvise *ladvise);
1408
1409 int cl_io_get(struct inode *inode, struct lu_env **envout,
1410               struct cl_io **ioout, __u16 *refcheck);
1411
1412 static inline int ll_glimpse_size(struct inode *inode)
1413 {
1414         struct ll_inode_info *lli = ll_i2info(inode);
1415         int rc;
1416
1417         down_read(&lli->lli_glimpse_sem);
1418         rc = cl_glimpse_size(inode);
1419         lli->lli_glimpse_time = ktime_get();
1420         up_read(&lli->lli_glimpse_sem);
1421         return rc;
1422 }
1423
1424 /* dentry may statahead when statahead is enabled and current process has opened
1425  * parent directory, and this dentry hasn't accessed statahead cache before */
1426 static inline bool
1427 dentry_may_statahead(struct inode *dir, struct dentry *dentry)
1428 {
1429         struct ll_inode_info  *lli;
1430         struct ll_dentry_data *ldd;
1431
1432         if (ll_i2sbi(dir)->ll_sa_max == 0)
1433                 return false;
1434
1435         lli = ll_i2info(dir);
1436
1437         /* statahead is not allowed for this dir, there may be three causes:
1438          * 1. dir is not opened.
1439          * 2. statahead hit ratio is too low.
1440          * 3. previous stat started statahead thread failed. */
1441         if (!lli->lli_sa_enabled)
1442                 return false;
1443
1444         /* not the same process, don't statahead */
1445         if (lli->lli_opendir_pid != current_pid())
1446                 return false;
1447
1448         /*
1449          * When stating a dentry, kernel may trigger 'revalidate' or 'lookup'
1450          * multiple times, eg. for 'getattr', 'getxattr' and etc.
1451          * For patchless client, lookup intent is not accurate, which may
1452          * misguide statahead. For example:
1453          * The 'revalidate' call for 'getattr' and 'getxattr' of a dentry will
1454          * have the same intent -- IT_GETATTR, while one dentry should access
1455          * statahead cache once, otherwise statahead windows is messed up.
1456          * The solution is as following:
1457          * Assign 'lld_sa_generation' with 'lli_sa_generation' when a dentry
1458          * IT_GETATTR for the first time, and subsequent IT_GETATTR will
1459          * bypass interacting with statahead cache by checking
1460          * 'lld_sa_generation == lli->lli_sa_generation'.
1461          */
1462         ldd = ll_d2d(dentry);
1463         if (ldd != NULL && ldd->lld_sa_generation == lli->lli_sa_generation)
1464                 return false;
1465
1466         return true;
1467 }
1468
1469 int cl_sync_file_range(struct inode *inode, loff_t start, loff_t end,
1470                        enum cl_fsync_mode mode, int ignore_layout);
1471
1472 static inline int ll_file_nolock(const struct file *file)
1473 {
1474         struct ll_file_data *fd = file->private_data;
1475         struct inode *inode = file_inode((struct file *)file);
1476
1477         LASSERT(fd != NULL);
1478         return ((fd->fd_flags & LL_FILE_IGNORE_LOCK) ||
1479                 (ll_i2sbi(inode)->ll_flags & LL_SBI_NOLCK));
1480 }
1481
1482 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
1483                                     struct lookup_intent *it, __u64 *bits)
1484 {
1485         if (!it->it_lock_set) {
1486                 struct lustre_handle handle;
1487
1488                 /* If this inode is a remote object, it will get two
1489                  * separate locks in different namespaces, Master MDT,
1490                  * where the name entry is, will grant LOOKUP lock,
1491                  * remote MDT, where the object is, will grant
1492                  * UPDATE|PERM lock. The inode will be attched to both
1493                  * LOOKUP and PERM locks, so revoking either locks will
1494                  * case the dcache being cleared */
1495                 if (it->it_remote_lock_mode) {
1496                         handle.cookie = it->it_remote_lock_handle;
1497                         CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID
1498                                "(%p) for remote lock %#llx\n",
1499                                PFID(ll_inode2fid(inode)), inode,
1500                                handle.cookie);
1501                         md_set_lock_data(exp, &handle, inode, NULL);
1502                 }
1503
1504                 handle.cookie = it->it_lock_handle;
1505
1506                 CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID"(%p)"
1507                        " for lock %#llx\n",
1508                        PFID(ll_inode2fid(inode)), inode, handle.cookie);
1509
1510                 md_set_lock_data(exp, &handle, inode, &it->it_lock_bits);
1511                 it->it_lock_set = 1;
1512         }
1513
1514         if (bits != NULL)
1515                 *bits = it->it_lock_bits;
1516 }
1517
1518 static inline int d_lustre_invalid(const struct dentry *dentry)
1519 {
1520         struct ll_dentry_data *lld = ll_d2d(dentry);
1521
1522         return (lld == NULL) || lld->lld_invalid;
1523 }
1524
1525 static inline void __d_lustre_invalidate(struct dentry *dentry)
1526 {
1527         struct ll_dentry_data *lld = ll_d2d(dentry);
1528
1529         if (lld != NULL)
1530                 lld->lld_invalid = 1;
1531 }
1532
1533 /*
1534  * Mark dentry INVALID, if dentry refcount is zero (this is normally case for
1535  * ll_md_blocking_ast), unhash this dentry, and let dcache to reclaim it later;
1536  * else dput() of the last refcount will unhash this dentry and kill it.
1537  */
1538 static inline void d_lustre_invalidate(struct dentry *dentry, int nested)
1539 {
1540         CDEBUG(D_DENTRY, "invalidate dentry %.*s (%p) parent %p inode %p "
1541                "refc %d\n", dentry->d_name.len, dentry->d_name.name, dentry,
1542                dentry->d_parent, dentry->d_inode, ll_d_count(dentry));
1543
1544         spin_lock_nested(&dentry->d_lock,
1545                          nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL);
1546         __d_lustre_invalidate(dentry);
1547         /*
1548          * We should be careful about dentries created by d_obtain_alias().
1549          * These dentries are not put in the dentry tree, instead they are
1550          * linked to sb->s_anon through dentry->d_hash.
1551          * shrink_dcache_for_umount() shrinks the tree and sb->s_anon list.
1552          * If we unhashed such a dentry, unmount would not be able to find
1553          * it and busy inodes would be reported.
1554          */
1555         if (ll_d_count(dentry) == 0 && !(dentry->d_flags & DCACHE_DISCONNECTED))
1556                 __d_drop(dentry);
1557         spin_unlock(&dentry->d_lock);
1558 }
1559
1560 static inline void d_lustre_revalidate(struct dentry *dentry)
1561 {
1562         spin_lock(&dentry->d_lock);
1563         LASSERT(ll_d2d(dentry) != NULL);
1564         ll_d2d(dentry)->lld_invalid = 0;
1565         spin_unlock(&dentry->d_lock);
1566 }
1567
1568 static inline dev_t ll_compat_encode_dev(dev_t dev)
1569 {
1570         /* The compat_sys_*stat*() syscalls will fail unless the
1571          * device majors and minors are both less than 256. Note that
1572          * the value returned here will be passed through
1573          * old_encode_dev() in cp_compat_stat(). And so we are not
1574          * trying to return a valid compat (u16) device number, just
1575          * one that will pass the old_valid_dev() check. */
1576
1577         return MKDEV(MAJOR(dev) & 0xff, MINOR(dev) & 0xff);
1578 }
1579
1580 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf);
1581 int ll_layout_refresh(struct inode *inode, __u32 *gen);
1582 int ll_layout_restore(struct inode *inode, loff_t start, __u64 length);
1583 int ll_layout_write_intent(struct inode *inode, enum layout_intent_opc opc,
1584                            struct lu_extent *ext);
1585
1586 int ll_xattr_init(void);
1587 void ll_xattr_fini(void);
1588
1589 int ll_page_sync_io(const struct lu_env *env, struct cl_io *io,
1590                     struct cl_page *page, enum cl_req_type crt);
1591
1592 int ll_getparent(struct file *file, struct getparent __user *arg);
1593
1594 /* lcommon_cl.c */
1595 int cl_setattr_ost(struct cl_object *obj, const struct iattr *attr,
1596                    enum op_xvalid xvalid, unsigned int attr_flags);
1597
1598 extern struct lu_env *cl_inode_fini_env;
1599 extern __u16 cl_inode_fini_refcheck;
1600
1601 int cl_file_inode_init(struct inode *inode, struct lustre_md *md);
1602 void cl_inode_fini(struct inode *inode);
1603
1604 u64 cl_fid_build_ino(const struct lu_fid *fid, int api32);
1605 u32 cl_fid_build_gen(const struct lu_fid *fid);
1606
1607 static inline struct pcc_super *ll_i2pccs(struct inode *inode)
1608 {
1609         return &ll_i2sbi(inode)->ll_pcc_super;
1610 }
1611
1612 static inline struct pcc_super *ll_info2pccs(struct ll_inode_info *lli)
1613 {
1614         return ll_i2pccs(ll_info2i(lli));
1615 }
1616
1617 #endif /* LLITE_INTERNAL_H */