This file is indexed.

/usr/include/ncp/kernel/fs.h is in libncp-dev 2.2.6-8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#ifndef _KERNEL_FS_H
#define _KERNEL_FS_H

#include <sys/mount.h>
/* linux/fs.h not needed */

#endif