Lines Matching defs:dentry
286 static struct dentry *udf_lookup(struct inode *dir, struct dentry *dentry, in udf_lookup()
333 struct dentry *dentry, in udf_add_entry()
589 static int udf_add_nondir(struct dentry *dentry, struct inode *inode) in udf_add_nondir()
620 static int udf_create(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_create()
639 static int udf_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_tmpfile()
658 static int udf_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_mknod()
674 static int udf_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_mkdir()
805 static int udf_rmdir(struct inode *dir, struct dentry *dentry) in udf_rmdir()
850 static int udf_unlink(struct inode *dir, struct dentry *dentry) in udf_unlink()
896 static int udf_symlink(struct inode *dir, struct dentry *dentry, in udf_symlink()
1045 struct dentry *dentry) in udf_link()