Searched defs:fsfd (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/filesystems/ |
| H A D | fclog.c | 53 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() local 66 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() local 82 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() local 107 int fsfd = fsopen("tmpfs", FSOPEN_CLOEXEC); in TEST_F() local
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pidns.c | 117 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() local 135 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() local 167 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() local 190 int fsfd = fsopen("proc", FSOPEN_CLOEXEC); in TEST_F() local
|
| H A D | proc-fsconfig-hidepid.c | 35 int fsfd, ret; in main() local
|
| /linux/samples/vfs/ |
| H A D | test-fsmount.c | 77 static inline int fsmount(int fsfd, unsigned int flags, unsigned int ms_flags) in fsmount() 82 static inline int fsconfig(int fsfd, unsigned int cmd, in fsconfig() 105 int fsfd, mfd; in main() local
|