Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c28 static inline int fsconfig(int fd, unsigned int cmd, const char *key, const void *val, int aux) in fsconfig() function
40 ret = fsconfig(fsfd, FSCONFIG_SET_BINARY, "hidepid", &hidepid, 0); in main()
44 assert(!fsconfig(fsfd, FSCONFIG_SET_STRING, "hidepid", "2", 0)); in main()
45 assert(!fsconfig(fsfd, FSCONFIG_SET_STRING, "hidepid", "invisible", 0)); in main()
H A DMakefile23 TEST_GEN_PROGS += proc-fsconfig-hidepid
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c28 static inline int fsconfig(int fd, unsigned int cmd, const char *key, const void *val, int aux) in fsconfig() function
40 ret = fsconfig(fsfd, FSCONFIG_SET_BINARY, "hidepid", &hidepid, 0); in main()
44 assert(!fsconfig(fsfd, FSCONFIG_SET_STRING, "hidepid", "2", 0)); in main()
45 assert(!fsconfig(fsfd, FSCONFIG_SET_STRING, "hidepid", "invisible", 0)); in main()
H A DMakefile27 TEST_GEN_PROGS += proc-fsconfig-hidepid
/kernel/linux/linux-5.10/samples/vfs/
H A Dtest-fsmount.c82 static inline int fsconfig(int fsfd, unsigned int cmd, in fsconfig() function
99 if (fsconfig(fd, cmd, key, val, aux) == -1) \
/kernel/linux/linux-6.6/samples/vfs/
H A Dtest-fsmount.c82 static inline int fsconfig(int fsfd, unsigned int cmd, in fsconfig() function
99 if (fsconfig(fd, cmd, key, val, aux) == -1) \
/kernel/linux/linux-5.10/fs/
H A Dfsopen.c314 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/fs/
H A Dfsopen.c349 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5()

Completed in 4 milliseconds