Home
last modified time | relevance | path

Searched refs:fileStat (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dd_path.c35 struct stat fileStat; in trigger_fstat_events() local
84 fstat(pipefd[0], &fileStat); in trigger_fstat_events()
85 fstat(pipefd[1], &fileStat); in trigger_fstat_events()
86 fstat(sockfd, &fileStat); in trigger_fstat_events()
87 fstat(procfd, &fileStat); in trigger_fstat_events()
88 fstat(devfd, &fileStat); in trigger_fstat_events()
89 fstat(localfd, &fileStat); in trigger_fstat_events()
90 fstat(indicatorfd, &fileStat); in trigger_fstat_events()