Lines Matching defs:dentry
89 affs_hash_dentry(const struct dentry *dentry, const struct inode *inode, in affs_hash_dentry()
95 affs_intl_hash_dentry(const struct dentry *dentry, const struct inode *inode, in affs_intl_hash_dentry()
135 const struct dentry *dentry, const struct inode *inode, in affs_compare_dentry()
142 const struct dentry *dentry, const struct inode *inode, in affs_intl_compare_dentry()
153 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match()
185 affs_find_entry(struct inode *dir, struct dentry *dentry) in affs_find_entry()
214 affs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) in affs_lookup()
248 affs_unlink(struct inode *dir, struct dentry *dentry) in affs_unlink()
258 affs_create(struct inode *dir, struct dentry *dentry, umode_t mode, struct nameidata *nd) in affs_create()
288 affs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in affs_mkdir()
317 affs_rmdir(struct inode *dir, struct dentry *dentry) in affs_rmdir()
327 affs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in affs_symlink()
402 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link()