Lines Matching defs:dentry

545 static int shmem_setattr(struct dentry *dentry, struct iattr *attr)  in shmem_setattr()
2179 static int shmem_statfs(struct dentry *dentry, struct kstatfs *buf) in shmem_statfs()
2204 shmem_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in shmem_mknod()
2233 shmem_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in shmem_tmpfile()
2256 static int shmem_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in shmem_mkdir()
2266 static int shmem_create(struct inode *dir, struct dentry *dentry, umode_t mode, in shmem_create()
2275 static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in shmem_link()
2299 static int shmem_unlink(struct inode *dir, struct dentry *dentry) in shmem_unlink()
2313 static int shmem_rmdir(struct inode *dir, struct dentry *dentry) in shmem_rmdir()
2418 static int shmem_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in shmem_symlink()
2477 static void *shmem_follow_short_symlink(struct dentry *dentry, struct nameidata *nd) in shmem_follow_short_symlink()
2483 static void *shmem_follow_link(struct dentry *dentry, struct nameidata *nd) in shmem_follow_link()
2493 static void shmem_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in shmem_put_link()
2574 static ssize_t shmem_getxattr(struct dentry *dentry, const char *name, in shmem_getxattr()
2595 static int shmem_setxattr(struct dentry *dentry, const char *name, in shmem_setxattr()
2616 static int shmem_removexattr(struct dentry *dentry, const char *name) in shmem_removexattr()
2636 static ssize_t shmem_listxattr(struct dentry *dentry, char *buffer, size_t size) in shmem_listxattr()
2683 struct dentry *dentry = NULL; in shmem_fh_to_dentry() local