Lines Matching defs:dentry
24 static struct dentry *lock_parent(struct dentry *dentry) in lock_parent()
116 struct dentry *dentry, struct super_block *sb) in ecryptfs_interpose()
127 static int ecryptfs_do_unlink(struct inode *dir, struct dentry *dentry, in ecryptfs_do_unlink()
285 static int ecryptfs_i_size_read(struct dentry *dentry, struct inode *inode) in ecryptfs_i_size_read()
319 static struct dentry *ecryptfs_lookup_interpose(struct dentry *dentry, in ecryptfs_lookup_interpose()
458 static int ecryptfs_unlink(struct inode *dir, struct dentry *dentry) in ecryptfs_unlink()
463 static int ecryptfs_symlink(struct inode *dir, struct dentry *dentry, in ecryptfs_symlink()
502 static int ecryptfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ecryptfs_mkdir()
526 static int ecryptfs_rmdir(struct inode *dir, struct dentry *dentry) in ecryptfs_rmdir()
558 ecryptfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in ecryptfs_mknod()
639 static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz) in ecryptfs_readlink_lower()
660 static const char *ecryptfs_get_link(struct dentry *dentry, in ecryptfs_get_link()
725 static int truncate_upper(struct dentry *dentry, struct iattr *ia, in truncate_upper()
843 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate()
882 static int ecryptfs_setattr(struct dentry *dentry, struct iattr *ia) in ecryptfs_setattr()
972 struct dentry *dentry = path->dentry; in ecryptfs_getattr_link() local
997 struct dentry *dentry = path->dentry; in ecryptfs_getattr() local
1013 ecryptfs_setxattr(struct dentry *dentry, struct inode *inode, in ecryptfs_setxattr()
1050 ecryptfs_getxattr(struct dentry *dentry, struct inode *inode, in ecryptfs_getxattr()
1059 ecryptfs_listxattr(struct dentry *dentry, char *list, size_t size) in ecryptfs_listxattr()
1076 static int ecryptfs_removexattr(struct dentry *dentry, struct inode *inode, in ecryptfs_removexattr()
1127 struct dentry *dentry, struct inode *inode, in ecryptfs_xattr_get()
1134 struct dentry *dentry, struct inode *inode, in ecryptfs_xattr_set()