Lines Matching defs:dentry
61 __affs_hash_dentry(struct dentry *dentry, struct qstr *qstr, toupper_t toupper) in __affs_hash_dentry()
81 affs_hash_dentry(struct dentry *dentry, struct qstr *qstr) in affs_hash_dentry()
86 affs_intl_hash_dentry(struct dentry *dentry, struct qstr *qstr) in affs_intl_hash_dentry()
92 __affs_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b, toupper_t toupper) in __affs_compare_dentry()
124 affs_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b) in affs_compare_dentry()
129 affs_intl_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b) in affs_intl_compare_dentry()
139 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match()
171 affs_find_entry(struct inode *dir, struct dentry *dentry) in affs_find_entry()
200 affs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) in affs_lookup()
235 affs_unlink(struct inode *dir, struct dentry *dentry) in affs_unlink()
245 affs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) in affs_create()
275 affs_mkdir(struct inode *dir, struct dentry *dentry, int mode) in affs_mkdir()
304 affs_rmdir(struct inode *dir, struct dentry *dentry) in affs_rmdir()
314 affs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in affs_symlink()
386 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link()