Searched refs:fsconfig (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-fsconfig-hidepid.c | 28 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 D | Makefile | 23 TEST_GEN_PROGS += proc-fsconfig-hidepid
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-fsconfig-hidepid.c | 28 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 D | Makefile | 27 TEST_GEN_PROGS += proc-fsconfig-hidepid
|
/kernel/linux/linux-5.10/samples/vfs/ |
H A D | test-fsmount.c | 82 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 D | test-fsmount.c | 82 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 D | fsopen.c | 314 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fsopen.c | 349 SYSCALL_DEFINE5(fsconfig, in SYSCALL_DEFINE5()
|
Completed in 3 milliseconds