/fs/gfs2/ |
D | util.c | 28 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
|
D | dir.c | 83 struct qstr gfs2_qdot __read_mostly; variable 84 struct qstr gfs2_qdotdot __read_mostly; variable
|
/fs/notify/dnotify/ |
D | dnotify.c | 22 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/ |
D | dcookies.c | 43 static struct kmem_cache *dcookie_cache __read_mostly; variable 44 static struct list_head *dcookie_hashtable __read_mostly; variable 45 static size_t hash_size __read_mostly; variable
|
D | anon_inodes.c | 27 static struct vfsmount *anon_inode_mnt __read_mostly; variable
|
D | namespace.c | 38 unsigned int sysctl_mount_max __read_mostly = 100000; variable 40 static unsigned int m_hash_mask __read_mostly; variable 41 static unsigned int m_hash_shift __read_mostly; variable 42 static unsigned int mp_hash_mask __read_mostly; variable 43 static unsigned int mp_hash_shift __read_mostly; variable 69 static struct hlist_head *mount_hashtable __read_mostly; variable 70 static struct hlist_head *mountpoint_hashtable __read_mostly; variable 71 static struct kmem_cache *mnt_cache __read_mostly; variable
|
D | inode.c | 58 static unsigned int i_hash_mask __read_mostly; variable 59 static unsigned int i_hash_shift __read_mostly; variable 60 static struct hlist_head *inode_hashtable __read_mostly; variable 79 static struct kmem_cache *inode_cachep __read_mostly; variable
|
D | file_table.c | 41 static struct kmem_cache *filp_cachep __read_mostly; variable
|
D | dcache.c | 74 int sysctl_vfs_cache_pressure __read_mostly = 100; variable 81 static struct kmem_cache *dentry_cache __read_mostly; variable 97 static unsigned int d_hash_shift __read_mostly; variable 99 static struct hlist_bl_head *dentry_hashtable __read_mostly; variable 3212 struct kmem_cache *names_cachep __read_mostly; variable
|
D | eventpoll.c | 272 static long max_user_watches __read_mostly; variable 285 static struct kmem_cache *epi_cache __read_mostly; variable 288 static struct kmem_cache *pwq_cache __read_mostly; variable
|
D | block_dev.c | 797 static struct kmem_cache * bdev_cachep __read_mostly; variable 866 struct super_block *blockdev_superblock __read_mostly; variable
|
D | userfaultfd.c | 32 int sysctl_unprivileged_userfaultfd __read_mostly; variable 34 static struct kmem_cache *userfaultfd_ctx_cachep __read_mostly; variable
|
D | namei.c | 1029 int sysctl_protected_symlinks __read_mostly = 0; variable 1030 int sysctl_protected_hardlinks __read_mostly = 0; variable 1031 int sysctl_protected_fifos __read_mostly; variable 1032 int sysctl_protected_regular __read_mostly; variable
|
D | fcntl.c | 862 static struct kmem_cache *fasync_cache __read_mostly; variable
|
D | file.c | 27 unsigned int sysctl_nr_open __read_mostly = 1024*1024; variable
|
/fs/afs/ |
D | volume.c | 12 unsigned __read_mostly afs_volume_gc_delay = 10; 13 unsigned __read_mostly afs_volume_record_life = 60 * 60;
|
D | cell.c | 18 static unsigned __read_mostly afs_cell_gc_delay = 10; 19 static unsigned __read_mostly afs_cell_min_ttl = 10 * 60; 20 static unsigned __read_mostly afs_cell_max_ttl = 24 * 60 * 60;
|
/fs/lockd/ |
D | mon.c | 60 u32 __read_mostly nsm_local_state; 61 bool __read_mostly nsm_use_hostnames;
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 48 struct kmem_cache *fanotify_mark_cache __read_mostly; variable 49 struct kmem_cache *fanotify_fid_event_cachep __read_mostly; variable 50 struct kmem_cache *fanotify_path_event_cachep __read_mostly; variable 51 struct kmem_cache *fanotify_perm_event_cachep __read_mostly; variable
|
/fs/pstore/ |
D | ftrace.c | 54 static struct ftrace_ops pstore_ftrace_ops __read_mostly = { variable
|
/fs/notify/inotify/ |
D | inotify_user.c | 41 static int inotify_max_queued_events __read_mostly; variable 43 struct kmem_cache *inotify_inode_mark_cachep __read_mostly; variable
|
/fs/erofs/ |
D | zdata.c | 25 static struct z_erofs_pcluster_slab pcluster_pool[] __read_mostly = { 126 static struct workqueue_struct *z_erofs_workqueue __read_mostly; variable
|
D | super.c | 20 static struct kmem_cache *erofs_inode_cachep __read_mostly; variable
|
/fs/cifs/ |
D | dfs_cache.c | 59 static struct kmem_cache *cache_slab __read_mostly; variable 60 static struct workqueue_struct *dfscache_wq __read_mostly; variable
|
/fs/nfsd/ |
D | filecache.c | 55 static struct workqueue_struct *nfsd_filecache_wq __read_mostly; variable
|