Home
last modified time | relevance | path

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

/linux/fs/openpromfs/
H A Dinode.c175 static struct dentry *openpromfs_lookup(struct inode *, struct dentry *, unsigned int);
178 .lookup = openpromfs_lookup,
181 static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flag… in openpromfs_lookup() function