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