Whamcloud - gitweb
LU-9680 lnet: Empty route/peer table is not an error
[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  */
31
32 #ifndef LLITE_INTERNAL_H
33 #define LLITE_INTERNAL_H
34 #include <obd.h>
35 #include <lustre_disk.h>  /* for s2sbi */
36 #include <lustre_linkea.h>
37
38 /* for struct cl_lock_descr and struct cl_io */
39 #include <cl_object.h>
40 #include <lustre_lmv.h>
41 #include <lustre_mdc.h>
42 #include <lustre_intent.h>
43 #include <linux/compat.h>
44 #include <linux/aio.h>
45 #include <linux/parser.h>
46 #include <linux/seqlock.h>
47 #include <lustre_compat.h>
48 #include <lustre_crypto.h>
49 #include <range_lock.h>
50
51 #include "vvp_internal.h"
52 #include "pcc.h"
53 #include "foreign_symlink.h"
54
55 #ifndef FMODE_EXEC
56 #define FMODE_EXEC 0
57 #endif
58
59 #ifndef HAVE_VM_FAULT_RETRY
60 #define VM_FAULT_RETRY 0
61 #endif
62
63 /* Kernel 3.1 kills LOOKUP_CONTINUE, LOOKUP_PARENT is equivalent to it.
64  * seem kernel commit 49084c3bb2055c401f3493c13edae14d49128ca0 */
65 #ifndef LOOKUP_CONTINUE
66 #define LOOKUP_CONTINUE LOOKUP_PARENT
67 #endif
68
69 #ifdef HAVE_DENTRY_D_U_D_ALIAS
70 #define d_alias                 d_u.d_alias
71 #endif
72
73 /** Only used on client-side for indicating the tail of dir hash/offset. */
74 #define LL_DIR_END_OFF          0x7fffffffffffffffULL
75 #define LL_DIR_END_OFF_32BIT    0x7fffffffUL
76
77 /* 4UL * 1024 * 1024 */
78 #define LL_MAX_BLKSIZE_BITS 22
79
80 #define LL_IT2STR(it) ((it) ? ldlm_it2str((it)->it_op) : "0")
81
82 #define TIMES_SET_FLAGS (ATTR_MTIME_SET | ATTR_ATIME_SET | ATTR_TIMES_SET)
83
84 struct ll_dentry_data {
85         unsigned int                    lld_sa_generation;
86         unsigned int                    lld_invalid:1;
87         struct rcu_head                 lld_rcu_head;
88 };
89
90 #define ll_d2d(de) ((struct ll_dentry_data*)((de)->d_fsdata))
91
92 #define LLI_INODE_MAGIC                 0x111d0de5
93 #define LLI_INODE_DEAD                  0xdeadd00d
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 struct ll_grouplock {
105         struct lu_env   *lg_env;
106         struct cl_io    *lg_io;
107         struct cl_lock  *lg_lock;
108         unsigned long    lg_gid;
109 };
110
111 /* See comment on trunc_sem_down_read_nowait */
112 struct ll_trunc_sem {
113         /* when positive, this is a count of readers, when -1, it indicates
114          * the semaphore is held for write, and 0 is unlocked
115          */
116         atomic_t        ll_trunc_readers;
117         /* this tracks a count of waiting writers */
118         atomic_t        ll_trunc_waiters;
119 };
120
121 enum ll_sa_pattern {
122         LSA_PATTERN_NONE        = 0x0000,
123         LSA_PATTERN_LIST        = 0x0001,
124         LSA_PATTERN_FNAME       = 0X0002,
125         LSA_PATTERN_MAX,
126 };
127
128 struct ll_inode_info {
129         __u32                           lli_inode_magic;
130         rwlock_t                        lli_lock;
131
132         volatile unsigned long          lli_flags;
133         struct posix_acl                *lli_posix_acl;
134
135         /* identifying fields for both metadata and data stacks. */
136         struct lu_fid                   lli_fid;
137         /* master inode fid for stripe directory */
138         struct lu_fid                   lli_pfid;
139
140         /* We need all three because every inode may be opened in different
141          * modes */
142         struct obd_client_handle       *lli_mds_read_och;
143         struct obd_client_handle       *lli_mds_write_och;
144         struct obd_client_handle       *lli_mds_exec_och;
145         __u64                           lli_open_fd_read_count;
146         __u64                           lli_open_fd_write_count;
147         __u64                           lli_open_fd_exec_count;
148
149         /* Protects access to och pointers and their usage counters */
150         struct mutex                    lli_och_mutex;
151
152         struct inode                    lli_vfs_inode;
153
154         /* the most recent timestamps obtained from mds */
155         s64                             lli_atime;
156         s64                             lli_mtime;
157         s64                             lli_ctime;
158         s64                             lli_btime;
159         spinlock_t                      lli_agl_lock;
160         bool                            lli_synced_to_mds;
161
162         /* inode specific open lock caching threshold */
163         u32                             lli_open_thrsh_count;
164         /* Number of times this inode was opened */
165         u64                             lli_open_fd_count;
166         /* When last close was performed on this inode */
167         ktime_t                         lli_close_fd_time;
168
169         /* Try to make the d::member and f::member are aligned. Before using
170          * these members, make clear whether it is directory or not. */
171         union {
172                 /* for directory */
173                 struct {
174                         /* metadata statahead */
175                         /* since parent-child threads can share the same @file
176                          * struct, "opendir_key" is the token when dir close for
177                          * case of parent exit before child -- it is me should
178                          * cleanup the dir readahead. */
179                         void                           *lli_opendir_key;
180                         struct ll_statahead_info       *lli_sai;
181                         struct ll_statahead_context    *lli_sax;
182                         /* protect statahead stuff. */
183                         spinlock_t                      lli_sa_lock;
184                         /* "opendir_pid" is the token when lookup/revalid
185                          * -- I am the owner of dir statahead. */
186                         pid_t                           lli_opendir_pid;
187                         /* directory depth to ROOT */
188                         unsigned short                  lli_dir_depth;
189                         /* directory depth to ancestor whose default LMV is
190                          * inherited.
191                          */
192                         unsigned short                  lli_inherit_depth;
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 short                  lli_sa_enabled:1,
199                         /* default LMV is explicitly set in inode on MDT, this
200                          * is for old server, or default LMV is set by
201                          * "lfs setdirstripe -D".
202                          */
203                                                         lli_def_lsm_obj_set:1;
204                         /* generation for statahead */
205                         unsigned int                    lli_sa_generation;
206                         /* access pattern for statahead */
207                         enum ll_sa_pattern              lli_sa_pattern;
208                         /* rw lock protects lli_lsm_md */
209                         struct rw_semaphore             lli_lsm_sem;
210                         /* directory stripe information */
211                         struct lmv_stripe_object        *lli_lsm_obj;
212                         /* directory default LMV */
213                         struct lmv_stripe_object        *lli_def_lsm_obj;
214                 };
215
216                 /* for non-directory */
217                 struct {
218                         struct mutex            lli_size_mutex;
219                         struct task_struct      *lli_size_lock_owner;
220                         char                    *lli_symlink_name;
221                         struct ll_trunc_sem     lli_trunc_sem;
222                         struct range_lock_tree  lli_write_tree;
223                         struct mutex            lli_setattr_mutex;
224
225                         struct rw_semaphore     lli_glimpse_sem;
226                         ktime_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                         /* protect the file heat fields */
234                         spinlock_t                      lli_heat_lock;
235                         __u32                           lli_heat_flags;
236                         struct obd_heat_instance        lli_heat_instances[OBD_HEAT_COUNT];
237
238                         /*
239                          * Whenever a process try to read/write the file, the
240                          * jobid, uid and gid of the process will be saved here,
241                          * and it'll be packed into write RPC when flush later.
242                          *
243                          * So the read/write statistics or TBF rules for jobid,
244                          * uid or gid will not be accurate if the file is shared
245                          * by different jobs.
246                          */
247                         char                    lli_jobid[LUSTRE_JOBID_SIZE];
248                         __u32                   lli_uid;
249                         __u32                   lli_gid;
250
251                         struct mutex             lli_pcc_lock;
252                         enum lu_pcc_state_flags  lli_pcc_state;
253                         /*
254                          * @lli_pcc_generation saves the gobal PCC generation
255                          * when the file was successfully attached into PCC.
256                          * The flags of the PCC dataset are saved in
257                          * @lli_pcc_dsflags.
258                          * The gobal PCC generation will be increased when add
259                          * or delete a PCC backend, or change the configuration
260                          * parameters for PCC.
261                          * If @lli_pcc_generation is same as the gobal PCC
262                          * generation, we can use the saved flags of the PCC
263                          * dataset to determine whether need to try auto attach
264                          * safely.
265                          */
266                         __u64                    lli_pcc_generation;
267                         enum pcc_dataset_flags   lli_pcc_dsflags;
268                         struct pcc_inode        *lli_pcc_inode;
269
270                         struct mutex             lli_group_mutex;
271                         __u64                    lli_group_users;
272                         unsigned long            lli_group_gid;
273
274                         __u64                    lli_attr_valid;
275                         __u64                    lli_lazysize;
276                         __u64                    lli_lazyblocks;
277                 };
278         };
279
280         /* XXX: For following frequent used members, although they maybe special
281          *      used for non-directory object, it is some time-wasting to check
282          *      whether the object is directory or not before using them. On the
283          *      other hand, currently, sizeof(f) > sizeof(d), it cannot reduce
284          *      the "ll_inode_info" size even if moving those members into u.f.
285          *      So keep them out side.
286          *
287          *      In the future, if more members are added only for directory,
288          *      some of the following members can be moved into u.f.
289          */
290         struct cl_object                *lli_clob;
291
292         /* mutex to request for layout lock exclusively. */
293         struct mutex                    lli_layout_mutex;
294         struct task_struct              *lli_layout_lock_owner;
295         /* Layout version, protected by lli_layout_lock */
296         __u32                           lli_layout_gen;
297         spinlock_t                      lli_layout_lock;
298
299         __u32                           lli_projid;   /* project id */
300
301         struct rw_semaphore             lli_xattrs_list_rwsem;
302         struct mutex                    lli_xattrs_enq_lock;
303         struct list_head                lli_xattrs; /* ll_xattr_entry->xe_list */
304         struct list_head                lli_lccs; /* list of ll_cl_context */
305         seqlock_t                       lli_page_inv_lock;
306
307         struct task_struct              *lli_inode_lock_owner;
308 };
309
310 #ifndef HAVE_USER_NAMESPACE_ARG
311 #define inode_permission(ns, inode, mask)       inode_permission(inode, mask)
312 #define generic_permission(ns, inode, mask)     generic_permission(inode, mask)
313 #define simple_setattr(ns, de, iattr)           simple_setattr(de, iattr)
314 #define ll_setattr(ns, de, attr)                ll_setattr(de, attr)
315 #ifdef HAVE_STRUCT_POSIX_ACL_XATTR
316 #define setattr_prepare(ns, de, at)             setattr_prepare(de, at)
317 #else
318 #define setattr_prepare(ns, de, at)             inode_change_ok(de->d_inode, at)
319 #endif
320 #define ll_inode_permission(ns, inode, mask)    ll_inode_permission(inode, mask)
321 #ifdef HAVE_INODEOPS_ENHANCED_GETATTR
322 #define ll_getattr(ns, path, stat, mask, fl)    ll_getattr(path, stat, mask, fl)
323 #endif /* HAVE_INODEOPS_ENHANCED_GETATTR */
324 #endif
325
326 #ifdef IOCB_APPEND
327 #define iocb_ki_flags_check(flag, name) (!!((flag) & IOCB_ ## name))
328 #define ki_flag(name) IOCB_ ## name
329 #else
330 #define iocb_ki_flags_check(flag, name) (!!((flag) & O_ ## name))
331 #define ki_flag(name) O_ ## name
332 #endif
333
334 static inline void ll_trunc_sem_init(struct ll_trunc_sem *sem)
335 {
336         atomic_set(&sem->ll_trunc_readers, 0);
337         atomic_set(&sem->ll_trunc_waiters, 0);
338 }
339
340 /* This version of down read ignores waiting writers, meaning if the semaphore
341  * is already held for read, this down_read will 'join' that reader and also
342  * take the semaphore.
343  *
344  * This lets us avoid an unusual deadlock.
345  *
346  * We must take lli_trunc_sem in read mode on entry in to various i/o paths
347  * in Lustre, in order to exclude truncates.  Some of these paths then need to
348  * take the mmap_lock, while still holding the trunc_sem.  The problem is that
349  * page faults hold the mmap_lock when calling in to Lustre, and then must also
350  * take the trunc_sem to exclude truncate.
351  *
352  * This means the locking order for trunc_sem and mmap_lock is sometimes AB,
353  * sometimes BA.  This is almost OK because in both cases, we take the trunc
354  * sem for read, so it doesn't block.
355  *
356  * However, if a write mode user (truncate, a setattr op) arrives in the
357  * middle of this, the second reader on the truncate_sem will wait behind that
358  * writer.
359  *
360  * So we have, on our truncate sem, in order (where 'reader' and 'writer' refer
361  * to the mode in which they take the semaphore):
362  * reader (holding mmap_lock, needs truncate_sem)
363  * writer
364  * reader (holding truncate sem, waiting for mmap_lock)
365  *
366  * And so the readers deadlock.
367  *
368  * The solution is this modified semaphore, where this down_read ignores
369  * waiting write operations, and all waiters are woken up at once, so readers
370  * using down_read_nowait cannot get stuck behind waiting writers, regardless
371  * of the order they arrived in.
372  *
373  * down_read_nowait is only used in the page fault case, where we already hold
374  * the mmap_lock.  This is because otherwise repeated read and write operations
375  * (which take the truncate sem) could prevent a truncate from ever starting.
376  * This could still happen with page faults, but without an even more complex
377  * mechanism, this is unavoidable.
378  *
379  * LU-12460
380  */
381 static inline void trunc_sem_down_read_nowait(struct ll_trunc_sem *sem)
382 {
383         wait_var_event(&sem->ll_trunc_readers,
384                        atomic_inc_unless_negative(&sem->ll_trunc_readers));
385 }
386
387 static inline void trunc_sem_down_read(struct ll_trunc_sem *sem)
388 {
389         wait_var_event(&sem->ll_trunc_readers,
390                        atomic_read(&sem->ll_trunc_waiters) == 0 &&
391                        atomic_inc_unless_negative(&sem->ll_trunc_readers));
392 }
393
394 static inline void trunc_sem_up_read(struct ll_trunc_sem *sem)
395 {
396         if (atomic_dec_return(&sem->ll_trunc_readers) == 0 &&
397             atomic_read(&sem->ll_trunc_waiters))
398                 wake_up_var(&sem->ll_trunc_readers);
399 }
400
401 static inline void trunc_sem_down_write(struct ll_trunc_sem *sem)
402 {
403         atomic_inc(&sem->ll_trunc_waiters);
404         wait_var_event(&sem->ll_trunc_readers,
405                        atomic_cmpxchg(&sem->ll_trunc_readers, 0, -1) == 0);
406         atomic_dec(&sem->ll_trunc_waiters);
407 }
408
409 static inline void trunc_sem_up_write(struct ll_trunc_sem *sem)
410 {
411         atomic_set(&sem->ll_trunc_readers, 0);
412         /* match the smp_mb() in wait_var_event()->prepare_to_wait() */
413         smp_mb();
414         wake_up_var(&sem->ll_trunc_readers);
415 }
416
417 #ifdef CONFIG_LUSTRE_FS_POSIX_ACL
418 static inline void lli_clear_acl(struct ll_inode_info *lli)
419 {
420         if (lli->lli_posix_acl) {
421                 posix_acl_release(lli->lli_posix_acl);
422                 lli->lli_posix_acl = NULL;
423         }
424 }
425
426 static inline void lli_replace_acl(struct ll_inode_info *lli,
427                                    struct lustre_md *md)
428 {
429         write_lock(&lli->lli_lock);
430         if (lli->lli_posix_acl)
431                 posix_acl_release(lli->lli_posix_acl);
432         lli->lli_posix_acl = md->posix_acl;
433         write_unlock(&lli->lli_lock);
434 }
435 #else
436 static inline void lli_clear_acl(struct ll_inode_info *lli)
437 {
438 }
439
440 static inline void lli_replace_acl(struct ll_inode_info *lli,
441                                    struct lustre_md *md)
442 {
443 }
444 #endif
445
446 static inline __u32 ll_layout_version_get(struct ll_inode_info *lli)
447 {
448         __u32 gen;
449
450         spin_lock(&lli->lli_layout_lock);
451         gen = lli->lli_layout_gen;
452         spin_unlock(&lli->lli_layout_lock);
453
454         return gen;
455 }
456
457 static inline void ll_layout_version_set(struct ll_inode_info *lli, __u32 gen)
458 {
459         spin_lock(&lli->lli_layout_lock);
460         lli->lli_layout_gen = gen;
461         spin_unlock(&lli->lli_layout_lock);
462 }
463
464 enum ll_inode_flags {
465         /* File data is modified. */
466         LLIF_DATA_MODIFIED      = 0,
467         /* File is being restored */
468         LLIF_FILE_RESTORING     = 1,
469         /* Xattr cache is attached to the file */
470         LLIF_XATTR_CACHE        = 2,
471         /* Project inherit */
472         LLIF_PROJECT_INHERIT    = 3,
473         /* update atime from MDS even if it's older than local inode atime. */
474         LLIF_UPDATE_ATIME       = 4,
475         /* foreign file/dir can be unlinked unconditionnaly */
476         LLIF_FOREIGN_REMOVABLE  = 5,
477         /* 6 is not used for now */
478         /* Xattr cache is filled */
479         LLIF_XATTR_CACHE_FILLED = 7,
480
481 };
482
483 int ll_xattr_cache_destroy(struct inode *inode);
484 int ll_xattr_cache_empty(struct inode *inode);
485
486 int ll_xattr_cache_get(struct inode *inode,
487                        const char *name,
488                        char *buffer,
489                        size_t size,
490                        __u64 valid);
491
492 int ll_xattr_cache_insert(struct inode *inode,
493                           const char *name,
494                           char *buffer,
495                           size_t size);
496
497 static inline bool obd_connect_has_secctx(struct obd_connect_data *data)
498 {
499 #ifdef CONFIG_SECURITY
500         return data->ocd_connect_flags & OBD_CONNECT_FLAGS2 &&
501                 data->ocd_connect_flags2 & OBD_CONNECT2_FILE_SECCTX;
502 #else
503         return false;
504 #endif
505 }
506
507 static inline void obd_connect_set_secctx(struct obd_connect_data *data)
508 {
509 #ifdef CONFIG_SECURITY
510         data->ocd_connect_flags2 |= OBD_CONNECT2_FILE_SECCTX;
511 #endif
512 }
513
514 /* Only smack and selinux is known to use security contexts */
515 static inline bool ll_xattr_is_seclabel(const char *name)
516 {
517         return !strcmp(name, XATTR_NAME_SELINUX) ||
518                 !strcmp(name, XATTR_NAME_SMACK);
519 }
520
521 static inline bool ll_xattr_suffix_is_seclabel(const char *suffix)
522 {
523         return !strcmp(suffix, XATTR_SELINUX_SUFFIX) ||
524                 !strcmp(suffix, XATTR_SMACK_SUFFIX);
525 }
526
527 int ll_dentry_init_security(struct dentry *dentry, int mode, struct qstr *name,
528                             const char **secctx_name, __u32 *secctx_name_size,
529                             void **secctx, __u32 *secctx_size,
530                             int *secctx_slot);
531
532 int ll_inode_init_security(struct dentry *dentry, struct inode *inode,
533                            struct inode *dir);
534
535 int ll_inode_notifysecctx(struct inode *inode,
536                           void *secctx, __u32 secctxlen);
537
538 void ll_secctx_name_free(struct ll_sb_info *sbi);
539
540 int ll_secctx_name_store(struct inode *in);
541
542 __u32 ll_secctx_name_get(struct ll_sb_info *sbi, const char **secctx_name);
543
544 int ll_security_secctx_name_filter(struct ll_sb_info *sbi, int xattr_type,
545                                    const char *suffix);
546
547 static inline bool obd_connect_has_enc(struct obd_connect_data *data)
548 {
549 #ifdef HAVE_LUSTRE_CRYPTO
550         return data->ocd_connect_flags & OBD_CONNECT_FLAGS2 &&
551                 data->ocd_connect_flags2 & OBD_CONNECT2_ENCRYPT;
552 #else
553         return false;
554 #endif
555 }
556
557 static inline void obd_connect_set_enc(struct obd_connect_data *data)
558 {
559 #ifdef HAVE_LUSTRE_CRYPTO
560         data->ocd_connect_flags2 |= OBD_CONNECT2_ENCRYPT;
561 #endif
562 }
563
564 static inline bool obd_connect_has_name_enc(struct obd_connect_data *data)
565 {
566 #ifdef HAVE_LUSTRE_CRYPTO
567         return data->ocd_connect_flags & OBD_CONNECT_FLAGS2 &&
568                 data->ocd_connect_flags2 & OBD_CONNECT2_ENCRYPT_NAME;
569 #else
570         return false;
571 #endif
572 }
573
574 static inline void obd_connect_set_name_enc(struct obd_connect_data *data)
575 {
576 #ifdef HAVE_LUSTRE_CRYPTO
577         data->ocd_connect_flags2 |= OBD_CONNECT2_ENCRYPT_NAME;
578 #endif
579 }
580
581 static inline bool obd_connect_has_enc_fid2path(struct obd_connect_data *data)
582 {
583 #ifdef HAVE_LUSTRE_CRYPTO
584         return data->ocd_connect_flags & OBD_CONNECT_FLAGS2 &&
585                 data->ocd_connect_flags2 & OBD_CONNECT2_ENCRYPT_FID2PATH;
586 #else
587         return false;
588 #endif
589 }
590
591 static inline void obd_connect_set_enc_fid2path(struct obd_connect_data *data)
592 {
593 #ifdef HAVE_LUSTRE_CRYPTO
594         data->ocd_connect_flags2 |= OBD_CONNECT2_ENCRYPT_FID2PATH;
595 #endif
596 }
597
598 /*
599  * Locking to guarantee consistency of non-atomic updates to long long i_size,
600  * consistency between file size and KMS.
601  *
602  * Implemented by ->lli_size_mutex and ->lsm_lock, nested in that order.
603  */
604
605 void ll_inode_size_lock(struct inode *inode);
606 void ll_inode_size_unlock(struct inode *inode);
607 int ll_inode_size_trylock(struct inode *inode);
608
609 static inline struct ll_inode_info *ll_i2info(struct inode *inode)
610 {
611         return container_of(inode, struct ll_inode_info, lli_vfs_inode);
612 }
613
614 static inline struct pcc_inode *ll_i2pcci(struct inode *inode)
615 {
616         return ll_i2info(inode)->lli_pcc_inode;
617 }
618
619 static inline void ll_set_inode_lock_owner(struct inode *inode)
620 {
621         ll_i2info(inode)->lli_inode_lock_owner = current;
622 }
623
624 static inline void ll_clear_inode_lock_owner(struct inode *inode)
625 {
626         ll_i2info(inode)->lli_inode_lock_owner = NULL;
627 }
628
629 static inline struct task_struct *ll_get_inode_lock_owner(struct inode *inode)
630 {
631         return ll_i2info(inode)->lli_inode_lock_owner;
632 }
633
634 /* lock inode and set inode lock owener */
635 static inline void ll_inode_lock(struct inode *inode)
636 {
637         inode_lock(inode);
638         ll_set_inode_lock_owner(inode);
639 }
640
641 /* clear inode lock owner and unlock it */
642 static inline void ll_inode_unlock(struct inode *inode)
643 {
644         ll_clear_inode_lock_owner(inode);
645         inode_unlock(inode);
646 }
647
648 /* default to use at least 16M for fast read if possible */
649 #define RA_REMAIN_WINDOW_MIN                    MiB_TO_PAGES(16UL)
650
651 /* default read-ahead on a given client mountpoint. */
652 #define SBI_DEFAULT_READ_AHEAD_MAX              MiB_TO_PAGES(1024UL)
653
654 /* default read-ahead for a single file descriptor */
655 #define SBI_DEFAULT_READ_AHEAD_PER_FILE_MAX     MiB_TO_PAGES(256UL)
656
657 /* default read-ahead full files smaller than limit on the second read */
658 #define SBI_DEFAULT_READ_AHEAD_WHOLE_MAX        MiB_TO_PAGES(2UL)
659
660 /* default range pages */
661 #define SBI_DEFAULT_RA_RANGE_PAGES              MiB_TO_PAGES(1ULL)
662
663 /* Min range pages */
664 #define RA_MIN_MMAP_RANGE_PAGES                 16UL
665
666 enum ra_stat {
667         RA_STAT_HIT = 0,
668         RA_STAT_MISS,
669         RA_STAT_DISTANT_READPAGE,
670         RA_STAT_MISS_IN_WINDOW,
671         RA_STAT_FAILED_GRAB_PAGE,
672         RA_STAT_FAILED_MATCH,
673         RA_STAT_DISCARDED,
674         RA_STAT_ZERO_LEN,
675         RA_STAT_ZERO_WINDOW,
676         RA_STAT_EOF,
677         RA_STAT_MAX_IN_FLIGHT,
678         RA_STAT_WRONG_GRAB_PAGE,
679         RA_STAT_FAILED_REACH_END,
680         RA_STAT_ASYNC,
681         RA_STAT_FAILED_FAST_READ,
682         RA_STAT_MMAP_RANGE_READ,
683         RA_STAT_READAHEAD_PAGES,
684         _NR_RA_STAT,
685 };
686
687 struct ll_ra_info {
688         atomic_t        ra_cur_pages;
689         unsigned long   ra_max_pages;
690         unsigned long   ra_max_pages_per_file;
691         unsigned long   ra_range_pages;
692         unsigned long   ra_max_read_ahead_whole_pages;
693         struct workqueue_struct  *ll_readahead_wq;
694         /*
695          * Max number of active works could be triggered
696          * for async readahead.
697          */
698         unsigned int ra_async_max_active;
699         /* how many async readahead triggered in flight */
700         atomic_t ra_async_inflight;
701         /* Threshold to control when to trigger async readahead */
702         unsigned long ra_async_pages_per_file_threshold;
703 };
704
705 /* ra_io_arg will be filled in the beginning of ll_readahead with
706  * ras_lock, then the following ll_read_ahead_pages will read RA
707  * pages according to this arg, all the items in this structure are
708  * counted by page index.
709  */
710 struct ra_io_arg {
711         pgoff_t         ria_start_idx;  /* start offset of read-ahead*/
712         pgoff_t         ria_end_idx;    /* end offset of read-ahead*/
713         unsigned long   ria_reserved;   /* reserved pages for read-ahead */
714         pgoff_t         ria_end_idx_min;/* minimum end to cover current read */
715         bool            ria_eof;        /* reach end of file */
716         /* If stride read pattern is detected, ria_stoff is the byte offset
717          * where stride read is started. Note: for normal read-ahead, the
718          * value here is meaningless, and also it will not be accessed*/
719         loff_t          ria_stoff;
720         /* ria_length and ria_bytes are the length and pages length in the
721          * stride I/O mode. And they will also be used to check whether
722          * it is stride I/O read-ahead in the read-ahead pages*/
723         loff_t          ria_length;
724         loff_t          ria_bytes;
725 };
726
727 /* LL_HIST_MAX=32 causes an overflow */
728 #define LL_HIST_MAX 28
729 #define LL_HIST_START 12 /* buckets start at 2^12 = 4k */
730 #define LL_PROCESS_HIST_MAX 10
731 struct per_process_info {
732         pid_t pid;
733         struct obd_histogram pp_r_hist;
734         struct obd_histogram pp_w_hist;
735 };
736
737 /* pp_extents[LL_PROCESS_HIST_MAX] will hold the combined process info */
738 struct ll_rw_extents_info {
739         ktime_t pp_init;
740         struct per_process_info pp_extents[LL_PROCESS_HIST_MAX + 1];
741 };
742
743 #define LL_OFFSET_HIST_MAX 100
744 struct ll_rw_process_info {
745         pid_t                     rw_pid;
746         int                       rw_op;
747         loff_t                    rw_range_start;
748         loff_t                    rw_range_end;
749         loff_t                    rw_last_file_pos;
750         loff_t                    rw_offset;
751         size_t                    rw_smallest_extent;
752         size_t                    rw_largest_extent;
753         struct ll_file_data      *rw_last_file;
754 };
755
756 enum stats_track_type {
757         STATS_TRACK_ALL = 0,  /* track all processes */
758         STATS_TRACK_PID,      /* track process with this pid */
759         STATS_TRACK_PPID,     /* track processes with this ppid */
760         STATS_TRACK_GID,      /* track processes with this gid */
761         STATS_TRACK_LAST,
762 };
763
764 /* flags for sbi->ll_flags */
765 enum ll_sbi_flags {
766         LL_SBI_NOLCK,                   /* DLM locking disabled directio-only */
767         LL_SBI_CHECKSUM,                /* checksum each page as it's written */
768         LL_SBI_LOCALFLOCK,              /* local flocks instead of fs-wide */
769         LL_SBI_FLOCK,                   /* flock enabled */
770         LL_SBI_USER_XATTR,              /* support user xattr */
771         LL_SBI_LRU_RESIZE,              /* lru resize support */
772         LL_SBI_LAZYSTATFS,              /* lazystatfs mount option */
773         LL_SBI_32BIT_API,               /* generate 32 bit inodes. */
774         LL_SBI_USER_FID2PATH,           /* fid2path by unprivileged users */
775         LL_SBI_VERBOSE,                 /* verbose mount/umount */
776         LL_SBI_ALWAYS_PING,             /* ping even if server suppress_pings */
777         LL_SBI_TEST_DUMMY_ENCRYPTION,   /* test dummy encryption */
778         LL_SBI_ENCRYPT,                 /* client side encryption */
779         LL_SBI_FOREIGN_SYMLINK,         /* foreign fake-symlink support */
780         LL_SBI_FOREIGN_SYMLINK_UPCALL,  /* foreign fake-symlink upcall set */
781         LL_SBI_NUM_MOUNT_OPT,
782
783         LL_SBI_ACL,                     /* support ACL */
784         LL_SBI_AGL_ENABLED,             /* enable agl */
785         LL_SBI_64BIT_HASH,              /* support 64-bits dir hash/offset */
786         LL_SBI_LAYOUT_LOCK,             /* layout lock support */
787         LL_SBI_XATTR_CACHE,             /* support for xattr cache */
788         LL_SBI_NOROOTSQUASH,            /* do not apply root squash */
789         LL_SBI_FAST_READ,               /* fast read support */
790         LL_SBI_FILE_SECCTX,             /* file security context at create */
791         LL_SBI_TINY_WRITE,              /* tiny write support */
792         LL_SBI_FILE_HEAT,               /* file heat support */
793         LL_SBI_PARALLEL_DIO,            /* parallel (async) O_DIRECT RPCs */
794         LL_SBI_ENCRYPT_NAME,            /* name encryption */
795         LL_SBI_UNALIGNED_DIO,           /* unaligned DIO */
796         LL_SBI_NUM_FLAGS
797 };
798
799 int ll_sbi_flags_seq_show(struct seq_file *m, void *v);
800
801 /* This is embedded into llite super-blocks to keep track of connect
802  * flags (capabilities) supported by all imports given mount is
803  * connected to. */
804 struct lustre_client_ocd {
805         /* This is conjunction of connect_flags across all imports
806          * (LOVs) this mount is connected to. This field is updated by
807          * cl_ocd_update() under ->lco_lock. */
808         __u64                    lco_flags;
809         struct mutex             lco_lock;
810         struct obd_export       *lco_md_exp;
811         struct obd_export       *lco_dt_exp;
812 };
813
814 struct ll_sb_info {
815         /* this protects pglist and ra_info.  It isn't safe to
816          * grab from interrupt contexts */
817         spinlock_t               ll_lock;
818         spinlock_t               ll_pp_extent_lock; /* pp_extent entry*/
819         spinlock_t               ll_process_lock; /* ll_rw_process_info */
820         struct lustre_sb_info    *lsi;
821         struct obd_uuid          ll_sb_uuid;
822         struct obd_export       *ll_md_exp;
823         struct obd_export       *ll_dt_exp;
824         struct obd_device       *ll_md_obd;
825         struct obd_device       *ll_dt_obd;
826         struct dentry           *ll_debugfs_entry;
827         struct lu_fid            ll_root_fid; /* root object fid */
828         struct mnt_namespace    *ll_mnt_ns;
829
830         DECLARE_BITMAP(ll_flags, LL_SBI_NUM_FLAGS); /* enum ll_sbi_flags */
831         unsigned int             ll_xattr_cache_enabled:1,
832                                  ll_xattr_cache_set:1, /* already set to 0/1 */
833                                  ll_client_common_fill_super_succeeded:1,
834                                  ll_checksum_set:1,
835                                  ll_inode_cache_enabled:1,
836                                  ll_enable_statahead_fname:1;
837
838         struct lustre_client_ocd ll_lco;
839
840         struct lprocfs_stats     *ll_stats; /* lprocfs stats counter */
841
842         /* Used to track "unstable" pages on a client, and maintain a
843          * LRU list of clean pages. An "unstable" page is defined as
844          * any page which is sent to a server as part of a bulk request,
845          * but is uncommitted to stable storage. */
846         struct cl_client_cache   *ll_cache;
847
848         struct lprocfs_stats     *ll_ra_stats;
849
850         struct ll_ra_info         ll_ra_info;
851         unsigned int              ll_namelen;
852         const struct file_operations *ll_fop;
853
854         struct lu_site           *ll_site;
855         struct cl_device         *ll_cl;
856
857         /* Statistics */
858         struct ll_rw_extents_info *ll_rw_extents_info;
859         int                       ll_extent_process_count;
860         unsigned int              ll_offset_process_count;
861         struct ll_rw_process_info *ll_rw_process_info;
862         struct ll_rw_process_info *ll_rw_offset_info;
863         ktime_t                   ll_process_stats_init;
864         unsigned int              ll_rw_offset_entry_count;
865         int                       ll_stats_track_id;
866         enum stats_track_type     ll_stats_track_type;
867         int                       ll_rw_stats_on;
868
869         /* metadata stat-ahead */
870         unsigned int              ll_sa_running_max;/* max concurrent
871                                                      * statahead instances */
872         unsigned int              ll_sa_batch_max;/* max SUB request count in
873                                                    * a batch PTLRPC request */
874         unsigned int              ll_sa_max;     /* max statahead RPCs */
875         atomic_t                  ll_sa_total;   /* statahead thread started
876                                                   * count */
877         atomic_t                  ll_sa_wrong;   /* statahead thread stopped for
878                                                   * low hit ratio */
879         atomic_t                  ll_sa_running; /* running statahead thread
880                                                   * count */
881         atomic_t                  ll_agl_total;  /* AGL thread started count */
882         atomic_t                  ll_sa_hit_total;  /* total hit count */
883         atomic_t                  ll_sa_miss_total; /* total miss count */
884
885         dev_t                     ll_sdev_orig; /* save s_dev before assign for
886                                                  * clustred nfs */
887         /* root squash */
888         struct root_squash_info   ll_squash;
889         struct path               ll_mnt;
890
891         /* st_blksize returned by stat(2), when non-zero */
892         unsigned int              ll_stat_blksize;
893
894         /* maximum relative age of cached statfs results */
895         unsigned int              ll_statfs_max_age;
896
897         struct kset               ll_kset;      /* sysfs object */
898         struct completion         ll_kobj_unregister;
899
900         /* File heat */
901         unsigned int              ll_heat_decay_weight;
902         unsigned int              ll_heat_period_second;
903
904         /* Opens of the same inode before we start requesting open lock */
905         u32                       ll_oc_thrsh_count;
906
907         /* Time in ms between last inode close and next open to be considered
908          * instant back to back and would trigger an open lock request
909          */
910         u32                       ll_oc_thrsh_ms;
911
912         /* Time in ms after last file close that we no longer count prior opens*/
913         u32                       ll_oc_max_ms;
914
915         /* filesystem fsname */
916         char                      ll_fsname[LUSTRE_MAXFSNAME + 1];
917
918         /* Persistent Client Cache */
919         struct pcc_super          ll_pcc_super;
920
921         /* to protect vs updates in all following foreign symlink fields */
922         struct rw_semaphore       ll_foreign_symlink_sem;
923         /* foreign symlink path prefix */
924         char                     *ll_foreign_symlink_prefix;
925         /* full prefix size including leading '\0' */
926         size_t                    ll_foreign_symlink_prefix_size;
927         /* foreign symlink path upcall */
928         char                     *ll_foreign_symlink_upcall;
929         /* foreign symlink path upcall infos */
930         struct ll_foreign_symlink_upcall_item *ll_foreign_symlink_upcall_items;
931         /* foreign symlink path upcall nb infos */
932         unsigned int              ll_foreign_symlink_upcall_nb_items;
933
934         /* cached file security context xattr name. e.g: security.selinux */
935         char *ll_secctx_name;
936         __u32 ll_secctx_name_size;
937 };
938
939 #define SBI_DEFAULT_HEAT_DECAY_WEIGHT   ((80 * 256 + 50) / 100)
940 #define SBI_DEFAULT_HEAT_PERIOD_SECOND  (60)
941
942 #define SBI_DEFAULT_OPENCACHE_THRESHOLD_COUNT   (5)
943 #define SBI_DEFAULT_OPENCACHE_THRESHOLD_MS      (100) /* 0.1 second */
944 #define SBI_DEFAULT_OPENCACHE_THRESHOLD_MAX_MS  (60000) /* 1 minute */
945
946 /*
947  * per file-descriptor read-ahead data.
948  */
949 struct ll_readahead_state {
950         spinlock_t      ras_lock;
951         /* End byte that read(2) try to read.  */
952         loff_t          ras_last_read_end_bytes;
953         /*
954          * number of bytes read after last read-ahead window reset. As window
955          * is reset on each seek, this is effectively a number of consecutive
956          * accesses. Maybe ->ras_accessed_in_window is better name.
957          *
958          * XXX nikita: window is also reset (by ras_update()) when Lustre
959          * believes that memory pressure evicts read-ahead pages. In that
960          * case, it probably doesn't make sense to expand window to
961          * PTLRPC_MAX_BRW_PAGES on the third access.
962          */
963         loff_t          ras_consecutive_bytes;
964         /*
965          * number of read requests after the last read-ahead window reset
966          * As window is reset on each seek, this is effectively the number
967          * on consecutive read request and is used to trigger read-ahead.
968          */
969         unsigned long   ras_consecutive_requests;
970         /*
971          * Parameters of current read-ahead window. Handled by
972          * ras_update(). On the initial access to the file or after a seek,
973          * window is reset to 0. After 3 consecutive accesses, window is
974          * expanded to PTLRPC_MAX_BRW_PAGES. Afterwards, window is enlarged by
975          * PTLRPC_MAX_BRW_PAGES chunks up to ->ra_max_pages.
976          */
977         pgoff_t         ras_window_start_idx;
978         pgoff_t         ras_window_pages;
979
980         /* Page index where min range read starts */
981         pgoff_t         ras_range_min_start_idx;
982         /* Page index where mmap range read ends */
983         pgoff_t         ras_range_max_end_idx;
984         /* number of mmap pages where last time detected */
985         pgoff_t         ras_last_range_pages;
986         /* number of mmap range requests */
987         pgoff_t         ras_range_requests;
988
989         /*
990          * Optimal RPC size in pages.
991          * It decides how many pages will be sent for each read-ahead.
992          */
993         unsigned long   ras_rpc_pages;
994         /*
995          * Where next read-ahead should start at. This lies within read-ahead
996          * window. Read-ahead window is read in pieces rather than at once
997          * because: 1. lustre limits total number of pages under read-ahead by
998          * ->ra_max_pages (see ll_ra_count_get()), 2. client cannot read pages
999          * not covered by DLM lock.
1000          */
1001         pgoff_t         ras_next_readahead_idx;
1002         /*
1003          * Total number of ll_file_read requests issued, reads originating
1004          * due to mmap are not counted in this total.  This value is used to
1005          * trigger full file read-ahead after multiple reads to a small file.
1006          */
1007         unsigned long   ras_requests;
1008         /*
1009          * The following 3 items are used for detecting the stride I/O
1010          * mode.
1011          * In stride I/O mode,
1012          * ...............|-----data-----|****gap*****|--------|******|....
1013          *    offset      |-stride_bytes-|-stride_gap-|
1014          * ras_stride_offset = offset;
1015          * ras_stride_length = stride_bytes + stride_gap;
1016          * ras_stride_bytes = stride_bytes;
1017          * Note: all these three items are counted by bytes.
1018          */
1019         loff_t          ras_stride_offset;
1020         loff_t          ras_stride_length;
1021         loff_t          ras_stride_bytes;
1022         /*
1023          * number of consecutive stride request count, and it is similar as
1024          * ras_consecutive_requests, but used for stride I/O mode.
1025          * Note: only more than 2 consecutive stride request are detected,
1026          * stride read-ahead will be enable
1027          */
1028         unsigned long   ras_consecutive_stride_requests;
1029         /* index of the last page that async readahead starts */
1030         pgoff_t         ras_async_last_readpage_idx;
1031         /* whether we should increase readahead window */
1032         bool            ras_need_increase_window;
1033         /* whether ra miss check should be skipped */
1034         bool            ras_no_miss_check;
1035 };
1036
1037 struct ll_readahead_work {
1038         /** File to readahead */
1039         struct file                     *lrw_file;
1040         pgoff_t                          lrw_start_idx;
1041         pgoff_t                          lrw_end_idx;
1042         pid_t                            lrw_user_pid;
1043
1044         /* async worker to handler read */
1045         struct work_struct               lrw_readahead_work;
1046         char                             lrw_jobid[LUSTRE_JOBID_SIZE];
1047 };
1048
1049 extern struct kmem_cache *ll_file_data_slab;
1050 struct lustre_handle;
1051 struct ll_file_data {
1052         struct ll_readahead_state fd_ras;
1053         struct ll_grouplock fd_grouplock;
1054         __u64 lfd_pos;
1055         __u32 fd_flags;
1056         fmode_t fd_omode;
1057         /* openhandle if lease exists for this file.
1058          * Borrow lli->lli_och_mutex to protect assignment */
1059         struct obd_client_handle *fd_lease_och;
1060         struct obd_client_handle *fd_och;
1061         struct file *fd_file;
1062         /* Indicate whether need to report failure when close.
1063          * true: failure is known, not report again.
1064          * false: unknown failure, should report. */
1065         bool fd_write_failed;
1066         bool ll_lock_no_expand;
1067         /* Used by mirrored file to lead IOs to a specific mirror, usually
1068          * for mirror resync. 0 means default. */
1069         __u32 fd_designated_mirror;
1070         /* The layout version when resync starts. Resync I/O should carry this
1071          * layout version for verification to OST objects */
1072         __u32 fd_layout_version;
1073         struct pcc_file fd_pcc_file;
1074         /* striped directory may read partially if some stripe inaccessible,
1075          * -errno is saved here, and will return to user in close().
1076          */
1077         int fd_partial_readdir_rc;
1078         /* mdtest unique/shared dir stat mode: per process statahead struct. */
1079         struct ll_statahead_info *fd_sai;
1080 };
1081
1082 void llite_tunables_unregister(void);
1083 int llite_tunables_register(void);
1084
1085 static inline struct inode *ll_info2i(struct ll_inode_info *lli)
1086 {
1087         return &lli->lli_vfs_inode;
1088 }
1089
1090 __u32 ll_i2suppgid(struct inode *i);
1091 void ll_i2gids(__u32 *suppgids, struct inode *i1,struct inode *i2);
1092
1093 static inline int ll_need_32bit_api(struct ll_sb_info *sbi)
1094 {
1095 #if BITS_PER_LONG == 32
1096         return 1;
1097 #elif defined(CONFIG_COMPAT)
1098         if (unlikely(test_bit(LL_SBI_32BIT_API, sbi->ll_flags)))
1099                 return true;
1100
1101 # ifdef CONFIG_X86_X32
1102         /* in_compat_syscall() returns true when called from a kthread
1103          * and CONFIG_X86_X32 is enabled, which is wrong. So check
1104          * whether the caller comes from a syscall (ie. not a kthread)
1105          * before calling in_compat_syscall(). */
1106         if (current->flags & PF_KTHREAD)
1107                 return false;
1108 # endif
1109
1110         return unlikely(in_compat_syscall());
1111 #else
1112         return unlikely(test_bit(LL_SBI_32BIT_API, sbi->ll_flags));
1113 #endif
1114 }
1115
1116 static inline bool ll_sbi_has_fast_read(struct ll_sb_info *sbi)
1117 {
1118         return test_bit(LL_SBI_FAST_READ, sbi->ll_flags);
1119 }
1120
1121 static inline bool ll_sbi_has_tiny_write(struct ll_sb_info *sbi)
1122 {
1123         return test_bit(LL_SBI_TINY_WRITE, sbi->ll_flags);
1124 }
1125
1126 static inline bool ll_sbi_has_file_heat(struct ll_sb_info *sbi)
1127 {
1128         return test_bit(LL_SBI_FILE_HEAT, sbi->ll_flags);
1129 }
1130
1131 static inline bool ll_sbi_has_foreign_symlink(struct ll_sb_info *sbi)
1132 {
1133         return test_bit(LL_SBI_FOREIGN_SYMLINK, sbi->ll_flags);
1134 }
1135
1136 static inline bool ll_sbi_has_parallel_dio(struct ll_sb_info *sbi)
1137 {
1138         return test_bit(LL_SBI_PARALLEL_DIO, sbi->ll_flags);
1139 }
1140
1141 static inline bool ll_sbi_has_unaligned_dio(struct ll_sb_info *sbi)
1142 {
1143         return test_bit(LL_SBI_UNALIGNED_DIO, sbi->ll_flags);
1144 }
1145
1146 void ll_ras_enter(struct file *f, loff_t pos, size_t bytes);
1147
1148 /* llite/lcommon_misc.c */
1149 int cl_ocd_update(struct obd_device *host, struct obd_device *watched,
1150                   enum obd_notify_event ev, void *owner);
1151 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock,
1152                      struct ll_grouplock *lg);
1153 void cl_put_grouplock(struct ll_grouplock *lg);
1154
1155 /* llite/lproc_llite.c */
1156 int ll_debugfs_register_super(struct super_block *sb, const char *name);
1157 void ll_debugfs_unregister_super(struct super_block *sb);
1158 void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, long count);
1159 void ll_free_rw_stats_info(struct ll_sb_info *sbi);
1160
1161 enum {
1162         LPROC_LL_READ_BYTES,
1163         LPROC_LL_WRITE_BYTES,
1164         LPROC_LL_READ,
1165         LPROC_LL_WRITE,
1166         LPROC_LL_IOCTL,
1167         LPROC_LL_OPEN,
1168         LPROC_LL_RELEASE,
1169         LPROC_LL_MMAP,
1170         LPROC_LL_FAULT,
1171         LPROC_LL_MKWRITE,
1172         LPROC_LL_LLSEEK,
1173         LPROC_LL_FSYNC,
1174         LPROC_LL_READDIR,
1175         LPROC_LL_SETATTR,
1176         LPROC_LL_TRUNC,
1177         LPROC_LL_FLOCK,
1178         LPROC_LL_GETATTR,
1179         LPROC_LL_CREATE,
1180         LPROC_LL_LINK,
1181         LPROC_LL_UNLINK,
1182         LPROC_LL_SYMLINK,
1183         LPROC_LL_MKDIR,
1184         LPROC_LL_RMDIR,
1185         LPROC_LL_MKNOD,
1186         LPROC_LL_RENAME,
1187         LPROC_LL_STATFS,
1188         LPROC_LL_SETXATTR,
1189         LPROC_LL_GETXATTR,
1190         LPROC_LL_GETXATTR_HITS,
1191         LPROC_LL_LISTXATTR,
1192         LPROC_LL_REMOVEXATTR,
1193         LPROC_LL_INODE_PERM,
1194         LPROC_LL_FALLOCATE,
1195         LPROC_LL_INODE_OCOUNT,
1196         LPROC_LL_INODE_OPCLTM,
1197         LPROC_LL_FILE_OPCODES
1198 };
1199
1200 /* llite/dir.c */
1201 enum get_default_layout_type {
1202         GET_DEFAULT_LAYOUT_ROOT = 1,
1203 };
1204
1205 extern const struct file_operations ll_dir_operations;
1206 extern const struct inode_operations ll_dir_inode_operations;
1207 #ifdef HAVE_DIR_CONTEXT
1208 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
1209                 struct dir_context *ctx, int *partial_readdir_rc);
1210 #else
1211 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
1212                 void *cookie, filldir_t filldir, int *partial_readdir_rc);
1213 #endif
1214 int ll_get_mdt_idx(struct inode *inode);
1215 int ll_get_mdt_idx_by_fid(struct ll_sb_info *sbi, const struct lu_fid *fid);
1216 struct page *ll_get_dir_page(struct inode *dir, struct md_op_data *op_data,
1217                               __u64 offset, int *partial_readdir_rc);
1218 void ll_release_page(struct inode *inode, struct page *page, bool remove);
1219 int quotactl_ioctl(struct super_block *sb, struct if_quotactl *qctl);
1220
1221 /* llite/namei.c */
1222 extern const struct inode_operations ll_special_inode_operations;
1223
1224 struct inode *ll_iget(struct super_block *sb, ino_t hash,
1225                       struct lustre_md *lic);
1226 int ll_test_inode_by_fid(struct inode *inode, void *opaque);
1227 int ll_md_blocking_ast(struct ldlm_lock *, struct ldlm_lock_desc *,
1228                        void *data, int flag);
1229 struct dentry *ll_splice_alias(struct inode *inode, struct dentry *de);
1230 int ll_rmdir_entry(struct inode *dir, char *name, int namelen);
1231 void ll_update_times(struct ptlrpc_request *request, struct inode *inode);
1232
1233 /* llite/rw.c */
1234 int ll_writepage(struct page *page, struct writeback_control *wbc);
1235 int ll_writepages(struct address_space *, struct writeback_control *wbc);
1236 int ll_readpage(struct file *file, struct page *page);
1237 #ifdef HAVE_AOPS_READ_FOLIO
1238 int ll_read_folio(struct file *file, struct folio *folio);
1239 #endif
1240 int ll_io_read_page(const struct lu_env *env, struct cl_io *io,
1241                            struct cl_page *page, struct file *file);
1242 void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras);
1243 int vvp_io_write_commit(const struct lu_env *env, struct cl_io *io);
1244
1245 enum lcc_type;
1246 void ll_cl_add(struct inode *inode, const struct lu_env *env, struct cl_io *io,
1247                enum lcc_type type);
1248 void ll_cl_remove(struct inode *inode, const struct lu_env *env);
1249 struct ll_cl_context *ll_cl_find(struct inode *inode);
1250
1251 extern const struct address_space_operations ll_aops;
1252
1253 /* llite/file.c */
1254 extern const struct inode_operations ll_file_inode_operations;
1255 const struct file_operations *ll_select_file_operations(struct ll_sb_info *sbi);
1256 extern int ll_have_md_lock(struct obd_export *exp, struct inode *inode,
1257                            __u64 *bits, enum ldlm_mode l_req_mode);
1258 extern enum ldlm_mode ll_take_md_lock(struct inode *inode, __u64 bits,
1259                                       struct lustre_handle *lockh, __u64 flags,
1260                                       enum ldlm_mode mode);
1261
1262 int ll_file_open(struct inode *inode, struct file *file);
1263 int ll_file_release(struct inode *inode, struct file *file);
1264 int ll_release_openhandle(struct dentry *, struct lookup_intent *);
1265 int ll_md_real_close(struct inode *inode, fmode_t fmode);
1266 void ll_track_file_opens(struct inode *inode);
1267 extern void ll_rw_stats_tally(struct ll_sb_info *sbi, pid_t pid,
1268                               struct ll_file_data *file, loff_t pos,
1269                               size_t count, int rw);
1270 #if defined(HAVE_USER_NAMESPACE_ARG) || defined(HAVE_INODEOPS_ENHANCED_GETATTR)
1271 int ll_getattr(struct mnt_idmap *, const struct path *path,
1272                struct kstat *stat, u32 request_mask, unsigned int flags);
1273 #else
1274 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
1275 #endif /* HAVE_USER_NAMESPACE_ARG */
1276 int ll_getattr_dentry(struct dentry *de, struct kstat *stat, u32 request_mask,
1277                       unsigned int flags, bool foreign);
1278 #ifdef CONFIG_LUSTRE_FS_POSIX_ACL
1279 struct posix_acl *ll_get_acl(
1280  #ifdef HAVE_ACL_WITH_DENTRY
1281         struct mnt_idmap *, struct dentry *, int);
1282  #elif defined HAVE_GET_ACL_RCU_ARG
1283         struct inode *inode, int type, bool rcu);
1284  #else
1285         struct inode *inode, int type);
1286  #endif /* HAVE_GET_ACL_RCU_ARG */
1287
1288 int ll_set_acl(struct mnt_idmap *mnt_userns,
1289  #ifdef HAVE_ACL_WITH_DENTRY
1290                struct dentry *dentry,
1291  #else
1292                struct inode *inode,
1293  #endif
1294                struct posix_acl *acl, int type);
1295 #else  /* !CONFIG_LUSTRE_FS_POSIX_ACL */
1296 #define ll_get_acl NULL
1297 #define ll_set_acl NULL
1298 #endif /* CONFIG_LUSTRE_FS_POSIX_ACL */
1299
1300 static inline int ll_xflags_to_inode_flags(int xflags)
1301 {
1302         return ((xflags & FS_XFLAG_SYNC)      ? S_SYNC      : 0) |
1303                ((xflags & FS_XFLAG_NOATIME)   ? S_NOATIME   : 0) |
1304                ((xflags & FS_XFLAG_APPEND)    ? S_APPEND    : 0) |
1305                ((xflags & FS_XFLAG_IMMUTABLE) ? S_IMMUTABLE : 0);
1306 }
1307
1308 static inline int ll_inode_flags_to_xflags(int inode_flags)
1309 {
1310         return ((inode_flags & S_SYNC)      ? FS_XFLAG_SYNC      : 0) |
1311                ((inode_flags & S_NOATIME)   ? FS_XFLAG_NOATIME   : 0) |
1312                ((inode_flags & S_APPEND)    ? FS_XFLAG_APPEND    : 0) |
1313                ((inode_flags & S_IMMUTABLE) ? FS_XFLAG_IMMUTABLE : 0);
1314 }
1315
1316 int ll_migrate(struct inode *parent, struct file *file,
1317                struct lmv_user_md *lum, const char *name, __u32 flags);
1318 int ll_get_fid_by_name(struct inode *parent, const char *name,
1319                        int namelen, struct lu_fid *fid, struct inode **inode);
1320 int ll_inode_permission(struct mnt_idmap *, struct inode *inode, int mask);
1321 int ll_ioctl_check_project(struct inode *inode, __u32 xflags, __u32 projid);
1322 int ll_set_project(struct inode *inode, __u32 xflags, __u32 projid);
1323 #ifndef HAVE_FILEATTR_GET
1324 int ll_ioctl_fsgetxattr(struct inode *inode, unsigned int cmd,
1325                         void __user *uarg);
1326 int ll_ioctl_fssetxattr(struct inode *inode, unsigned int cmd,
1327                         void __user *uarg);
1328 #endif
1329 int ll_ioctl_project(struct file *file, unsigned int cmd, void __user *uarg);
1330 int ll_ioctl_ahead(struct file *file, struct llapi_lu_ladvise2 *ladvise);
1331
1332 int ll_lov_setstripe_ea_info(struct inode *inode, struct dentry *dentry,
1333                              __u64 flags, struct lov_user_md *lum,
1334                              int lum_size);
1335 int ll_lov_getstripe_ea_info(struct inode *inode, const char *filename,
1336                              struct lov_mds_md **lmm, int *lmm_size,
1337                              struct ptlrpc_request **request);
1338 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
1339                      int set_default);
1340 int ll_dir_get_default_layout(struct inode *inode, void **plmm, int *plmm_size,
1341                               struct ptlrpc_request **request, u64 valid,
1342                               enum get_default_layout_type type);
1343 int ll_dir_getstripe_default(struct inode *inode, void **lmmp,
1344                              int *lmm_size, struct ptlrpc_request **request,
1345                              struct ptlrpc_request **root_request, u64 valid);
1346 int ll_dir_getstripe(struct inode *inode, void **plmm, int *plmm_size,
1347                      struct ptlrpc_request **request, u64 valid);
1348 int ll_fsync(struct file *file, loff_t start, loff_t end, int data);
1349 int ll_merge_attr(const struct lu_env *env, struct inode *inode);
1350 int ll_merge_attr_try(const struct lu_env *env, struct inode *inode);
1351 int ll_fid2path(struct inode *inode, void __user *arg);
1352 int __ll_fid2path(struct inode *inode, struct getinfo_fid2path *gfout,
1353                   size_t outsize, __u32 pathlen_orig);
1354 int ll_data_version(struct inode *inode, __u64 *data_version, int flags);
1355 int ll_hsm_release(struct inode *inode);
1356 int ll_hsm_state_set(struct inode *inode, struct hsm_state_set *hss);
1357 void ll_io_set_mirror(struct cl_io *io, const struct file *file);
1358
1359 /* llite/dcache.c */
1360
1361 extern const struct dentry_operations ll_d_ops;
1362 #ifndef HAVE_D_INIT
1363 bool ll_d_setup(struct dentry *de, bool do_put);
1364
1365 static inline bool lld_is_init(struct dentry *dentry)
1366 {
1367         return ll_d2d(dentry);
1368 }
1369 #else
1370 #define ll_d_setup(de, do_put) (true)
1371 #define lld_is_init(dentry) (true)
1372 #endif
1373
1374 void ll_intent_drop_lock(struct lookup_intent *);
1375 void ll_intent_release(struct lookup_intent *);
1376 void ll_prune_aliases(struct inode *inode);
1377 void ll_lookup_finish_locks(struct lookup_intent *it, struct dentry *dentry);
1378 int ll_revalidate_it_finish(struct ptlrpc_request *request,
1379                             struct lookup_intent *it, struct dentry *de);
1380
1381 /* llite/llite_lib.c */
1382 extern const struct super_operations lustre_super_operations;
1383
1384 void ll_lli_init(struct ll_inode_info *lli);
1385 int ll_fill_super(struct super_block *sb);
1386 void ll_put_super(struct super_block *sb);
1387 void ll_kill_super(struct super_block *sb);
1388 struct inode *ll_inode_from_resource_lock(struct ldlm_lock *lock);
1389 void ll_dir_clear_lsm_md(struct inode *inode);
1390 void ll_clear_inode(struct inode *inode);
1391 int volatile_ref_file(const char *volatile_name, int volatile_len,
1392                       struct file **ref_file);
1393 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr,
1394                    enum op_xvalid xvalid, bool hsm_import);
1395 int ll_setattr(struct mnt_idmap *, struct dentry *de, struct iattr *attr);
1396 int ll_statfs(struct dentry *de, struct kstatfs *sfs);
1397 int ll_statfs_internal(struct ll_sb_info *sbi, struct obd_statfs *osfs,
1398                        u32 flags);
1399 int ll_update_inode(struct inode *inode, struct lustre_md *md);
1400 void ll_update_inode_flags(struct inode *inode, unsigned int ext_flags);
1401 void ll_update_dir_depth_dmv(struct inode *dir, struct dentry *de);
1402 int ll_read_inode2(struct inode *inode, void *opaque);
1403 void ll_truncate_inode_pages_final(struct inode *inode);
1404 void ll_delete_inode(struct inode *inode);
1405 #ifdef HAVE_FILEATTR_GET
1406 int ll_fileattr_get(struct dentry *dentry, struct fileattr *fa);
1407 int ll_fileattr_set(struct mnt_idmap *mnt_userns,
1408                     struct dentry *dentry, struct fileattr *fa);
1409 #endif
1410 int ll_iocontrol(struct inode *inode, struct file *file,
1411                  unsigned int cmd, void __user *uarg);
1412 int ll_flush_ctx(struct inode *inode);
1413 void ll_umount_begin(struct super_block *sb);
1414 int ll_remount_fs(struct super_block *sb, int *flags, char *data);
1415 int ll_show_options(struct seq_file *seq, struct dentry *dentry);
1416 void ll_dirty_page_discard_warn(struct inode *inode, int ioret);
1417 int ll_prep_inode(struct inode **inode, struct req_capsule *pill,
1418                   struct super_block *sb, struct lookup_intent *it);
1419 int ll_obd_statfs(struct inode *inode, void __user *arg);
1420 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
1421 int ll_get_default_mdsize(struct ll_sb_info *sbi, int *default_mdsize);
1422 int ll_set_default_mdsize(struct ll_sb_info *sbi, int default_mdsize);
1423
1424 void ll_unlock_md_op_lsm(struct md_op_data *op_data);
1425 struct md_op_data *ll_prep_md_op_data(struct md_op_data *op_data,
1426                                       struct inode *i1, struct inode *i2,
1427                                       const char *name, size_t namelen,
1428                                       __u32 mode, enum md_op_code opc,
1429                                       void *data);
1430 void ll_finish_md_op_data(struct md_op_data *op_data);
1431 int ll_get_obd_name(struct inode *inode, unsigned int cmd, void __user *arg);
1432 void ll_compute_rootsquash_state(struct ll_sb_info *sbi);
1433 ssize_t ll_copy_user_md(const struct lov_user_md __user *md,
1434                         struct lov_user_md **kbuf);
1435 void ll_open_cleanup(struct super_block *sb, struct req_capsule *pill);
1436
1437 void ll_dom_finish_open(struct inode *inode, struct ptlrpc_request *req);
1438
1439 /* Compute expected user md size when passing in a md from user space */
1440 static inline ssize_t ll_lov_user_md_size(const struct lov_user_md *lum)
1441 {
1442         switch (lum->lmm_magic) {
1443         case LOV_USER_MAGIC_V1:
1444                 return sizeof(struct lov_user_md_v1);
1445         case LOV_USER_MAGIC_V3:
1446                 return sizeof(struct lov_user_md_v3);
1447         case LOV_USER_MAGIC_SPECIFIC:
1448                 if (lum->lmm_stripe_count > LOV_MAX_STRIPE_COUNT)
1449                         return -EINVAL;
1450
1451                 return lov_user_md_size(lum->lmm_stripe_count,
1452                                         LOV_USER_MAGIC_SPECIFIC);
1453         case LOV_USER_MAGIC_COMP_V1:
1454                 return ((struct lov_comp_md_v1 *)lum)->lcm_size;
1455         case LOV_USER_MAGIC_FOREIGN:
1456                 return lov_foreign_size(lum);
1457         }
1458
1459         return -EINVAL;
1460 }
1461
1462 /* llite/llite_nfs.c */
1463 extern const struct export_operations lustre_export_operations;
1464 __u32 get_uuid2int(const char *name, int len);
1465 struct inode *search_inode_for_lustre(struct super_block *sb,
1466                                       const struct lu_fid *fid);
1467 int ll_dir_get_parent_fid(struct inode *dir, struct lu_fid *parent_fid);
1468
1469 /* llite/symlink.c */
1470 extern const struct inode_operations ll_fast_symlink_inode_operations;
1471
1472 /**
1473  * IO arguments for various VFS I/O interfaces.
1474  */
1475 struct vvp_io_args {
1476         /** normal/sendfile/splice */
1477         union {
1478                 struct {
1479                         struct kiocb      *via_iocb;
1480                         struct iov_iter   *via_iter;
1481                 } normal;
1482         } u;
1483 };
1484
1485 static inline unsigned int iocb_ki_flags_get(const struct file *file,
1486                                              const struct kiocb *iocb)
1487 {
1488 #ifdef IOCB_APPEND
1489         return iocb ? iocb->ki_flags : 0;
1490 #else
1491         return file->f_flags;
1492 #endif
1493 }
1494
1495 static inline unsigned int vvp_io_args_flags(const struct file *file,
1496                                              const struct vvp_io_args *args)
1497 {
1498         return iocb_ki_flags_get(file, args ? args->u.normal.via_iocb : NULL);
1499 }
1500
1501 enum lcc_type {
1502         LCC_RW = 1,
1503         LCC_MMAP
1504 };
1505
1506 struct ll_cl_context {
1507         struct list_head         lcc_list;
1508         void                    *lcc_cookie;
1509         const struct lu_env     *lcc_env;
1510         struct cl_io            *lcc_io;
1511         struct cl_page          *lcc_page;
1512         enum lcc_type            lcc_type;
1513         pgoff_t                  lcc_end_index;
1514 };
1515
1516 struct ll_thread_info {
1517         struct vvp_io_args      lti_args;
1518         struct ra_io_arg        lti_ria;
1519         struct ll_cl_context    lti_io_ctx;
1520 };
1521
1522 extern struct lu_context_key ll_thread_key;
1523
1524 static inline struct ll_thread_info *ll_env_info(const struct lu_env *env)
1525 {
1526         struct ll_thread_info *lti;
1527
1528         lti = lu_context_key_get(&env->le_ctx, &ll_thread_key);
1529         LASSERT(lti != NULL);
1530
1531         return lti;
1532 }
1533
1534 static inline struct vvp_io_args *ll_env_args(const struct lu_env *env)
1535 {
1536         return &ll_env_info(env)->lti_args;
1537 }
1538
1539 void ll_io_init(struct cl_io *io, struct file *file, enum cl_io_type iot,
1540                 struct vvp_io_args *args);
1541
1542 /* llite/llite_mmap.c */
1543
1544 int ll_file_mmap(struct file * file, struct vm_area_struct * vma);
1545 void policy_from_vma(union ldlm_policy_data *policy, struct vm_area_struct *vma,
1546                      unsigned long addr, size_t count);
1547 struct vm_area_struct *our_vma(struct mm_struct *mm, unsigned long addr,
1548                                size_t count);
1549
1550 #define    ll_s2sbi(sb)        (s2lsi(sb)->lsi_llsbi)
1551
1552 /* don't need an addref as the sb_info should be holding one */
1553 static inline struct obd_export *ll_s2dtexp(struct super_block *sb)
1554 {
1555         return ll_s2sbi(sb)->ll_dt_exp;
1556 }
1557
1558 /* don't need an addref as the sb_info should be holding one */
1559 static inline struct obd_export *ll_s2mdexp(struct super_block *sb)
1560 {
1561         return ll_s2sbi(sb)->ll_md_exp;
1562 }
1563
1564 static inline struct client_obd *sbi2mdc(struct ll_sb_info *sbi)
1565 {
1566         struct obd_device *obd = sbi->ll_md_exp->exp_obd;
1567         if (obd == NULL)
1568                 LBUG();
1569         return &obd->u.cli;
1570 }
1571
1572 // FIXME: replace the name of this with LL_SB to conform to kernel stuff
1573 static inline struct ll_sb_info *ll_i2sbi(struct inode *inode)
1574 {
1575         return ll_s2sbi(inode->i_sb);
1576 }
1577
1578 static inline struct obd_export *ll_i2dtexp(struct inode *inode)
1579 {
1580         return ll_s2dtexp(inode->i_sb);
1581 }
1582
1583 static inline struct obd_export *ll_i2mdexp(struct inode *inode)
1584 {
1585         return ll_s2mdexp(inode->i_sb);
1586 }
1587
1588 static inline struct lu_fid *ll_inode2fid(struct inode *inode)
1589 {
1590         struct lu_fid *fid;
1591
1592         LASSERT(inode != NULL);
1593         fid = &ll_i2info(inode)->lli_fid;
1594
1595         return fid;
1596 }
1597
1598 static inline bool ll_dir_striped(struct inode *inode)
1599 {
1600         bool rc;
1601         LASSERT(inode);
1602
1603         if (!S_ISDIR(inode->i_mode))
1604                 return false;
1605
1606         down_read(&ll_i2info(inode)->lli_lsm_sem);
1607         rc = !!(ll_i2info(inode)->lli_lsm_obj &&
1608                 lmv_dir_striped(ll_i2info(inode)->lli_lsm_obj));
1609         up_read(&ll_i2info(inode)->lli_lsm_sem);
1610
1611         return rc;
1612 }
1613
1614 static inline loff_t ll_file_maxbytes(struct inode *inode)
1615 {
1616         struct cl_object *obj = ll_i2info(inode)->lli_clob;
1617
1618         if (obj == NULL)
1619                 return MAX_LFS_FILESIZE;
1620
1621         return min_t(loff_t, cl_object_maxbytes(obj), MAX_LFS_FILESIZE);
1622 }
1623
1624 /* llite/xattr.c */
1625 extern const struct xattr_handler *ll_xattr_handlers[];
1626
1627 #define XATTR_USER_T            1
1628 #define XATTR_TRUSTED_T         2
1629 #define XATTR_SECURITY_T        3
1630 #define XATTR_ACL_ACCESS_T      4
1631 #define XATTR_ACL_DEFAULT_T     5
1632 #define XATTR_LUSTRE_T          6
1633 #define XATTR_OTHER_T           7
1634 #define XATTR_ENCRYPTION_T      9
1635
1636 ssize_t ll_listxattr(struct dentry *dentry, char *buffer, size_t size);
1637 int ll_xattr_list(struct inode *inode, const char *name, int type,
1638                   void *buffer, size_t size, u64 valid);
1639 const struct xattr_handler *get_xattr_type(const char *name);
1640
1641 /**
1642  * Common IO arguments for various VFS I/O interfaces.
1643  */
1644 int cl_sb_init(struct super_block *sb);
1645 int cl_sb_fini(struct super_block *sb);
1646
1647 enum ras_update_flags {
1648         LL_RAS_HIT  = 0x1,
1649         LL_RAS_MMAP = 0x2
1650 };
1651 void ll_ra_count_put(struct ll_sb_info *sbi, unsigned long len);
1652 void ll_ra_stats_inc(struct inode *inode, enum ra_stat which);
1653
1654 /* statahead.c */
1655
1656 #define LL_SA_RPC_MIN           8
1657 #define LL_SA_RPC_DEF           128
1658 #define LL_SA_RPC_MAX           2048
1659
1660 /* XXX: If want to support more concurrent statahead instances,
1661  *      please consider to decentralize the RPC lists attached
1662  *      on related import, such as imp_{sending,delayed}_list.
1663  *      LU-11079 */
1664 #define LL_SA_RUNNING_MAX       256
1665 #define LL_SA_RUNNING_DEF       16
1666
1667 #define LL_SA_BATCH_MAX         1024
1668 #define LL_SA_BATCH_DEF         64
1669
1670 #define LL_SA_CACHE_BIT         6
1671 #define LL_SA_CACHE_SIZE        (1 << LL_SA_CACHE_BIT)
1672 #define LL_SA_CACHE_MASK        (LL_SA_CACHE_SIZE - 1)
1673
1674 /* statahead controller, per process struct, for dir only */
1675 struct ll_statahead_info {
1676         struct dentry          *sai_dentry;
1677         atomic_t                sai_refcount;   /* when access this struct, hold
1678                                                  * refcount */
1679         unsigned int            sai_max;        /* max ahead of lookup */
1680         __u64                   sai_sent;       /* stat requests sent count */
1681         __u64                   sai_replied;    /* stat requests which received
1682                                                  * reply */
1683         __u64                   sai_index;      /* index of statahead entry */
1684         __u64                   sai_index_wait; /* index of entry which is the
1685                                                  * caller is waiting for */
1686         __u64                   sai_hit;        /* hit count */
1687         __u64                   sai_miss;       /* miss count:
1688                                                  * for "ls -al" case, includes
1689                                                  * hidden dentry miss;
1690                                                  * for "ls -l" case, it does not
1691                                                  * include hidden dentry miss.
1692                                                  * "sai_miss_hidden" is used for
1693                                                  * the later case.
1694                                                  */
1695         unsigned int            sai_consecutive_miss; /* consecutive miss */
1696         unsigned int            sai_miss_hidden;/* "ls -al", but first dentry
1697                                                  * is not a hidden one */
1698         unsigned int            sai_skip_hidden;/* skipped hidden dentry count
1699                                                  */
1700         unsigned int            sai_ls_all:1;   /* "ls -al", do stat-ahead for
1701                                                  * hidden entries */
1702         wait_queue_head_t       sai_waitq;      /* stat-ahead wait queue */
1703         struct task_struct      *sai_task;      /* stat-ahead thread */
1704         struct task_struct      *sai_agl_task;  /* AGL thread */
1705         struct list_head        sai_entries;    /* completed entries */
1706         struct list_head        sai_agls;       /* AGLs to be sent */
1707         atomic_t                sai_cache_count; /* entry count in cache */
1708         struct lu_batch         *sai_bh;
1709         __u32                   sai_max_batch_count;
1710         __u64                   sai_index_end;
1711
1712         __u64                   sai_fstart;
1713         __u64                   sai_fend;
1714         char                    sai_fname[NAME_MAX];
1715 };
1716
1717 /* Per inode statahead information */
1718 struct ll_statahead_context {
1719         struct inode            *sax_inode;
1720         atomic_t                 sax_refcount;
1721         /* Local dcache */
1722         struct list_head         sax_cache[LL_SA_CACHE_SIZE];
1723         spinlock_t               sax_cache_lock[LL_SA_CACHE_SIZE];
1724 };
1725
1726 int ll_revalidate_statahead(struct inode *dir, struct dentry **dentry,
1727                             bool unplug);
1728 int ll_start_statahead(struct inode *dir, struct dentry *dentry, bool agl);
1729 void ll_authorize_statahead(struct inode *dir, void *key);
1730 void ll_deauthorize_statahead(struct inode *dir, void *key);
1731
1732 /* glimpse.c */
1733 blkcnt_t dirty_cnt(struct inode *inode);
1734
1735 int cl_glimpse_size0(struct inode *inode, int agl);
1736 int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io,
1737                     struct inode *inode, struct cl_object *clob, int agl);
1738
1739 static inline int cl_glimpse_size(struct inode *inode)
1740 {
1741         return cl_glimpse_size0(inode, 0);
1742 }
1743
1744 /* AGL is 'asychronous glimpse lock', which is a speculative lock taken as
1745  * part of statahead */
1746 static inline int cl_agl(struct inode *inode)
1747 {
1748         return cl_glimpse_size0(inode, 1);
1749 }
1750
1751 int ll_file_lock_ahead(struct file *file, struct llapi_lu_ladvise *ladvise);
1752
1753 int cl_io_get(struct inode *inode, struct lu_env **envout,
1754               struct cl_io **ioout, __u16 *refcheck);
1755
1756 static inline int ll_glimpse_size(struct inode *inode)
1757 {
1758         struct ll_inode_info *lli = ll_i2info(inode);
1759         int rc;
1760
1761         down_read(&lli->lli_glimpse_sem);
1762         rc = cl_glimpse_size(inode);
1763         lli->lli_glimpse_time = ktime_get();
1764         up_read(&lli->lli_glimpse_sem);
1765         return rc;
1766 }
1767
1768 /* dentry may statahead when statahead is enabled and current process has opened
1769  * parent directory, and this dentry hasn't accessed statahead cache before */
1770 static inline bool
1771 dentry_may_statahead(struct inode *dir, struct dentry *dentry)
1772 {
1773         struct ll_inode_info  *lli;
1774         struct ll_dentry_data *ldd;
1775
1776         if (ll_i2sbi(dir)->ll_sa_max == 0)
1777                 return false;
1778
1779         lli = ll_i2info(dir);
1780
1781         /* statahead is not allowed for this dir, there may be three causes:
1782          * 1. dir is not opened.
1783          * 2. statahead hit ratio is too low.
1784          * 3. previous stat started statahead thread failed. */
1785         if (!lli->lli_sa_enabled)
1786                 return false;
1787
1788         /*
1789          * When stating a dentry, kernel may trigger 'revalidate' or 'lookup'
1790          * multiple times, eg. for 'getattr', 'getxattr' and etc.
1791          * For patchless client, lookup intent is not accurate, which may
1792          * misguide statahead. For example:
1793          * The 'revalidate' call for 'getattr' and 'getxattr' of a dentry will
1794          * have the same intent -- IT_GETATTR, while one dentry should access
1795          * statahead cache once, otherwise statahead windows is messed up.
1796          * The solution is as following:
1797          * Assign 'lld_sa_generation' with 'lli_sa_generation' when a dentry
1798          * IT_GETATTR for the first time, and subsequent IT_GETATTR will
1799          * bypass interacting with statahead cache by checking
1800          * 'lld_sa_generation == lli->lli_sa_generation'.
1801          */
1802         ldd = ll_d2d(dentry);
1803         if (ldd != NULL && lli->lli_sa_generation &&
1804             ldd->lld_sa_generation == lli->lli_sa_generation)
1805                 return false;
1806
1807         if (lli->lli_sa_pattern == LSA_PATTERN_FNAME)
1808                 return true;
1809
1810         /* not the same process, don't statahead */
1811         if (lli->lli_opendir_pid != current->pid)
1812                 return false;
1813
1814         return true;
1815 }
1816
1817 int cl_sync_file_range(struct inode *inode, loff_t start, loff_t end,
1818                        enum cl_fsync_mode mode, int ignore_layout);
1819
1820 static inline int ll_file_nolock(const struct file *file)
1821 {
1822         struct ll_file_data *fd = file->private_data;
1823         struct inode *inode = file_inode((struct file *)file);
1824
1825         LASSERT(fd != NULL);
1826         return ((fd->fd_flags & LL_FILE_IGNORE_LOCK) ||
1827                 test_bit(LL_SBI_NOLCK, ll_i2sbi(inode)->ll_flags));
1828 }
1829
1830 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
1831                                     struct lookup_intent *it, __u64 *bits)
1832 {
1833         if (!it->it_lock_set) {
1834                 struct lustre_handle handle;
1835
1836                 /* If this inode is a remote object, it will get two
1837                  * separate locks in different namespaces, Master MDT,
1838                  * where the name entry is, will grant LOOKUP lock,
1839                  * remote MDT, where the object is, will grant
1840                  * UPDATE|PERM lock. The inode will be attched to both
1841                  * LOOKUP and PERM locks, so revoking either locks will
1842                  * case the dcache being cleared */
1843                 if (it->it_remote_lock_mode) {
1844                         handle.cookie = it->it_remote_lock_handle;
1845                         CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID
1846                                "(%p) for remote lock %#llx\n",
1847                                PFID(ll_inode2fid(inode)), inode,
1848                                handle.cookie);
1849                         md_set_lock_data(exp, &handle, inode, NULL);
1850                 }
1851
1852                 handle.cookie = it->it_lock_handle;
1853
1854                 CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID"(%p)"
1855                        " for lock %#llx\n",
1856                        PFID(ll_inode2fid(inode)), inode, handle.cookie);
1857
1858                 md_set_lock_data(exp, &handle, inode, &it->it_lock_bits);
1859                 it->it_lock_set = 1;
1860         }
1861
1862         if (bits != NULL)
1863                 *bits = it->it_lock_bits;
1864 }
1865
1866 static inline int d_lustre_invalid(const struct dentry *dentry)
1867 {
1868         return !ll_d2d(dentry) || ll_d2d(dentry)->lld_invalid;
1869 }
1870
1871 /*
1872  * Mark dentry INVALID, if dentry refcount is zero (this is normally case for
1873  * ll_md_blocking_ast), it will be pruned by ll_prune_aliases() and
1874  * ll_prune_negative_children(); otherwise dput() of the last refcount will
1875  * unhash this dentry and kill it.
1876  */
1877 static inline void d_lustre_invalidate(struct dentry *dentry)
1878 {
1879         CDEBUG(D_DENTRY, "invalidate dentry %pd (%p) parent %p inode %p refc %d\n",
1880                dentry, dentry,
1881                dentry->d_parent, dentry->d_inode, ll_d_count(dentry));
1882
1883         spin_lock(&dentry->d_lock);
1884         if (lld_is_init(dentry))
1885                 ll_d2d(dentry)->lld_invalid = 1;
1886         spin_unlock(&dentry->d_lock);
1887 }
1888
1889 static inline void d_lustre_revalidate(struct dentry *dentry)
1890 {
1891         spin_lock(&dentry->d_lock);
1892         LASSERT(ll_d2d(dentry));
1893         ll_d2d(dentry)->lld_invalid = 0;
1894         spin_unlock(&dentry->d_lock);
1895 }
1896
1897 static inline dev_t ll_compat_encode_dev(dev_t dev)
1898 {
1899         /* The compat_sys_*stat*() syscalls will fail unless the
1900          * device majors and minors are both less than 256. Note that
1901          * the value returned here will be passed through
1902          * old_encode_dev() in cp_compat_stat(). And so we are not
1903          * trying to return a valid compat (u16) device number, just
1904          * one that will pass the old_valid_dev() check. */
1905
1906         return MKDEV(MAJOR(dev) & 0xff, MINOR(dev) & 0xff);
1907 }
1908
1909 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf);
1910 int ll_layout_refresh(struct inode *inode, __u32 *gen);
1911 int ll_layout_restore(struct inode *inode, loff_t start, __u64 length);
1912 int ll_layout_write_intent(struct inode *inode, enum layout_intent_opc opc,
1913                            struct lu_extent *ext);
1914
1915 int ll_xattr_init(void);
1916 void ll_xattr_fini(void);
1917
1918 int ll_page_sync_io(const struct lu_env *env, struct cl_io *io,
1919                     struct cl_page *page, enum cl_req_type crt);
1920
1921 int ll_getparent(struct file *file, struct getparent __user *arg);
1922
1923 /* lcommon_cl.c */
1924 int cl_setattr_ost(struct cl_object *obj, const struct iattr *attr,
1925                    enum op_xvalid xvalid, unsigned int attr_flags);
1926
1927 extern struct lu_env *cl_inode_fini_env;
1928 extern __u16 cl_inode_fini_refcheck;
1929
1930 int cl_file_inode_init(struct inode *inode, struct lustre_md *md);
1931 void cl_inode_fini(struct inode *inode);
1932
1933 u64 cl_fid_build_ino(const struct lu_fid *fid, int api32);
1934 u32 cl_fid_build_gen(const struct lu_fid *fid);
1935
1936 static inline struct pcc_super *ll_i2pccs(struct inode *inode)
1937 {
1938         return &ll_i2sbi(inode)->ll_pcc_super;
1939 }
1940
1941 static inline struct pcc_super *ll_info2pccs(struct ll_inode_info *lli)
1942 {
1943         return ll_i2pccs(ll_info2i(lli));
1944 }
1945
1946 /* crypto.c */
1947 /* The digested form is made of a FID (16 bytes) followed by the second-to-last
1948  * ciphertext block (16 bytes), so a total length of 32 bytes.
1949  * That way, llcrypt does not compute a digested form of this digest.
1950  */
1951 struct ll_digest_filename {
1952         struct lu_fid ldf_fid;
1953         char ldf_excerpt[LL_CRYPTO_BLOCK_SIZE];
1954 };
1955
1956 int ll_prepare_lookup(struct inode *dir, struct dentry *de,
1957                       struct llcrypt_name *fname, struct lu_fid *fid);
1958 int ll_setup_filename(struct inode *dir, const struct qstr *iname,
1959                       int lookup, struct llcrypt_name *fname,
1960                       struct lu_fid *fid);
1961 int ll_fname_disk_to_usr(struct inode *inode,
1962                          u32 hash, u32 minor_hash,
1963                          struct llcrypt_str *iname, struct llcrypt_str *oname,
1964                          struct lu_fid *fid);
1965 int ll_file_open_encrypt(struct inode *inode, struct file *filp);
1966
1967 static inline char *xattr_for_enc(struct inode *inode)
1968 {
1969         if (ll_sbi_has_name_encrypt(ll_i2sbi(inode)))
1970                 return LL_XATTR_NAME_ENCRYPTION_CONTEXT;
1971
1972         return LL_XATTR_NAME_ENCRYPTION_CONTEXT_OLD;
1973 }
1974
1975 #ifdef HAVE_LUSTRE_CRYPTO
1976 extern const struct llcrypt_operations lustre_cryptops;
1977 #endif
1978
1979 /* llite/llite_foreign.c */
1980 int ll_manage_foreign(struct inode *inode, struct lustre_md *lmd);
1981 bool ll_foreign_is_openable(struct dentry *dentry, unsigned int flags);
1982 bool ll_foreign_is_removable(struct dentry *dentry, bool unset);
1983
1984 int ll_filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf);
1985
1986 #endif /* LLITE_INTERNAL_H */