Searched refs:current_sb (Results 1 – 1 of 1) sorted by relevance
281 struct stat current_sb; in recursive_unmount() local282 bool ok = try_stat(current_path, ¤t_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 ¤t_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() local316 bool ok = try_stat(current_path, ¤t_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 …]