Searched defs:dentry (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dhwpoison-inject.c11 static struct dentry *hwpoison_dir;
80 struct dentry *dentry; local
91 dentry = debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir,
93 if (!dentry)
96 dentry = debugfs_create_file("unpoison-pfn", 0200, hwpoison_dir,
98 if (!dentry)
101 dentry = debugfs_create_u32("corrupt-filter-enable", 0600,
103 if (!dentry)
106 dentry
[all...]
H A Dkmemleak.c1893 struct dentry *dentry; local
1908 dentry = debugfs_create_file("kmemleak", S_IRUGO, NULL, NULL,
1910 if (!dentry)
H A Dshmem.c550 static int shmem_setattr(struct dentry *dentry, struct iattr *attr) argument
552 struct inode *inode = dentry->d_inode;
2182 static int shmem_statfs(struct dentry *dentry, struct kstatfs *buf) argument
2184 struct shmem_sb_info *sbinfo = SHMEM_SB(dentry->d_sb);
2207 shmem_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) argument
2218 &dentry->d_name,
2226 d_instantiate(dentry, inod
2236 shmem_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) argument
2259 shmem_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) argument
2269 shmem_create(struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
2278 shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
2302 shmem_unlink(struct inode *dir, struct dentry *dentry) argument
2316 shmem_rmdir(struct inode *dir, struct dentry *dentry) argument
2421 shmem_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
2480 shmem_follow_short_symlink(struct dentry *dentry, struct nameidata *nd) argument
2486 shmem_follow_link(struct dentry *dentry, struct nameidata *nd) argument
2496 shmem_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) argument
2577 shmem_getxattr(struct dentry *dentry, const char *name, void *buffer, size_t size) argument
2598 shmem_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
2619 shmem_removexattr(struct dentry *dentry, const char *name) argument
2639 shmem_listxattr(struct dentry *dentry, char *buffer, size_t size) argument
2686 struct dentry *dentry = NULL; local
[all...]

Completed in 2185 milliseconds