Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-testers/dist/
H A Dfs.c281 struct stat current_sb; in recursive_unmount() local
282 bool ok = try_stat(current_path, &current_sb); in recursive_unmount()
284 if (S_ISDIR(current_sb.st_mode)) { in recursive_unmount()
285 assert(!S_ISLNK(current_sb.st_mode)); in recursive_unmount()
287 &current_sb); in recursive_unmount()
290 if (current_sb.st_dev != parent_sb->st_dev) in recursive_unmount()
315 struct stat current_sb; in recursive_cleanup() local
316 bool ok = try_stat(current_path, &current_sb); in recursive_cleanup()
325 if (S_ISLNK(current_sb.st_mode)) in recursive_cleanup()
330 if (current_sb.st_dev != parent_sb->st_dev) { in recursive_cleanup()
[all …]