Lines Matching defs:dentry
330 static int f2fs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in f2fs_create()
382 struct dentry *dentry) in f2fs_link()
494 static struct dentry *f2fs_lookup(struct inode *dir, struct dentry *dentry, in f2fs_lookup()
582 static int f2fs_unlink(struct inode *dir, struct dentry *dentry) in f2fs_unlink()
640 static const char *f2fs_get_link(struct dentry *dentry, in f2fs_get_link()
655 static int f2fs_symlink(struct inode *dir, struct dentry *dentry, in f2fs_symlink()
735 static int f2fs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_mkdir()
780 static int f2fs_rmdir(struct inode *dir, struct dentry *dentry) in f2fs_rmdir()
789 static int f2fs_mknod(struct inode *dir, struct dentry *dentry, in f2fs_mknod()
832 static int __f2fs_tmpfile(struct inode *dir, struct dentry *dentry, in __f2fs_tmpfile()
897 static int f2fs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_tmpfile()
1299 static const char *f2fs_encrypted_get_link(struct dentry *dentry, in f2fs_encrypted_get_link()