Lines Matching defs:dentry
64 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notrunca… in __affs_hash_dentry()
85 affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr) in affs_hash_dentry()
93 affs_intl_hash_dentry(const struct dentry *dentry, struct qstr *qstr) in affs_intl_hash_dentry()
134 affs_compare_dentry(const struct dentry *dentry, in affs_compare_dentry()
143 affs_intl_compare_dentry(const struct dentry *dentry, in affs_intl_compare_dentry()
156 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match()
188 affs_find_entry(struct inode *dir, struct dentry *dentry) in affs_find_entry()
217 affs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in affs_lookup()
251 affs_unlink(struct inode *dir, struct dentry *dentry) in affs_unlink()
260 affs_create(struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) in affs_create()
291 affs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in affs_mkdir()
320 affs_rmdir(struct inode *dir, struct dentry *dentry) in affs_rmdir()
329 affs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in affs_symlink()
405 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link()