Lines Matching defs:dentry

38 static struct dentry *lock_parent(struct dentry *dentry)  in lock_parent()
130 struct dentry *dentry, struct super_block *sb) in ecryptfs_interpose()
141 static int ecryptfs_do_unlink(struct inode *dir, struct dentry *dentry, in ecryptfs_do_unlink()
291 static int ecryptfs_i_size_read(struct dentry *dentry, struct inode *inode) in ecryptfs_i_size_read()
325 static struct dentry *ecryptfs_lookup_interpose(struct dentry *dentry, in ecryptfs_lookup_interpose()
457 static int ecryptfs_unlink(struct inode *dir, struct dentry *dentry) in ecryptfs_unlink()
462 static int ecryptfs_symlink(struct inode *dir, struct dentry *dentry, in ecryptfs_symlink()
501 static int ecryptfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ecryptfs_mkdir()
525 static int ecryptfs_rmdir(struct inode *dir, struct dentry *dentry) in ecryptfs_rmdir()
549 ecryptfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in ecryptfs_mknod()
626 static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz) in ecryptfs_readlink_lower()
647 static const char *ecryptfs_get_link(struct dentry *dentry, in ecryptfs_get_link()
712 static int truncate_upper(struct dentry *dentry, struct iattr *ia, in truncate_upper()
830 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate()
869 static int ecryptfs_setattr(struct dentry *dentry, struct iattr *ia) in ecryptfs_setattr()
959 struct dentry *dentry = path->dentry; in ecryptfs_getattr_link() local
984 struct dentry *dentry = path->dentry; in ecryptfs_getattr() local
1000 ecryptfs_setxattr(struct dentry *dentry, struct inode *inode, in ecryptfs_setxattr()
1037 ecryptfs_getxattr(struct dentry *dentry, struct inode *inode, in ecryptfs_getxattr()
1046 ecryptfs_listxattr(struct dentry *dentry, char *list, size_t size) in ecryptfs_listxattr()
1063 static int ecryptfs_removexattr(struct dentry *dentry, struct inode *inode, in ecryptfs_removexattr()
1114 struct dentry *dentry, struct inode *inode, in ecryptfs_xattr_get()
1121 struct dentry *dentry, struct inode *inode, in ecryptfs_xattr_set()