// SPDX-License-Identifier: GPL-2.0 /* * QNX6 file system, Linux implementation. * * Version : 1.0.0 * * History : * * 01-02-2012 by Kai Bankett ([email protected]) : first release. * 16-02-2012 pagemap extension by Al Viro * */ #include "qnx6.h" struct dentry *qnx6_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) { … }