Lines Matching defs:dentry
1725 struct dentry *dentry, in ext4_lookup_entry()
1800 static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in ext4_lookup()
2325 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2733 struct dentry *dentry, struct inode **inodep) in ext4_add_nondir()
2760 static int ext4_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ext4_create()
2795 static int ext4_mknod(struct inode *dir, struct dentry *dentry, in ext4_mknod()
2829 static int ext4_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_tmpfile()
2939 static int ext4_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_mkdir()
3254 static int ext4_rmdir(struct inode *dir, struct dentry *dentry) in ext4_rmdir()
3404 static int ext4_unlink(struct inode *dir, struct dentry *dentry) in ext4_unlink()
3453 struct dentry *dentry, const char *symname) in ext4_symlink()
3582 int __ext4_link(struct inode *dir, struct inode *inode, struct dentry *dentry) in __ext4_link()
3621 struct inode *dir, struct dentry *dentry) in ext4_link()
3702 struct dentry *dentry; member