Home
last modified time | relevance | path

Searched refs:dentry (Results 1 – 13 of 13) sorted by relevance

/mm/
Dhwpoison-inject.c11 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 …]
Dshmem.c550 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 …]
Dfailslab.c37 struct dentry *dir; in failslab_debugfs_init()
Dkmemleak.c1907 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()
Dfrontswap.c444 struct dentry *root = debugfs_create_dir("frontswap", NULL); in init_frontswap()
Dcleancache.c393 struct dentry *root = debugfs_create_dir("cleancache", NULL); in init_cleancache()
Dzsmalloc.c178 static struct dentry *zs_stat_root;
259 struct dentry *stat_dentry;
553 struct dentry *entry; in zs_pool_stat_create()
Dbacking-dev.c58 static struct dentry *bdi_debug_root;
Dzswap.c852 static struct dentry *zswap_debugfs_root;
Dvmstat.c1595 struct dentry *extfrag_debug_root; in extfrag_debug_init()
Dmemblock.c1581 struct dentry *root = debugfs_create_dir("memblock", NULL); in memblock_init_debugfs()
Dvmscan.c190 struct dentry *debug_file;
Dpage_alloc.c1702 struct dentry *dir; in fail_page_alloc_debugfs()