Searched refs:hpfs_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | hpfs_fn.h | 240 struct dentry *hpfs_lookup(struct inode *, struct dentry *, unsigned int);
|
H A D | dir.c | 202 struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in hpfs_lookup() function 246 hpfs_error(dir->i_sb, "hpfs_lookup: can't get inode"); in hpfs_lookup()
|
H A D | namei.c | 620 .lookup = hpfs_lookup,
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dir.c | 202 struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in hpfs_lookup() function 246 hpfs_error(dir->i_sb, "hpfs_lookup: can't get inode"); in hpfs_lookup()
|
H A D | hpfs_fn.h | 240 struct dentry *hpfs_lookup(struct inode *, struct dentry *, unsigned int);
|
H A D | namei.c | 616 .lookup = hpfs_lookup,
|
Completed in 4 milliseconds