Searched refs:fsopen (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-fsconfig-hidepid.c | 23 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 D | proc-fsconfig-hidepid.c | 23 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 D | test-fsmount.c | 72 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 D | test-fsmount.c | 72 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 D | Makefile | 16 fs_types.o fs_context.o fs_parser.o fsopen.o init.o \
|
H A D | fsopen.c | 115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/fs/ |
H A D | Makefile | 17 fs_types.o fs_context.o fs_parser.o fsopen.o init.o \
|
H A D | fsopen.c | 115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) in SYSCALL_DEFINE2()
|
Completed in 4 milliseconds