Lines Matching defs:dentry
39 static struct dentry *lock_parent(struct dentry *dentry) in lock_parent()
132 struct dentry *dentry, struct super_block *sb) in ecryptfs_interpose()
143 static int ecryptfs_do_unlink(struct inode *dir, struct dentry *dentry, in ecryptfs_do_unlink()
297 static int ecryptfs_i_size_read(struct dentry *dentry, struct inode *inode) in ecryptfs_i_size_read()
331 static int ecryptfs_lookup_interpose(struct dentry *dentry, in ecryptfs_lookup_interpose()
486 static int ecryptfs_unlink(struct inode *dir, struct dentry *dentry) in ecryptfs_unlink()
491 static int ecryptfs_symlink(struct inode *dir, struct dentry *dentry, in ecryptfs_symlink()
531 static int ecryptfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ecryptfs_mkdir()
555 static int ecryptfs_rmdir(struct inode *dir, struct dentry *dentry) in ecryptfs_rmdir()
579 ecryptfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in ecryptfs_mknod()
652 static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz) in ecryptfs_readlink_lower()
678 static void *ecryptfs_follow_link(struct dentry *dentry, struct nameidata *nd) in ecryptfs_follow_link()
737 static int truncate_upper(struct dentry *dentry, struct iattr *ia, in truncate_upper()
855 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate()
894 static int ecryptfs_setattr(struct dentry *dentry, struct iattr *ia) in ecryptfs_setattr()
978 static int ecryptfs_getattr_link(struct vfsmount *mnt, struct dentry *dentry, in ecryptfs_getattr_link()
1002 static int ecryptfs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ecryptfs_getattr()
1019 ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value, in ecryptfs_setxattr()
1057 ecryptfs_getxattr(struct dentry *dentry, const char *name, void *value, in ecryptfs_getxattr()
1065 ecryptfs_listxattr(struct dentry *dentry, char *list, size_t size) in ecryptfs_listxattr()
1082 static int ecryptfs_removexattr(struct dentry *dentry, const char *name) in ecryptfs_removexattr()