Home
last modified time | relevance | path

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

/tools/testing/selftests/proc/
Dfd-002-posix-eq.c28 struct stat st0, st1, st2; in main() local
47 rv = fstat(fd2, &st2); in main()
53 assert(st0.st_dev == st2.st_dev); in main()
54 assert(st0.st_ino == st2.st_ino); in main()
/tools/testing/selftests/nsfs/
Dpidns.c46 struct stat st1, st2; in main() local
65 if (stat(path, &st2)) in main()
69 if (st1.st_ino != st2.st_ino) in main()
Downer.c29 struct stat st1, st2; in main() local
68 if (stat(path, &st2)) in main()
71 if (st1.st_ino != st2.st_ino) in main()