Lines Matching defs:dentry
299 static struct dentry *udf_lookup(struct inode *dir, struct dentry *dentry, in udf_lookup()
331 struct dentry *dentry, in udf_add_entry()
581 static int udf_add_nondir(struct dentry *dentry, struct inode *inode) in udf_add_nondir()
610 static int udf_create(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_create()
629 static int udf_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_tmpfile()
648 static int udf_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_mknod()
664 static int udf_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_mkdir()
792 static int udf_rmdir(struct inode *dir, struct dentry *dentry) in udf_rmdir()
837 static int udf_unlink(struct inode *dir, struct dentry *dentry) in udf_unlink()
883 static int udf_symlink(struct inode *dir, struct dentry *dentry, in udf_symlink()
1037 struct dentry *dentry) in udf_link()