Lines Matching defs:dentry
50 static int gfs2_create(struct inode *dir, struct dentry *dentry, in gfs2_create()
105 static struct dentry *gfs2_lookup(struct inode *dir, struct dentry *dentry, in gfs2_lookup()
146 struct dentry *dentry) in gfs2_link()
276 static int gfs2_unlink(struct inode *dir, struct dentry *dentry) in gfs2_unlink()
348 static int gfs2_symlink(struct inode *dir, struct dentry *dentry, in gfs2_symlink()
408 static int gfs2_mkdir(struct inode *dir, struct dentry *dentry, int mode) in gfs2_mkdir()
485 static int gfs2_rmdir(struct inode *dir, struct dentry *dentry) in gfs2_rmdir()
562 static int gfs2_mknod(struct inode *dir, struct dentry *dentry, int mode, in gfs2_mknod()
896 static int gfs2_readlink(struct dentry *dentry, char __user *user_buf, in gfs2_readlink()
933 static void *gfs2_follow_link(struct dentry *dentry, struct nameidata *nd) in gfs2_follow_link()
1082 static int gfs2_setattr(struct dentry *dentry, struct iattr *attr) in gfs2_setattr()
1132 static int gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, in gfs2_getattr()
1155 static int gfs2_setxattr(struct dentry *dentry, const char *name, in gfs2_setxattr()
1175 static ssize_t gfs2_getxattr(struct dentry *dentry, const char *name, in gfs2_getxattr()
1191 static ssize_t gfs2_listxattr(struct dentry *dentry, char *buffer, size_t size) in gfs2_listxattr()
1202 static int gfs2_removexattr(struct dentry *dentry, const char *name) in gfs2_removexattr()