4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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.
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).
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
23 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
24 * Use is subject to license terms.
26 * Copyright (c) 2011, 2017, Intel Corporation.
29 * This file is part of Lustre, http://www.lustre.org/
30 * Lustre is a trademark of Sun Microsystems, Inc.
33 #ifndef LLITE_INTERNAL_H
34 #define LLITE_INTERNAL_H
35 #include <lustre_debug.h>
36 #include <lustre_disk.h> /* for s2sbi */
37 #include <lustre_eacl.h>
38 #include <lustre_linkea.h>
40 /* for struct cl_lock_descr and struct cl_io */
41 #include <cl_object.h>
42 #include <lustre_lmv.h>
43 #include <lustre_mdc.h>
44 #include <lustre_intent.h>
45 #include <linux/compat.h>
46 #include <linux/aio.h>
48 #include <lustre_compat.h>
49 #include "vvp_internal.h"
50 #include "range_lock.h"
56 #ifndef VM_FAULT_RETRY
57 #define VM_FAULT_RETRY 0
60 /* Kernel 3.1 kills LOOKUP_CONTINUE, LOOKUP_PARENT is equivalent to it.
61 * seem kernel commit 49084c3bb2055c401f3493c13edae14d49128ca0 */
62 #ifndef LOOKUP_CONTINUE
63 #define LOOKUP_CONTINUE LOOKUP_PARENT
66 /** Only used on client-side for indicating the tail of dir hash/offset. */
67 #define LL_DIR_END_OFF 0x7fffffffffffffffULL
68 #define LL_DIR_END_OFF_32BIT 0x7fffffffUL
70 /* 4UL * 1024 * 1024 */
71 #define LL_MAX_BLKSIZE_BITS 22
73 #define LL_IT2STR(it) ((it) ? ldlm_it2str((it)->it_op) : "0")
74 #define LUSTRE_FPRIVATE(file) ((file)->private_data)
76 struct ll_dentry_data {
77 struct lookup_intent *lld_it;
78 unsigned int lld_sa_generation;
79 unsigned int lld_invalid:1;
80 unsigned int lld_nfs_dentry:1;
81 struct rcu_head lld_rcu_head;
84 #define ll_d2d(de) ((struct ll_dentry_data*)((de)->d_fsdata))
86 #define LLI_INODE_MAGIC 0x111d0de5
87 #define LLI_INODE_DEAD 0xdeadd00d
89 struct ll_getname_data {
90 #ifdef HAVE_DIR_CONTEXT
91 struct dir_context ctx;
93 char *lgd_name; /* points to a buffer with NAME_MAX+1 size */
94 struct lu_fid lgd_fid; /* target fid we are looking for */
95 int lgd_found; /* inode matched? */
99 struct lu_env *lg_env;
101 struct cl_lock *lg_lock;
102 unsigned long lg_gid;
105 struct ll_inode_info {
106 __u32 lli_inode_magic;
109 volatile unsigned long lli_flags;
110 struct posix_acl *lli_posix_acl;
112 /* identifying fields for both metadata and data stacks. */
113 struct lu_fid lli_fid;
114 /* master inode fid for stripe directory */
115 struct lu_fid lli_pfid;
117 /* We need all three because every inode may be opened in different
119 struct obd_client_handle *lli_mds_read_och;
120 struct obd_client_handle *lli_mds_write_och;
121 struct obd_client_handle *lli_mds_exec_och;
122 __u64 lli_open_fd_read_count;
123 __u64 lli_open_fd_write_count;
124 __u64 lli_open_fd_exec_count;
125 /* Protects access to och pointers and their usage counters */
126 struct mutex lli_och_mutex;
128 struct inode lli_vfs_inode;
130 /* the most recent timestamps obtained from mds */
134 spinlock_t lli_agl_lock;
136 /* update atime from MDS no matter if it's older than
137 * local inode atime. */
138 unsigned int lli_update_atime:1,
141 /* Try to make the d::member and f::member are aligned. Before using
142 * these members, make clear whether it is directory or not. */
146 /* serialize normal readdir and statahead-readdir. */
147 struct mutex lli_readdir_mutex;
149 /* metadata statahead */
150 /* since parent-child threads can share the same @file
151 * struct, "opendir_key" is the token when dir close for
152 * case of parent exit before child -- it is me should
153 * cleanup the dir readahead. */
154 void *lli_opendir_key;
155 struct ll_statahead_info *lli_sai;
156 /* protect statahead stuff. */
157 spinlock_t lli_sa_lock;
158 /* "opendir_pid" is the token when lookup/revalid
159 * -- I am the owner of dir statahead. */
160 pid_t lli_opendir_pid;
161 /* stat will try to access statahead entries or start
162 * statahead if this flag is set, and this flag will be
163 * set upon dir open, and cleared when dir is closed,
164 * statahead hit ratio is too low, or start statahead
166 unsigned int lli_sa_enabled:1;
167 /* generation for statahead */
168 unsigned int lli_sa_generation;
169 /* rw lock protects lli_lsm_md */
170 struct rw_semaphore lli_lsm_sem;
171 /* directory stripe information */
172 struct lmv_stripe_md *lli_lsm_md;
173 /* default directory stripe offset. This is extracted
174 * from the "dmv" xattr in order to decide which MDT to
175 * create a subdirectory on. The MDS itself fetches
176 * "dmv" and gets the rest of the default layout itself
177 * (count, hash, etc). */
178 __u32 lli_def_stripe_offset;
181 /* for non-directory */
183 struct mutex lli_size_mutex;
184 char *lli_symlink_name;
186 * struct rw_semaphore {
187 * signed long count; // align d.d_def_acl
188 * spinlock_t wait_lock; // align d.d_sa_lock
189 * struct list_head wait_list;
192 struct rw_semaphore lli_trunc_sem;
193 struct range_lock_tree lli_write_tree;
195 struct rw_semaphore lli_glimpse_sem;
196 ktime_t lli_glimpse_time;
197 struct list_head lli_agl_list;
200 /* for writepage() only to communicate to fsync */
204 * Whenever a process try to read/write the file, the
205 * jobid of the process will be saved here, and it'll
206 * be packed into the write PRC when flush later.
208 * So the read/write statistics for jobid will not be
209 * accurate if the file is shared by different jobs.
211 char lli_jobid[LUSTRE_JOBID_SIZE];
215 /* XXX: For following frequent used members, although they maybe special
216 * used for non-directory object, it is some time-wasting to check
217 * whether the object is directory or not before using them. On the
218 * other hand, currently, sizeof(f) > sizeof(d), it cannot reduce
219 * the "ll_inode_info" size even if moving those members into u.f.
220 * So keep them out side.
222 * In the future, if more members are added only for directory,
223 * some of the following members can be moved into u.f.
225 struct cl_object *lli_clob;
227 /* mutex to request for layout lock exclusively. */
228 struct mutex lli_layout_mutex;
229 /* Layout version, protected by lli_layout_lock */
230 __u32 lli_layout_gen;
231 spinlock_t lli_layout_lock;
233 __u32 lli_projid; /* project id */
235 struct rw_semaphore lli_xattrs_list_rwsem;
236 struct mutex lli_xattrs_enq_lock;
237 struct list_head lli_xattrs; /* ll_xattr_entry->xe_list */
240 static inline __u32 ll_layout_version_get(struct ll_inode_info *lli)
244 spin_lock(&lli->lli_layout_lock);
245 gen = lli->lli_layout_gen;
246 spin_unlock(&lli->lli_layout_lock);
251 static inline void ll_layout_version_set(struct ll_inode_info *lli, __u32 gen)
253 spin_lock(&lli->lli_layout_lock);
254 lli->lli_layout_gen = gen;
255 spin_unlock(&lli->lli_layout_lock);
259 /* File data is modified. */
260 LLIF_DATA_MODIFIED = 0,
261 /* File is being restored */
262 LLIF_FILE_RESTORING = 1,
263 /* Xattr cache is attached to the file */
264 LLIF_XATTR_CACHE = 2,
265 /* Project inherit */
266 LLIF_PROJECT_INHERIT = 3,
269 static inline void ll_file_set_flag(struct ll_inode_info *lli,
270 enum ll_file_flags flag)
272 set_bit(flag, &lli->lli_flags);
275 static inline void ll_file_clear_flag(struct ll_inode_info *lli,
276 enum ll_file_flags flag)
278 clear_bit(flag, &lli->lli_flags);
281 static inline bool ll_file_test_flag(struct ll_inode_info *lli,
282 enum ll_file_flags flag)
284 return test_bit(flag, &lli->lli_flags);
287 static inline bool ll_file_test_and_clear_flag(struct ll_inode_info *lli,
288 enum ll_file_flags flag)
290 return test_and_clear_bit(flag, &lli->lli_flags);
293 int ll_xattr_cache_destroy(struct inode *inode);
295 int ll_xattr_cache_get(struct inode *inode,
301 static inline bool obd_connect_has_secctx(struct obd_connect_data *data)
303 #if defined(HAVE_SECURITY_DENTRY_INIT_SECURITY) && defined(CONFIG_SECURITY)
304 return data->ocd_connect_flags & OBD_CONNECT_FLAGS2 &&
305 data->ocd_connect_flags2 & OBD_CONNECT2_FILE_SECCTX;
308 #endif /* HAVE_SECURITY_DENTRY_INIT_SECURITY */
311 static inline void obd_connect_set_secctx(struct obd_connect_data *data)
313 #if defined(HAVE_SECURITY_DENTRY_INIT_SECURITY) && defined(CONFIG_SECURITY)
314 data->ocd_connect_flags2 |= OBD_CONNECT2_FILE_SECCTX;
315 #endif /* HAVE_SECURITY_DENTRY_INIT_SECURITY */
318 int ll_dentry_init_security(struct dentry *dentry, int mode, struct qstr *name,
319 const char **secctx_name, void **secctx,
321 int ll_inode_init_security(struct dentry *dentry, struct inode *inode,
325 * Locking to guarantee consistency of non-atomic updates to long long i_size,
326 * consistency between file size and KMS.
328 * Implemented by ->lli_size_mutex and ->lsm_lock, nested in that order.
331 void ll_inode_size_lock(struct inode *inode);
332 void ll_inode_size_unlock(struct inode *inode);
334 // FIXME: replace the name of this with LL_I to conform to kernel stuff
335 // static inline struct ll_inode_info *LL_I(struct inode *inode)
336 static inline struct ll_inode_info *ll_i2info(struct inode *inode)
338 return container_of(inode, struct ll_inode_info, lli_vfs_inode);
341 /* default to about 64M of readahead on a given system. */
342 #define SBI_DEFAULT_READAHEAD_MAX (64UL << (20 - PAGE_SHIFT))
344 /* default to read-ahead full files smaller than 2MB on the second read */
345 #define SBI_DEFAULT_READAHEAD_WHOLE_MAX (2UL << (20 - PAGE_SHIFT))
350 RA_STAT_DISTANT_READPAGE,
351 RA_STAT_MISS_IN_WINDOW,
352 RA_STAT_FAILED_GRAB_PAGE,
353 RA_STAT_FAILED_MATCH,
358 RA_STAT_MAX_IN_FLIGHT,
359 RA_STAT_WRONG_GRAB_PAGE,
360 RA_STAT_FAILED_REACH_END,
365 atomic_t ra_cur_pages;
366 unsigned long ra_max_pages;
367 unsigned long ra_max_pages_per_file;
368 unsigned long ra_max_read_ahead_whole_pages;
371 /* ra_io_arg will be filled in the beginning of ll_readahead with
372 * ras_lock, then the following ll_read_ahead_pages will read RA
373 * pages according to this arg, all the items in this structure are
374 * counted by page index.
377 unsigned long ria_start; /* start offset of read-ahead*/
378 unsigned long ria_end; /* end offset of read-ahead*/
379 unsigned long ria_reserved; /* reserved pages for read-ahead */
380 unsigned long ria_end_min; /* minimum end to cover current read */
381 bool ria_eof; /* reach end of file */
382 /* If stride read pattern is detected, ria_stoff means where
383 * stride read is started. Note: for normal read-ahead, the
384 * value here is meaningless, and also it will not be accessed*/
386 /* ria_length and ria_pages are the length and pages length in the
387 * stride I/O mode. And they will also be used to check whether
388 * it is stride I/O read-ahead in the read-ahead pages*/
389 unsigned long ria_length;
390 unsigned long ria_pages;
393 /* LL_HIST_MAX=32 causes an overflow */
394 #define LL_HIST_MAX 28
395 #define LL_HIST_START 12 /* buckets start at 2^12 = 4k */
396 #define LL_PROCESS_HIST_MAX 10
397 struct per_process_info {
399 struct obd_histogram pp_r_hist;
400 struct obd_histogram pp_w_hist;
403 /* pp_extents[LL_PROCESS_HIST_MAX] will hold the combined process info */
404 struct ll_rw_extents_info {
405 struct per_process_info pp_extents[LL_PROCESS_HIST_MAX + 1];
408 #define LL_OFFSET_HIST_MAX 100
409 struct ll_rw_process_info {
412 loff_t rw_range_start;
414 loff_t rw_last_file_pos;
416 size_t rw_smallest_extent;
417 size_t rw_largest_extent;
418 struct ll_file_data *rw_last_file;
421 enum stats_track_type {
422 STATS_TRACK_ALL = 0, /* track all processes */
423 STATS_TRACK_PID, /* track process with this pid */
424 STATS_TRACK_PPID, /* track processes with this ppid */
425 STATS_TRACK_GID, /* track processes with this gid */
429 /* flags for sbi->ll_flags */
430 #define LL_SBI_NOLCK 0x01 /* DLM locking disabled (directio-only) */
431 #define LL_SBI_CHECKSUM 0x02 /* checksum each page as it's written */
432 #define LL_SBI_FLOCK 0x04
433 #define LL_SBI_USER_XATTR 0x08 /* support user xattr */
434 #define LL_SBI_ACL 0x10 /* support ACL */
435 /* LL_SBI_RMT_CLIENT 0x40 remote client */
436 #define LL_SBI_MDS_CAPA 0x80 /* support mds capa, obsolete */
437 #define LL_SBI_OSS_CAPA 0x100 /* support oss capa, obsolete */
438 #define LL_SBI_LOCALFLOCK 0x200 /* Local flocks support by kernel */
439 #define LL_SBI_LRU_RESIZE 0x400 /* lru resize support */
440 #define LL_SBI_LAZYSTATFS 0x800 /* lazystatfs mount option */
441 /* LL_SBI_SOM_PREVIEW 0x1000 SOM preview mount option, obsolete */
442 #define LL_SBI_32BIT_API 0x2000 /* generate 32 bit inodes. */
443 #define LL_SBI_64BIT_HASH 0x4000 /* support 64-bits dir hash/offset */
444 #define LL_SBI_AGL_ENABLED 0x8000 /* enable agl */
445 #define LL_SBI_VERBOSE 0x10000 /* verbose mount/umount */
446 #define LL_SBI_LAYOUT_LOCK 0x20000 /* layout lock support */
447 #define LL_SBI_USER_FID2PATH 0x40000 /* allow fid2path by unprivileged users */
448 #define LL_SBI_XATTR_CACHE 0x80000 /* support for xattr cache */
449 #define LL_SBI_NOROOTSQUASH 0x100000 /* do not apply root squash */
450 #define LL_SBI_ALWAYS_PING 0x200000 /* always ping even if server
452 #define LL_SBI_FAST_READ 0x400000 /* fast read support */
453 #define LL_SBI_FILE_SECCTX 0x800000 /* set file security context at create */
454 #define LL_SBI_PIO 0x1000000 /* parallel IO support */
455 #define LL_SBI_TINY_WRITE 0x2000000 /* tiny write support */
457 #define LL_SBI_FLAGS { \
486 /* This is embedded into llite super-blocks to keep track of connect
487 * flags (capabilities) supported by all imports given mount is
489 struct lustre_client_ocd {
490 /* This is conjunction of connect_flags across all imports
491 * (LOVs) this mount is connected to. This field is updated by
492 * cl_ocd_update() under ->lco_lock. */
494 struct mutex lco_lock;
495 struct obd_export *lco_md_exp;
496 struct obd_export *lco_dt_exp;
500 /* this protects pglist and ra_info. It isn't safe to
501 * grab from interrupt contexts */
503 spinlock_t ll_pp_extent_lock; /* pp_extent entry*/
504 spinlock_t ll_process_lock; /* ll_rw_process_info */
505 struct obd_uuid ll_sb_uuid;
506 struct obd_export *ll_md_exp;
507 struct obd_export *ll_dt_exp;
508 struct obd_device *ll_md_obd;
509 struct obd_device *ll_dt_obd;
510 struct proc_dir_entry* ll_proc_root;
511 struct lu_fid ll_root_fid; /* root object fid */
514 unsigned int ll_umounting:1,
515 ll_xattr_cache_enabled:1,
516 ll_xattr_cache_set:1, /* already set to 0/1 */
517 ll_client_common_fill_super_succeeded:1,
520 struct lustre_client_ocd ll_lco;
522 struct lprocfs_stats *ll_stats; /* lprocfs stats counter */
524 /* Used to track "unstable" pages on a client, and maintain a
525 * LRU list of clean pages. An "unstable" page is defined as
526 * any page which is sent to a server as part of a bulk request,
527 * but is uncommitted to stable storage. */
528 struct cl_client_cache *ll_cache;
530 struct lprocfs_stats *ll_ra_stats;
532 struct ll_ra_info ll_ra_info;
533 unsigned int ll_namelen;
534 struct file_operations *ll_fop;
536 struct lu_site *ll_site;
537 struct cl_device *ll_cl;
539 struct ll_rw_extents_info ll_rw_extents_info;
540 int ll_extent_process_count;
541 struct ll_rw_process_info ll_rw_process_info[LL_PROCESS_HIST_MAX];
542 unsigned int ll_offset_process_count;
543 struct ll_rw_process_info ll_rw_offset_info[LL_OFFSET_HIST_MAX];
544 unsigned int ll_rw_offset_entry_count;
545 int ll_stats_track_id;
546 enum stats_track_type ll_stats_track_type;
549 /* metadata stat-ahead */
550 unsigned int ll_sa_running_max;/* max concurrent
551 * statahead instances */
552 unsigned int ll_sa_max; /* max statahead RPCs */
553 atomic_t ll_sa_total; /* statahead thread started
555 atomic_t ll_sa_wrong; /* statahead thread stopped for
557 atomic_t ll_sa_running; /* running statahead thread
559 atomic_t ll_agl_total; /* AGL thread started count */
561 dev_t ll_sdev_orig; /* save s_dev before assign for
564 struct root_squash_info ll_squash;
567 /* st_blksize returned by stat(2), when non-zero */
568 unsigned int ll_stat_blksize;
570 struct kset ll_kset; /* sysfs object */
571 struct completion ll_kobj_unregister;
575 * per file-descriptor read-ahead data.
577 struct ll_readahead_state {
580 * index of the last page that read(2) needed and that wasn't in the
581 * cache. Used by ras_update() to detect seeks.
583 * XXX nikita: if access seeks into cached region, Lustre doesn't see
586 unsigned long ras_last_readpage;
588 * number of pages read after last read-ahead window reset. As window
589 * is reset on each seek, this is effectively a number of consecutive
590 * accesses. Maybe ->ras_accessed_in_window is better name.
592 * XXX nikita: window is also reset (by ras_update()) when Lustre
593 * believes that memory pressure evicts read-ahead pages. In that
594 * case, it probably doesn't make sense to expand window to
595 * PTLRPC_MAX_BRW_PAGES on the third access.
597 unsigned long ras_consecutive_pages;
599 * number of read requests after the last read-ahead window reset
600 * As window is reset on each seek, this is effectively the number
601 * on consecutive read request and is used to trigger read-ahead.
603 unsigned long ras_consecutive_requests;
605 * Parameters of current read-ahead window. Handled by
606 * ras_update(). On the initial access to the file or after a seek,
607 * window is reset to 0. After 3 consecutive accesses, window is
608 * expanded to PTLRPC_MAX_BRW_PAGES. Afterwards, window is enlarged by
609 * PTLRPC_MAX_BRW_PAGES chunks up to ->ra_max_pages.
611 unsigned long ras_window_start, ras_window_len;
613 * Optimal RPC size. It decides how many pages will be sent
614 * for each read-ahead.
616 unsigned long ras_rpc_size;
618 * Where next read-ahead should start at. This lies within read-ahead
619 * window. Read-ahead window is read in pieces rather than at once
620 * because: 1. lustre limits total number of pages under read-ahead by
621 * ->ra_max_pages (see ll_ra_count_get()), 2. client cannot read pages
622 * not covered by DLM lock.
624 unsigned long ras_next_readahead;
626 * Total number of ll_file_read requests issued, reads originating
627 * due to mmap are not counted in this total. This value is used to
628 * trigger full file read-ahead after multiple reads to a small file.
630 unsigned long ras_requests;
632 * Page index with respect to the current request, these value
633 * will not be accurate when dealing with reads issued via mmap.
635 unsigned long ras_request_index;
637 * The following 3 items are used for detecting the stride I/O
639 * In stride I/O mode,
640 * ...............|-----data-----|****gap*****|--------|******|....
641 * offset |-stride_pages-|-stride_gap-|
642 * ras_stride_offset = offset;
643 * ras_stride_length = stride_pages + stride_gap;
644 * ras_stride_pages = stride_pages;
645 * Note: all these three items are counted by pages.
647 unsigned long ras_stride_length;
648 unsigned long ras_stride_pages;
649 pgoff_t ras_stride_offset;
651 * number of consecutive stride request count, and it is similar as
652 * ras_consecutive_requests, but used for stride I/O mode.
653 * Note: only more than 2 consecutive stride request are detected,
654 * stride read-ahead will be enable
656 unsigned long ras_consecutive_stride_requests;
659 extern struct kmem_cache *ll_file_data_slab;
660 struct lustre_handle;
661 struct ll_file_data {
662 struct ll_readahead_state fd_ras;
663 struct ll_grouplock fd_grouplock;
667 /* openhandle if lease exists for this file.
668 * Borrow lli->lli_och_mutex to protect assignment */
669 struct obd_client_handle *fd_lease_och;
670 struct obd_client_handle *fd_och;
671 struct file *fd_file;
672 /* Indicate whether need to report failure when close.
673 * true: failure is known, not report again.
674 * false: unknown failure, should report. */
675 bool fd_write_failed;
676 bool ll_lock_no_expand;
677 rwlock_t fd_lock; /* protect lcc list */
678 struct list_head fd_lccs; /* list of ll_cl_context */
679 /* Used by mirrored file to lead IOs to a specific mirror, usually
680 * for mirror resync. 0 means default. */
681 __u32 fd_designated_mirror;
682 /* The layout version when resync starts. Resync I/O should carry this
683 * layout version for verification to OST objects */
684 __u32 fd_layout_version;
687 extern struct proc_dir_entry *proc_lustre_fs_root;
688 void llite_tunables_unregister(void);
689 int llite_tunables_register(void);
691 static inline struct inode *ll_info2i(struct ll_inode_info *lli)
693 return &lli->lli_vfs_inode;
696 __u32 ll_i2suppgid(struct inode *i);
697 void ll_i2gids(__u32 *suppgids, struct inode *i1,struct inode *i2);
699 static inline int ll_need_32bit_api(struct ll_sb_info *sbi)
701 #if BITS_PER_LONG == 32
703 #elif defined(CONFIG_COMPAT)
704 if (unlikely(sbi->ll_flags & LL_SBI_32BIT_API))
707 # ifdef CONFIG_X86_X32
708 /* in_compat_syscall() returns true when called from a kthread
709 * and CONFIG_X86_X32 is enabled, which is wrong. So check
710 * whether the caller comes from a syscall (ie. not a kthread)
711 * before calling in_compat_syscall(). */
712 if (current->flags & PF_KTHREAD)
716 return unlikely(in_compat_syscall());
718 return unlikely(sbi->ll_flags & LL_SBI_32BIT_API);
722 static inline bool ll_sbi_has_fast_read(struct ll_sb_info *sbi)
724 return !!(sbi->ll_flags & LL_SBI_FAST_READ);
727 static inline bool ll_sbi_has_tiny_write(struct ll_sb_info *sbi)
729 return !!(sbi->ll_flags & LL_SBI_TINY_WRITE);
732 void ll_ras_enter(struct file *f);
734 /* llite/lcommon_misc.c */
735 int cl_ocd_update(struct obd_device *host, struct obd_device *watched,
736 enum obd_notify_event ev, void *owner);
737 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock,
738 struct ll_grouplock *lg);
739 void cl_put_grouplock(struct ll_grouplock *lg);
741 /* llite/lproc_llite.c */
742 #ifdef CONFIG_PROC_FS
743 void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, int count);
744 extern struct lprocfs_vars lprocfs_llite_obd_vars[];
746 static inline int ll_debugs_register_super(struct super_block *sb,
749 static void ll_stats_ops_tally(struct ll_sb_info *sbi, int op, int count) {}
751 int ll_debugfs_register_super(struct super_block *sb, const char *name);
752 void ll_debugfs_unregister_super(struct super_block *sb);
756 LPROC_LL_DIRTY_MISSES,
758 LPROC_LL_WRITE_BYTES,
783 LPROC_LL_ALLOC_INODE,
786 LPROC_LL_GETXATTR_HITS,
788 LPROC_LL_REMOVEXATTR,
790 LPROC_LL_FILE_OPCODES
794 struct ll_dir_chain {
797 static inline void ll_dir_chain_init(struct ll_dir_chain *chain)
801 static inline void ll_dir_chain_fini(struct ll_dir_chain *chain)
805 extern const struct file_operations ll_dir_operations;
806 extern const struct inode_operations ll_dir_inode_operations;
807 #ifdef HAVE_DIR_CONTEXT
808 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
809 struct dir_context *ctx);
811 int ll_dir_read(struct inode *inode, __u64 *pos, struct md_op_data *op_data,
812 void *cookie, filldir_t filldir);
814 int ll_get_mdt_idx(struct inode *inode);
815 int ll_get_mdt_idx_by_fid(struct ll_sb_info *sbi, const struct lu_fid *fid);
816 struct page *ll_get_dir_page(struct inode *dir, struct md_op_data *op_data,
817 __u64 offset, struct ll_dir_chain *chain);
818 void ll_release_page(struct inode *inode, struct page *page, bool remove);
821 extern const struct inode_operations ll_special_inode_operations;
823 struct inode *ll_iget(struct super_block *sb, ino_t hash,
824 struct lustre_md *lic);
825 int ll_test_inode_by_fid(struct inode *inode, void *opaque);
826 int ll_md_blocking_ast(struct ldlm_lock *, struct ldlm_lock_desc *,
827 void *data, int flag);
828 struct dentry *ll_splice_alias(struct inode *inode, struct dentry *de);
829 int ll_rmdir_entry(struct inode *dir, char *name, int namelen);
830 void ll_update_times(struct ptlrpc_request *request, struct inode *inode);
833 int ll_writepage(struct page *page, struct writeback_control *wbc);
834 int ll_writepages(struct address_space *, struct writeback_control *wbc);
835 int ll_readpage(struct file *file, struct page *page);
836 int ll_io_read_page(const struct lu_env *env, struct cl_io *io,
837 struct cl_page *page, struct file *file);
838 void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras);
839 int vvp_io_write_commit(const struct lu_env *env, struct cl_io *io);
842 void ll_cl_add(struct file *file, const struct lu_env *env, struct cl_io *io,
844 void ll_cl_remove(struct file *file, const struct lu_env *env);
845 struct ll_cl_context *ll_cl_find(struct file *file);
847 extern const struct address_space_operations ll_aops;
850 extern struct file_operations ll_file_operations;
851 extern struct file_operations ll_file_operations_flock;
852 extern struct file_operations ll_file_operations_noflock;
853 extern struct inode_operations ll_file_inode_operations;
854 extern int ll_have_md_lock(struct inode *inode, __u64 *bits,
855 enum ldlm_mode l_req_mode);
856 extern enum ldlm_mode ll_take_md_lock(struct inode *inode, __u64 bits,
857 struct lustre_handle *lockh, __u64 flags,
858 enum ldlm_mode mode);
860 int ll_file_open(struct inode *inode, struct file *file);
861 int ll_file_release(struct inode *inode, struct file *file);
862 int ll_release_openhandle(struct dentry *, struct lookup_intent *);
863 int ll_md_real_close(struct inode *inode, fmode_t fmode);
864 extern void ll_rw_stats_tally(struct ll_sb_info *sbi, pid_t pid,
865 struct ll_file_data *file, loff_t pos,
866 size_t count, int rw);
867 #ifdef HAVE_INODEOPS_ENHANCED_GETATTR
868 int ll_getattr(const struct path *path, struct kstat *stat,
869 u32 request_mask, unsigned int flags);
871 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
873 struct posix_acl *ll_get_acl(struct inode *inode, int type);
874 #ifdef HAVE_IOP_SET_ACL
875 #ifdef CONFIG_FS_POSIX_ACL
876 int ll_set_acl(struct inode *inode, struct posix_acl *acl, int type);
877 #else /* !CONFIG_FS_POSIX_ACL */
878 #define ll_set_acl NULL
879 #endif /* CONFIG_FS_POSIX_ACL */
882 int ll_migrate(struct inode *parent, struct file *file,
883 struct lmv_user_md *lum, const char *name);
884 int ll_get_fid_by_name(struct inode *parent, const char *name,
885 int namelen, struct lu_fid *fid, struct inode **inode);
886 #ifdef HAVE_GENERIC_PERMISSION_4ARGS
887 int ll_inode_permission(struct inode *inode, int mask, unsigned int flags);
889 # ifndef HAVE_INODE_PERMISION_2ARGS
890 int ll_inode_permission(struct inode *inode, int mask, struct nameidata *nd);
892 int ll_inode_permission(struct inode *inode, int mask);
895 int ll_ioctl_check_project(struct inode *inode, struct fsxattr *fa);
896 int ll_ioctl_fsgetxattr(struct inode *inode, unsigned int cmd,
898 int ll_ioctl_fssetxattr(struct inode *inode, unsigned int cmd,
901 int ll_lov_setstripe_ea_info(struct inode *inode, struct dentry *dentry,
902 __u64 flags, struct lov_user_md *lum,
904 int ll_lov_getstripe_ea_info(struct inode *inode, const char *filename,
905 struct lov_mds_md **lmm, int *lmm_size,
906 struct ptlrpc_request **request);
907 int ll_dir_setstripe(struct inode *inode, struct lov_user_md *lump,
909 int ll_dir_getstripe(struct inode *inode, void **lmmp,
910 int *lmm_size, struct ptlrpc_request **request,
912 #ifdef HAVE_FILE_FSYNC_4ARGS
913 int ll_fsync(struct file *file, loff_t start, loff_t end, int data);
914 #elif defined(HAVE_FILE_FSYNC_2ARGS)
915 int ll_fsync(struct file *file, int data);
917 int ll_fsync(struct file *file, struct dentry *dentry, int data);
919 int ll_merge_attr(const struct lu_env *env, struct inode *inode);
920 int ll_fid2path(struct inode *inode, void __user *arg);
921 int ll_data_version(struct inode *inode, __u64 *data_version, int flags);
922 int ll_hsm_release(struct inode *inode);
923 int ll_hsm_state_set(struct inode *inode, struct hsm_state_set *hss);
924 void ll_io_set_mirror(struct cl_io *io, const struct file *file);
928 int ll_d_init(struct dentry *de);
929 extern const struct dentry_operations ll_d_ops;
930 void ll_intent_drop_lock(struct lookup_intent *);
931 void ll_intent_release(struct lookup_intent *);
932 void ll_invalidate_aliases(struct inode *);
933 void ll_lookup_finish_locks(struct lookup_intent *it, struct dentry *dentry);
934 int ll_revalidate_it_finish(struct ptlrpc_request *request,
935 struct lookup_intent *it, struct dentry *de);
937 /* llite/llite_lib.c */
938 extern struct super_operations lustre_super_operations;
940 void ll_lli_init(struct ll_inode_info *lli);
941 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
942 void ll_put_super(struct super_block *sb);
943 void ll_kill_super(struct super_block *sb);
944 struct inode *ll_inode_from_resource_lock(struct ldlm_lock *lock);
945 void ll_dir_clear_lsm_md(struct inode *inode);
946 void ll_clear_inode(struct inode *inode);
947 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr,
948 enum op_xvalid xvalid, bool hsm_import);
949 int ll_setattr(struct dentry *de, struct iattr *attr);
950 int ll_statfs(struct dentry *de, struct kstatfs *sfs);
951 int ll_statfs_internal(struct ll_sb_info *sbi, struct obd_statfs *osfs,
953 int ll_update_inode(struct inode *inode, struct lustre_md *md);
954 void ll_update_inode_flags(struct inode *inode, int ext_flags);
955 int ll_read_inode2(struct inode *inode, void *opaque);
956 void ll_delete_inode(struct inode *inode);
957 int ll_iocontrol(struct inode *inode, struct file *file,
958 unsigned int cmd, unsigned long arg);
959 int ll_flush_ctx(struct inode *inode);
960 void ll_umount_begin(struct super_block *sb);
961 int ll_remount_fs(struct super_block *sb, int *flags, char *data);
962 #ifdef HAVE_SUPEROPS_USE_DENTRY
963 int ll_show_options(struct seq_file *seq, struct dentry *dentry);
965 int ll_show_options(struct seq_file *seq, struct vfsmount *vfs);
967 void ll_dirty_page_discard_warn(struct page *page, int ioret);
968 int ll_prep_inode(struct inode **inode, struct ptlrpc_request *req,
969 struct super_block *, struct lookup_intent *);
970 int ll_obd_statfs(struct inode *inode, void __user *arg);
971 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
972 int ll_get_default_mdsize(struct ll_sb_info *sbi, int *default_mdsize);
973 int ll_set_default_mdsize(struct ll_sb_info *sbi, int default_mdsize);
976 LUSTRE_OPC_MKDIR = 0,
977 LUSTRE_OPC_SYMLINK = 1,
978 LUSTRE_OPC_MKNOD = 2,
979 LUSTRE_OPC_CREATE = 3,
983 void ll_unlock_md_op_lsm(struct md_op_data *op_data);
984 struct md_op_data *ll_prep_md_op_data(struct md_op_data *op_data,
985 struct inode *i1, struct inode *i2,
986 const char *name, size_t namelen,
987 __u32 mode, __u32 opc, void *data);
988 void ll_finish_md_op_data(struct md_op_data *op_data);
989 int ll_get_obd_name(struct inode *inode, unsigned int cmd, unsigned long arg);
990 char *ll_get_fsname(struct super_block *sb, char *buf, int buflen);
991 void ll_compute_rootsquash_state(struct ll_sb_info *sbi);
992 ssize_t ll_copy_user_md(const struct lov_user_md __user *md,
993 struct lov_user_md **kbuf);
994 void ll_open_cleanup(struct super_block *sb, struct ptlrpc_request *open_req);
996 void ll_dom_finish_open(struct inode *inode, struct ptlrpc_request *req,
997 struct lookup_intent *it);
999 /* Compute expected user md size when passing in a md from user space */
1000 static inline ssize_t ll_lov_user_md_size(const struct lov_user_md *lum)
1002 switch (lum->lmm_magic) {
1003 case LOV_USER_MAGIC_V1:
1004 return sizeof(struct lov_user_md_v1);
1005 case LOV_USER_MAGIC_V3:
1006 return sizeof(struct lov_user_md_v3);
1007 case LOV_USER_MAGIC_SPECIFIC:
1008 if (lum->lmm_stripe_count > LOV_MAX_STRIPE_COUNT)
1011 return lov_user_md_size(lum->lmm_stripe_count,
1012 LOV_USER_MAGIC_SPECIFIC);
1013 case LOV_USER_MAGIC_COMP_V1:
1014 return ((struct lov_comp_md_v1 *)lum)->lcm_size;
1020 /* llite/llite_nfs.c */
1021 extern struct export_operations lustre_export_operations;
1022 __u32 get_uuid2int(const char *name, int len);
1023 struct inode *search_inode_for_lustre(struct super_block *sb,
1024 const struct lu_fid *fid);
1025 int ll_dir_get_parent_fid(struct inode *dir, struct lu_fid *parent_fid);
1027 /* llite/symlink.c */
1028 extern struct inode_operations ll_fast_symlink_inode_operations;
1031 * IO arguments for various VFS I/O interfaces.
1033 struct vvp_io_args {
1034 /** normal/sendfile/splice */
1035 enum vvp_io_subtype via_io_subtype;
1039 struct kiocb *via_iocb;
1040 struct iov_iter *via_iter;
1043 struct pipe_inode_info *via_pipe;
1044 unsigned int via_flags;
1054 struct ll_cl_context {
1055 struct list_head lcc_list;
1057 const struct lu_env *lcc_env;
1058 struct cl_io *lcc_io;
1059 struct cl_page *lcc_page;
1060 enum lcc_type lcc_type;
1063 struct ll_thread_info {
1064 struct iov_iter lti_iter;
1065 struct vvp_io_args lti_args;
1066 struct ra_io_arg lti_ria;
1067 struct ll_cl_context lti_io_ctx;
1070 extern struct lu_context_key ll_thread_key;
1072 static inline struct ll_thread_info *ll_env_info(const struct lu_env *env)
1074 struct ll_thread_info *lti;
1076 lti = lu_context_key_get(&env->le_ctx, &ll_thread_key);
1077 LASSERT(lti != NULL);
1082 static inline struct vvp_io_args *ll_env_args(const struct lu_env *env,
1083 enum vvp_io_subtype type)
1085 struct vvp_io_args *via = &ll_env_info(env)->lti_args;
1087 via->via_io_subtype = type;
1092 /* llite/llite_mmap.c */
1094 int ll_teardown_mmaps(struct address_space *mapping, __u64 first, __u64 last);
1095 int ll_file_mmap(struct file * file, struct vm_area_struct * vma);
1096 void policy_from_vma(union ldlm_policy_data *policy, struct vm_area_struct *vma,
1097 unsigned long addr, size_t count);
1098 struct vm_area_struct *our_vma(struct mm_struct *mm, unsigned long addr,
1101 static inline void ll_invalidate_page(struct page *vmpage)
1103 struct address_space *mapping = vmpage->mapping;
1104 loff_t offset = vmpage->index << PAGE_SHIFT;
1106 LASSERT(PageLocked(vmpage));
1107 if (mapping == NULL)
1111 * truncate_complete_page() calls
1112 * a_ops->invalidatepage()->cl_page_delete()->vvp_page_delete().
1114 ll_teardown_mmaps(mapping, offset, offset + PAGE_SIZE);
1115 truncate_complete_page(mapping, vmpage);
1118 #define ll_s2sbi(sb) (s2lsi(sb)->lsi_llsbi)
1120 /* don't need an addref as the sb_info should be holding one */
1121 static inline struct obd_export *ll_s2dtexp(struct super_block *sb)
1123 return ll_s2sbi(sb)->ll_dt_exp;
1126 /* don't need an addref as the sb_info should be holding one */
1127 static inline struct obd_export *ll_s2mdexp(struct super_block *sb)
1129 return ll_s2sbi(sb)->ll_md_exp;
1132 static inline struct client_obd *sbi2mdc(struct ll_sb_info *sbi)
1134 struct obd_device *obd = sbi->ll_md_exp->exp_obd;
1140 // FIXME: replace the name of this with LL_SB to conform to kernel stuff
1141 static inline struct ll_sb_info *ll_i2sbi(struct inode *inode)
1143 return ll_s2sbi(inode->i_sb);
1146 static inline struct obd_export *ll_i2dtexp(struct inode *inode)
1148 return ll_s2dtexp(inode->i_sb);
1151 static inline struct obd_export *ll_i2mdexp(struct inode *inode)
1153 return ll_s2mdexp(inode->i_sb);
1156 static inline struct lu_fid *ll_inode2fid(struct inode *inode)
1160 LASSERT(inode != NULL);
1161 fid = &ll_i2info(inode)->lli_fid;
1166 static inline loff_t ll_file_maxbytes(struct inode *inode)
1168 struct cl_object *obj = ll_i2info(inode)->lli_clob;
1171 return MAX_LFS_FILESIZE;
1173 return min_t(loff_t, cl_object_maxbytes(obj), MAX_LFS_FILESIZE);
1177 extern const struct xattr_handler *ll_xattr_handlers[];
1179 #define XATTR_USER_T 1
1180 #define XATTR_TRUSTED_T 2
1181 #define XATTR_SECURITY_T 3
1182 #define XATTR_ACL_ACCESS_T 4
1183 #define XATTR_ACL_DEFAULT_T 5
1184 #define XATTR_LUSTRE_T 6
1185 #define XATTR_OTHER_T 7
1187 ssize_t ll_listxattr(struct dentry *dentry, char *buffer, size_t size);
1188 int ll_xattr_list(struct inode *inode, const char *name, int type,
1189 void *buffer, size_t size, u64 valid);
1190 const struct xattr_handler *get_xattr_type(const char *name);
1193 * Common IO arguments for various VFS I/O interfaces.
1195 int cl_sb_init(struct super_block *sb);
1196 int cl_sb_fini(struct super_block *sb);
1198 enum ras_update_flags {
1202 void ll_ra_count_put(struct ll_sb_info *sbi, unsigned long len);
1203 void ll_ra_stats_inc(struct inode *inode, enum ra_stat which);
1207 #define LL_SA_RPC_MIN 2
1208 #define LL_SA_RPC_DEF 32
1209 #define LL_SA_RPC_MAX 512
1211 /* XXX: If want to support more concurrent statahead instances,
1212 * please consider to decentralize the RPC lists attached
1213 * on related import, such as imp_{sending,delayed}_list.
1215 #define LL_SA_RUNNING_MAX 256
1216 #define LL_SA_RUNNING_DEF 16
1218 #define LL_SA_CACHE_BIT 5
1219 #define LL_SA_CACHE_SIZE (1 << LL_SA_CACHE_BIT)
1220 #define LL_SA_CACHE_MASK (LL_SA_CACHE_SIZE - 1)
1222 /* per inode struct, for dir only */
1223 struct ll_statahead_info {
1224 struct dentry *sai_dentry;
1225 atomic_t sai_refcount; /* when access this struct, hold
1227 unsigned int sai_max; /* max ahead of lookup */
1228 __u64 sai_sent; /* stat requests sent count */
1229 __u64 sai_replied; /* stat requests which received
1231 __u64 sai_index; /* index of statahead entry */
1232 __u64 sai_index_wait; /* index of entry which is the
1233 * caller is waiting for */
1234 __u64 sai_hit; /* hit count */
1235 __u64 sai_miss; /* miss count:
1236 * for "ls -al" case, includes
1237 * hidden dentry miss;
1238 * for "ls -l" case, it does not
1239 * include hidden dentry miss.
1240 * "sai_miss_hidden" is used for
1243 unsigned int sai_consecutive_miss; /* consecutive miss */
1244 unsigned int sai_miss_hidden;/* "ls -al", but first dentry
1245 * is not a hidden one */
1246 unsigned int sai_skip_hidden;/* skipped hidden dentry count
1248 unsigned int sai_ls_all:1, /* "ls -al", do stat-ahead for
1250 sai_agl_valid:1,/* AGL is valid for the dir */
1251 sai_in_readpage:1;/* statahead is in readdir()*/
1252 wait_queue_head_t sai_waitq; /* stat-ahead wait queue */
1253 struct ptlrpc_thread sai_thread; /* stat-ahead thread */
1254 struct ptlrpc_thread sai_agl_thread; /* AGL thread */
1255 struct list_head sai_interim_entries; /* entries which got async
1256 * stat reply, but not
1258 struct list_head sai_entries; /* completed entries */
1259 struct list_head sai_agls; /* AGLs to be sent */
1260 struct list_head sai_cache[LL_SA_CACHE_SIZE];
1261 spinlock_t sai_cache_lock[LL_SA_CACHE_SIZE];
1262 atomic_t sai_cache_count; /* entry count in cache */
1265 int ll_statahead(struct inode *dir, struct dentry **dentry, bool unplug);
1266 void ll_authorize_statahead(struct inode *dir, void *key);
1267 void ll_deauthorize_statahead(struct inode *dir, void *key);
1270 blkcnt_t dirty_cnt(struct inode *inode);
1272 int cl_glimpse_size0(struct inode *inode, int agl);
1273 int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io,
1274 struct inode *inode, struct cl_object *clob, int agl);
1276 static inline int cl_glimpse_size(struct inode *inode)
1278 return cl_glimpse_size0(inode, 0);
1281 /* AGL is 'asychronous glimpse lock', which is a speculative lock taken as
1282 * part of statahead */
1283 static inline int cl_agl(struct inode *inode)
1285 return cl_glimpse_size0(inode, 1);
1288 int ll_file_lock_ahead(struct file *file, struct llapi_lu_ladvise *ladvise);
1290 int cl_io_get(struct inode *inode, struct lu_env **envout,
1291 struct cl_io **ioout, __u16 *refcheck);
1293 static inline int ll_glimpse_size(struct inode *inode)
1295 struct ll_inode_info *lli = ll_i2info(inode);
1298 down_read(&lli->lli_glimpse_sem);
1299 rc = cl_glimpse_size(inode);
1300 lli->lli_glimpse_time = ktime_get();
1301 up_read(&lli->lli_glimpse_sem);
1305 /* dentry may statahead when statahead is enabled and current process has opened
1306 * parent directory, and this dentry hasn't accessed statahead cache before */
1308 dentry_may_statahead(struct inode *dir, struct dentry *dentry)
1310 struct ll_inode_info *lli;
1311 struct ll_dentry_data *ldd;
1313 if (ll_i2sbi(dir)->ll_sa_max == 0)
1316 lli = ll_i2info(dir);
1318 /* statahead is not allowed for this dir, there may be three causes:
1319 * 1. dir is not opened.
1320 * 2. statahead hit ratio is too low.
1321 * 3. previous stat started statahead thread failed. */
1322 if (!lli->lli_sa_enabled)
1325 /* not the same process, don't statahead */
1326 if (lli->lli_opendir_pid != current_pid())
1330 * When stating a dentry, kernel may trigger 'revalidate' or 'lookup'
1331 * multiple times, eg. for 'getattr', 'getxattr' and etc.
1332 * For patchless client, lookup intent is not accurate, which may
1333 * misguide statahead. For example:
1334 * The 'revalidate' call for 'getattr' and 'getxattr' of a dentry will
1335 * have the same intent -- IT_GETATTR, while one dentry should access
1336 * statahead cache once, otherwise statahead windows is messed up.
1337 * The solution is as following:
1338 * Assign 'lld_sa_generation' with 'lli_sa_generation' when a dentry
1339 * IT_GETATTR for the first time, and subsequent IT_GETATTR will
1340 * bypass interacting with statahead cache by checking
1341 * 'lld_sa_generation == lli->lli_sa_generation'.
1343 ldd = ll_d2d(dentry);
1344 if (ldd != NULL && ldd->lld_sa_generation == lli->lli_sa_generation)
1350 int cl_sync_file_range(struct inode *inode, loff_t start, loff_t end,
1351 enum cl_fsync_mode mode, int ignore_layout);
1353 static inline int ll_file_nolock(const struct file *file)
1355 struct ll_file_data *fd = LUSTRE_FPRIVATE(file);
1356 struct inode *inode = file_inode((struct file *)file);
1358 LASSERT(fd != NULL);
1359 return ((fd->fd_flags & LL_FILE_IGNORE_LOCK) ||
1360 (ll_i2sbi(inode)->ll_flags & LL_SBI_NOLCK));
1363 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,
1364 struct lookup_intent *it, __u64 *bits)
1366 if (!it->it_lock_set) {
1367 struct lustre_handle handle;
1369 /* If this inode is a remote object, it will get two
1370 * separate locks in different namespaces, Master MDT,
1371 * where the name entry is, will grant LOOKUP lock,
1372 * remote MDT, where the object is, will grant
1373 * UPDATE|PERM lock. The inode will be attched to both
1374 * LOOKUP and PERM locks, so revoking either locks will
1375 * case the dcache being cleared */
1376 if (it->it_remote_lock_mode) {
1377 handle.cookie = it->it_remote_lock_handle;
1378 CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID
1379 "(%p) for remote lock %#llx\n",
1380 PFID(ll_inode2fid(inode)), inode,
1382 md_set_lock_data(exp, &handle, inode, NULL);
1385 handle.cookie = it->it_lock_handle;
1387 CDEBUG(D_DLMTRACE, "setting l_data to inode "DFID"(%p)"
1388 " for lock %#llx\n",
1389 PFID(ll_inode2fid(inode)), inode, handle.cookie);
1391 md_set_lock_data(exp, &handle, inode, &it->it_lock_bits);
1392 it->it_lock_set = 1;
1396 *bits = it->it_lock_bits;
1399 static inline void ll_lock_dcache(struct inode *inode)
1401 #ifdef HAVE_DCACHE_LOCK
1402 spin_lock(&dcache_lock);
1404 spin_lock(&inode->i_lock);
1408 static inline void ll_unlock_dcache(struct inode *inode)
1410 #ifdef HAVE_DCACHE_LOCK
1411 spin_unlock(&dcache_lock);
1413 spin_unlock(&inode->i_lock);
1417 static inline int d_lustre_invalid(const struct dentry *dentry)
1419 struct ll_dentry_data *lld = ll_d2d(dentry);
1421 return (lld == NULL) || lld->lld_invalid;
1424 static inline void __d_lustre_invalidate(struct dentry *dentry)
1426 struct ll_dentry_data *lld = ll_d2d(dentry);
1429 lld->lld_invalid = 1;
1433 * Mark dentry INVALID, if dentry refcount is zero (this is normally case for
1434 * ll_md_blocking_ast), unhash this dentry, and let dcache to reclaim it later;
1435 * else dput() of the last refcount will unhash this dentry and kill it.
1437 static inline void d_lustre_invalidate(struct dentry *dentry, int nested)
1439 CDEBUG(D_DENTRY, "invalidate dentry %.*s (%p) parent %p inode %p "
1440 "refc %d\n", dentry->d_name.len, dentry->d_name.name, dentry,
1441 dentry->d_parent, dentry->d_inode, ll_d_count(dentry));
1443 spin_lock_nested(&dentry->d_lock,
1444 nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL);
1445 __d_lustre_invalidate(dentry);
1447 * We should be careful about dentries created by d_obtain_alias().
1448 * These dentries are not put in the dentry tree, instead they are
1449 * linked to sb->s_anon through dentry->d_hash.
1450 * shrink_dcache_for_umount() shrinks the tree and sb->s_anon list.
1451 * If we unhashed such a dentry, unmount would not be able to find
1452 * it and busy inodes would be reported.
1454 if (ll_d_count(dentry) == 0 && !(dentry->d_flags & DCACHE_DISCONNECTED))
1456 spin_unlock(&dentry->d_lock);
1459 static inline void d_lustre_revalidate(struct dentry *dentry)
1461 spin_lock(&dentry->d_lock);
1462 LASSERT(ll_d2d(dentry) != NULL);
1463 ll_d2d(dentry)->lld_invalid = 0;
1464 spin_unlock(&dentry->d_lock);
1467 int ll_layout_conf(struct inode *inode, const struct cl_object_conf *conf);
1468 int ll_layout_refresh(struct inode *inode, __u32 *gen);
1469 int ll_layout_restore(struct inode *inode, loff_t start, __u64 length);
1470 int ll_layout_write_intent(struct inode *inode, enum layout_intent_opc opc,
1471 struct lu_extent *ext);
1473 int ll_xattr_init(void);
1474 void ll_xattr_fini(void);
1476 int ll_page_sync_io(const struct lu_env *env, struct cl_io *io,
1477 struct cl_page *page, enum cl_req_type crt);
1479 int ll_getparent(struct file *file, struct getparent __user *arg);
1482 int cl_setattr_ost(struct cl_object *obj, const struct iattr *attr,
1483 enum op_xvalid xvalid, unsigned int attr_flags);
1485 extern struct lu_env *cl_inode_fini_env;
1486 extern __u16 cl_inode_fini_refcheck;
1488 int cl_file_inode_init(struct inode *inode, struct lustre_md *md);
1489 void cl_inode_fini(struct inode *inode);
1491 u64 cl_fid_build_ino(const struct lu_fid *fid, int api32);
1492 u32 cl_fid_build_gen(const struct lu_fid *fid);
1494 #endif /* LLITE_INTERNAL_H */