Home
last modified time | relevance | path

Searched refs:openpromfs_lookup (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/openpromfs/
Dinode.c173 static struct dentry *openpromfs_lookup(struct inode *, struct dentry *, unsigned int);
176 .lookup = openpromfs_lookup,
179 static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flag… in openpromfs_lookup() function