Lines Matching defs:dentry
123 static int f2fs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in f2fs_create()
165 struct dentry *dentry) in f2fs_link()
246 static struct dentry *f2fs_lookup(struct inode *dir, struct dentry *dentry, in f2fs_lookup()
282 static int f2fs_unlink(struct inode *dir, struct dentry *dentry) in f2fs_unlink()
318 static const char *f2fs_follow_link(struct dentry *dentry, void **cookie) in f2fs_follow_link()
329 static int f2fs_symlink(struct inode *dir, struct dentry *dentry, in f2fs_symlink()
430 static int f2fs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_mkdir()
469 static int f2fs_rmdir(struct inode *dir, struct dentry *dentry) in f2fs_rmdir()
477 static int f2fs_mknod(struct inode *dir, struct dentry *dentry, in f2fs_mknod()
512 static int __f2fs_tmpfile(struct inode *dir, struct dentry *dentry, in __f2fs_tmpfile()
569 static int f2fs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_tmpfile()
926 static const char *f2fs_encrypted_follow_link(struct dentry *dentry, void **cookie) in f2fs_encrypted_follow_link()