Lines Matching defs:nsfs
12 #include <linux/nsfs.h>
258 * @dev: dev_t from nsfs that will be matched against current nsfs
259 * @ino: ino_t from nsfs that will be matched against current nsfs
261 * Return: true if dev and ino matches the current nsfs.
294 static struct file_system_type nsfs = {
295 .name = "nsfs",
302 nsfs_mnt = kern_mount(&nsfs);
304 panic("can't set nsfs up\n");