Lines Matching defs:dentry
1559 static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in ext4_lookup()
1927 static int add_dirent_to_buf(handle_t *handle, struct dentry *dentry, in add_dirent_to_buf()
1988 static int make_indexed_dir(handle_t *handle, struct dentry *dentry, in make_indexed_dir()
2142 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2223 static int ext4_dx_add_entry(handle_t *handle, struct dentry *dentry, in ext4_dx_add_entry()
2477 struct dentry *dentry, struct inode *inode) in ext4_add_nondir()
2500 static int ext4_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ext4_create()
2544 static int ext4_mknod(struct inode *dir, struct dentry *dentry, in ext4_mknod()
2577 static int ext4_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_tmpfile()
2687 static int ext4_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ext4_mkdir()
2995 static int ext4_rmdir(struct inode *dir, struct dentry *dentry) in ext4_rmdir()
3063 static int ext4_unlink(struct inode *dir, struct dentry *dentry) in ext4_unlink()
3128 struct dentry *dentry, const char *symname) in ext4_symlink()
3279 struct inode *dir, struct dentry *dentry) in ext4_link()
3357 struct dentry *dentry; member