Searched refs:nsfs (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dnsfs.c12 #include <linux/nsfs.h>
174 * @dev: dev_t from nsfs that will be matched against current nsfs
175 * @ino: ino_t from nsfs that will be matched against current nsfs
177 * Return: true if dev and ino matches the current nsfs.
234 static struct file_system_type nsfs = { variable in typeref:struct:file_system_type
235 .name = "nsfs",
242 nsfs_mnt = kern_mount(&nsfs);
244 panic("can't set nsfs u
[all...]
H A DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
/linux-master/tools/testing/selftests/
H A DMakefile67 TARGETS += nsfs

Completed in 125 milliseconds