Searched refs:dentry (Results 1 – 13 of 13) sorted by relevance
/mm/ |
D | hwpoison-inject.c | 11 static struct dentry *hwpoison_dir; 80 struct dentry *dentry; in pfn_inject_init() local 91 dentry = debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, in pfn_inject_init() 93 if (!dentry) in pfn_inject_init() 96 dentry = debugfs_create_file("unpoison-pfn", 0200, hwpoison_dir, in pfn_inject_init() 98 if (!dentry) in pfn_inject_init() 101 dentry = debugfs_create_u32("corrupt-filter-enable", 0600, in pfn_inject_init() 103 if (!dentry) in pfn_inject_init() 106 dentry = debugfs_create_u32("corrupt-filter-dev-major", 0600, in pfn_inject_init() 108 if (!dentry) in pfn_inject_init() [all …]
|
D | shmem.c | 550 static int shmem_setattr(struct dentry *dentry, struct iattr *attr) in shmem_setattr() argument 552 struct inode *inode = dentry->d_inode; in shmem_setattr() 2184 static int shmem_statfs(struct dentry *dentry, struct kstatfs *buf) in shmem_statfs() argument 2186 struct shmem_sb_info *sbinfo = SHMEM_SB(dentry->d_sb); in shmem_statfs() 2209 shmem_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in shmem_mknod() argument 2220 &dentry->d_name, in shmem_mknod() 2228 d_instantiate(dentry, inode); in shmem_mknod() 2229 dget(dentry); /* Extra count - pin the dentry in core */ in shmem_mknod() 2238 shmem_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in shmem_tmpfile() argument 2253 d_tmpfile(dentry, inode); in shmem_tmpfile() [all …]
|
D | failslab.c | 37 struct dentry *dir; in failslab_debugfs_init()
|
D | kmemleak.c | 1907 struct dentry *dentry; in kmemleak_late_init() local 1922 dentry = debugfs_create_file("kmemleak", S_IRUGO, NULL, NULL, in kmemleak_late_init() 1924 if (!dentry) in kmemleak_late_init()
|
D | frontswap.c | 444 struct dentry *root = debugfs_create_dir("frontswap", NULL); in init_frontswap()
|
D | cleancache.c | 393 struct dentry *root = debugfs_create_dir("cleancache", NULL); in init_cleancache()
|
D | zsmalloc.c | 178 static struct dentry *zs_stat_root; 259 struct dentry *stat_dentry; 553 struct dentry *entry; in zs_pool_stat_create()
|
D | backing-dev.c | 58 static struct dentry *bdi_debug_root;
|
D | zswap.c | 852 static struct dentry *zswap_debugfs_root;
|
D | vmstat.c | 1595 struct dentry *extfrag_debug_root; in extfrag_debug_init()
|
D | memblock.c | 1581 struct dentry *root = debugfs_create_dir("memblock", NULL); in memblock_init_debugfs()
|
D | vmscan.c | 190 struct dentry *debug_file;
|
D | page_alloc.c | 1702 struct dentry *dir; in fail_page_alloc_debugfs()
|