Lines Matching defs:dentry
317 static int f2fs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in f2fs_create()
369 struct dentry *dentry) in f2fs_link()
480 static struct dentry *f2fs_lookup(struct inode *dir, struct dentry *dentry, in f2fs_lookup()
567 static int f2fs_unlink(struct inode *dir, struct dentry *dentry) in f2fs_unlink()
625 static const char *f2fs_get_link(struct dentry *dentry, in f2fs_get_link()
639 static int f2fs_symlink(struct inode *dir, struct dentry *dentry, in f2fs_symlink()
719 static int f2fs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_mkdir()
764 static int f2fs_rmdir(struct inode *dir, struct dentry *dentry) in f2fs_rmdir()
772 static int f2fs_mknod(struct inode *dir, struct dentry *dentry, in f2fs_mknod()
815 static int __f2fs_tmpfile(struct inode *dir, struct dentry *dentry, in __f2fs_tmpfile()
876 static int f2fs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_tmpfile()
1274 static const char *f2fs_encrypted_get_link(struct dentry *dentry, in f2fs_encrypted_get_link()