Home
last modified time | relevance | path

Searched refs:fsopen (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c23 static inline int fsopen(const char *fsname, unsigned int flags) in fsopen() function
38 assert((fsfd = fsopen("proc", 0)) != -1); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c23 static inline int fsopen(const char *fsname, unsigned int flags) in fsopen() function
38 assert((fsfd = fsopen("proc", 0)) != -1); in main()
/kernel/linux/linux-5.10/samples/vfs/
H A Dtest-fsmount.c72 static inline int fsopen(const char *fs_name, unsigned int flags) in fsopen() function
108 fsfd = fsopen("afs", 0); in main()
110 perror("fsopen"); in main()
/kernel/linux/linux-6.6/samples/vfs/
H A Dtest-fsmount.c72 static inline int fsopen(const char *fs_name, unsigned int flags) in fsopen() function
108 fsfd = fsopen("afs", 0); in main()
110 perror("fsopen"); in main()
/kernel/linux/linux-5.10/fs/
H A DMakefile16 fs_types.o fs_context.o fs_parser.o fsopen.o init.o \
H A Dfsopen.c115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A DMakefile17 fs_types.o fs_context.o fs_parser.o fsopen.o init.o \
H A Dfsopen.c115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) in SYSCALL_DEFINE2()

Completed in 3 milliseconds