Lines Matching defs:dentry
1095 static int shmem_setattr(struct dentry *dentry, struct iattr *attr) in shmem_setattr()
2869 static int shmem_statfs(struct dentry *dentry, struct kstatfs *buf) in shmem_statfs()
2894 shmem_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in shmem_mknod()
2923 shmem_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in shmem_tmpfile()
2946 static int shmem_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in shmem_mkdir()
2956 static int shmem_create(struct inode *dir, struct dentry *dentry, umode_t mode, in shmem_create()
2965 static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in shmem_link()
2993 static int shmem_unlink(struct inode *dir, struct dentry *dentry) in shmem_unlink()
3007 static int shmem_rmdir(struct inode *dir, struct dentry *dentry) in shmem_rmdir()
3112 static int shmem_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in shmem_symlink()
3171 static const char *shmem_get_link(struct dentry *dentry, in shmem_get_link()
3283 static ssize_t shmem_listxattr(struct dentry *dentry, char *buffer, size_t size) in shmem_listxattr()
3330 struct dentry *dentry = NULL; in shmem_fh_to_dentry() local