Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dnsfs.c12 #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 = { variable
295 .name = "nsfs",
302 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
304 panic("can't set nsfs u in nsfs_init()
[all...]
H A DMakefile15 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
/kernel/linux/linux-6.6/fs/
H A Dnsfs.c12 #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 = { variable
278 .name = "nsfs",
285 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
287 panic("can't set nsfs u in nsfs_init()
[all...]
H A DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
/kernel/linux/linux-5.10/tools/testing/selftests/
H A DMakefile42 TARGETS += nsfs
/kernel/linux/linux-6.6/tools/testing/selftests/
H A DMakefile61 TARGETS += nsfs

Completed in 3 milliseconds