Lines Matching defs:dentry
1609 struct dentry *dentry, in ext4_lookup_entry()
1681 static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in ext4_lookup()
2176 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2578 struct dentry *dentry, struct inode **inodep) in ext4_add_nondir()
2605 static int ext4_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ext4_create()
2640 static int ext4_mknod(struct inode *dir, struct dentry *dentry, in ext4_mknod()
2674 static int ext4_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_tmpfile()
2783 static int ext4_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_mkdir()
3100 static int ext4_rmdir(struct inode *dir, struct dentry *dentry) in ext4_rmdir()
3247 static int ext4_unlink(struct inode *dir, struct dentry *dentry) in ext4_unlink()
3296 struct dentry *dentry, const char *symname) in ext4_symlink()
3425 int __ext4_link(struct inode *dir, struct inode *inode, struct dentry *dentry) in __ext4_link()
3464 struct inode *dir, struct dentry *dentry) in ext4_link()
3521 struct dentry *dentry; member