Lines Matching defs:nsfs
12 #include <linux/nsfs.h>
241 * @dev: dev_t from nsfs that will be matched against current nsfs
242 * @ino: ino_t from nsfs that will be matched against current nsfs
244 * Return: true if dev and ino matches the current nsfs.
277 static struct file_system_type nsfs = {
278 .name = "nsfs",
285 nsfs_mnt = kern_mount(&nsfs);
287 panic("can't set nsfs up\n");