Lines Matching defs:dentry
253 static struct dentry *udf_lookup(struct inode *dir, struct dentry *dentry, in udf_lookup()
295 struct dentry *dentry, in udf_add_entry()
551 static int udf_add_nondir(struct dentry *dentry, struct inode *inode) in udf_add_nondir()
582 static int udf_create(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_create()
601 static int udf_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_tmpfile()
620 static int udf_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in udf_mknod()
636 static int udf_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in udf_mkdir()
767 static int udf_rmdir(struct inode *dir, struct dentry *dentry) in udf_rmdir()
809 static int udf_unlink(struct inode *dir, struct dentry *dentry) in udf_unlink()
851 static int udf_symlink(struct inode *dir, struct dentry *dentry, in udf_symlink()
1000 struct dentry *dentry) in udf_link()