Lines Matching defs:dentry
1014 static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in ext3_lookup()
1242 static int add_dirent_to_buf(handle_t *handle, struct dentry *dentry, in add_dirent_to_buf()
1330 static int make_indexed_dir(handle_t *handle, struct dentry *dentry, in make_indexed_dir()
1435 static int ext3_add_entry (handle_t *handle, struct dentry *dentry, in ext3_add_entry()
1485 static int ext3_dx_add_entry(handle_t *handle, struct dentry *dentry, in ext3_dx_add_entry()
1669 struct dentry *dentry, struct inode *inode) in ext3_add_nondir()
1692 static int ext3_create (struct inode * dir, struct dentry * dentry, umode_t mode, in ext3_create()
1725 static int ext3_mknod (struct inode * dir, struct dentry *dentry, in ext3_mknod()
1762 static int ext3_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext3_tmpfile()
1800 static int ext3_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode) in ext3_mkdir()
2103 static int ext3_rmdir (struct inode * dir, struct dentry *dentry) in ext3_rmdir()
2164 static int ext3_unlink(struct inode * dir, struct dentry *dentry) in ext3_unlink()
2223 struct dentry *dentry, const char * symname) in ext3_symlink()
2328 struct inode * dir, struct dentry *dentry) in ext3_link()