// SPDX-License-Identifier: GPL-2.0 /* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 28-05-1998 by Richard Frowijn : first release. * 20-06-1998 by Frank Denis : Linux 2.1.99+ & dcache support. */ #include <linux/buffer_head.h> #include "qnx4.h" static int qnx4_readdir(struct file *file, struct dir_context *ctx) { … } const struct file_operations qnx4_dir_operations = …; const struct inode_operations qnx4_dir_inode_operations = …;