Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 26) sorted by relevance

12

/fs/gfs2/
Dutil.c28 struct kmem_cache *gfs2_glock_cachep __read_mostly; variable
29 struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly; variable
30 struct kmem_cache *gfs2_inode_cachep __read_mostly; variable
31 struct kmem_cache *gfs2_bufdata_cachep __read_mostly; variable
32 struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; variable
33 struct kmem_cache *gfs2_quotad_cachep __read_mostly; variable
34 struct kmem_cache *gfs2_qadata_cachep __read_mostly; variable
35 struct kmem_cache *gfs2_trans_cachep __read_mostly; variable
36 mempool_t *gfs2_page_pool __read_mostly; variable
Ddir.c83 struct qstr gfs2_qdot __read_mostly; variable
84 struct qstr gfs2_qdotdot __read_mostly; variable
/fs/notify/dnotify/
Ddnotify.c22 int dir_notify_enable __read_mostly = 1; variable
24 static struct kmem_cache *dnotify_struct_cache __read_mostly; variable
25 static struct kmem_cache *dnotify_mark_cache __read_mostly; variable
26 static struct fsnotify_group *dnotify_group __read_mostly; variable
/fs/notify/fanotify/
Dfanotify_user.c52 static int fanotify_max_queued_events __read_mostly; variable
107 struct kmem_cache *fanotify_mark_cache __read_mostly; variable
108 struct kmem_cache *fanotify_fid_event_cachep __read_mostly; variable
109 struct kmem_cache *fanotify_path_event_cachep __read_mostly; variable
110 struct kmem_cache *fanotify_perm_event_cachep __read_mostly; variable
/fs/ksmbd/
Dvfs_cache.c24 static unsigned int inode_hash_mask __read_mostly; variable
25 static unsigned int inode_hash_shift __read_mostly; variable
26 static struct hlist_head *inode_hashtable __read_mostly; variable
/fs/pstore/
Dftrace.c60 static struct ftrace_ops pstore_ftrace_ops __read_mostly = { variable
/fs/
Dinode.c57 static unsigned int i_hash_mask __read_mostly; variable
58 static unsigned int i_hash_shift __read_mostly; variable
59 static struct hlist_head *inode_hashtable __read_mostly; variable
78 static struct kmem_cache *inode_cachep __read_mostly; variable
Danon_inodes.c27 static struct vfsmount *anon_inode_mnt __read_mostly; variable
Ddcache.c74 int sysctl_vfs_cache_pressure __read_mostly = 100; variable
81 static struct kmem_cache *dentry_cache __read_mostly; variable
99 static unsigned int d_hash_shift __read_mostly; variable
101 static struct hlist_bl_head *dentry_hashtable __read_mostly; variable
3247 struct kmem_cache *names_cachep __read_mostly; variable
Dnamespace.c40 unsigned int sysctl_mount_max __read_mostly = 100000; variable
42 static unsigned int m_hash_mask __read_mostly; variable
43 static unsigned int m_hash_shift __read_mostly; variable
44 static unsigned int mp_hash_mask __read_mostly; variable
45 static unsigned int mp_hash_shift __read_mostly; variable
71 static struct hlist_head *mount_hashtable __read_mostly; variable
72 static struct hlist_head *mountpoint_hashtable __read_mostly; variable
73 static struct kmem_cache *mnt_cache __read_mostly; variable
Dfile_table.c41 static struct kmem_cache *filp_cachep __read_mostly; variable
Deventpoll.c242 static long max_user_watches __read_mostly; variable
255 static struct kmem_cache *epi_cache __read_mostly; variable
258 static struct kmem_cache *pwq_cache __read_mostly; variable
270 static struct kmem_cache *ephead_cache __read_mostly; variable
Duserfaultfd.c33 int sysctl_unprivileged_userfaultfd __read_mostly; variable
35 static struct kmem_cache *userfaultfd_ctx_cachep __read_mostly; variable
Dlocks.c245 static struct kmem_cache *flctx_cache __read_mostly; variable
246 static struct kmem_cache *filelock_cache __read_mostly; variable
Dfcntl.c863 static struct kmem_cache *fasync_cache __read_mostly; variable
Dnamei.c1025 int sysctl_protected_symlinks __read_mostly = 0; variable
1026 int sysctl_protected_hardlinks __read_mostly = 0; variable
1027 int sysctl_protected_fifos __read_mostly; variable
1028 int sysctl_protected_regular __read_mostly; variable
Dpipe.c853 static struct vfsmount *pipe_mnt __read_mostly; variable
Ddirect-io.c156 static struct kmem_cache *dio_cache __read_mostly; variable
Dfile.c27 unsigned int sysctl_nr_open __read_mostly = 1024*1024; variable
/fs/notify/inotify/
Dinotify_user.c50 static int inotify_max_queued_events __read_mostly; variable
52 struct kmem_cache *inotify_inode_mark_cachep __read_mostly; variable
/fs/cifs/
Ddfs_cache.c63 static struct kmem_cache *cache_slab __read_mostly; variable
64 static struct workqueue_struct *dfscache_wq __read_mostly; variable
/fs/erofs/
Dsuper.c20 static struct kmem_cache *erofs_inode_cachep __read_mostly; variable
Dzdata.c118 static struct workqueue_struct *z_erofs_workqueue __read_mostly; variable
/fs/nfsd/
Dfilecache.c55 static struct workqueue_struct *nfsd_filecache_wq __read_mostly; variable
/fs/jbd2/
Djournal.c52 ushort jbd2_journal_enable_debug __read_mostly; variable

12