• Home
  • Raw
  • Download

Lines Matching defs:dentry

37 static struct dentry *lock_parent(struct dentry *dentry)  in lock_parent()
65 struct dentry *dentry, int mode, in ecryptfs_create_underlying_file()
468 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, int 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, int mode, dev_t dev) in ecryptfs_mknod()
636 ecryptfs_readlink(struct dentry *dentry, char __user *buf, int bufsiz) in ecryptfs_readlink()
691 static void *ecryptfs_follow_link(struct dentry *dentry, struct nameidata *nd) in ecryptfs_follow_link()
721 ecryptfs_put_link(struct dentry *dentry, struct nameidata *nd, void *ptr) in ecryptfs_put_link()
768 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate()
879 static int ecryptfs_setattr(struct dentry *dentry, struct iattr *ia) in ecryptfs_setattr()
952 ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value, in ecryptfs_setxattr()
990 ecryptfs_getxattr(struct dentry *dentry, const char *name, void *value, in ecryptfs_getxattr()
998 ecryptfs_listxattr(struct dentry *dentry, char *list, size_t size) in ecryptfs_listxattr()
1015 static int ecryptfs_removexattr(struct dentry *dentry, const char *name) in ecryptfs_removexattr()