Searched refs:dir_is_mount_point (Results 1 - 1 of 1) sorted by relevance
/systemd/src/tmpfiles/ | ||
H A D | tmpfiles.c | 308 static int dir_is_mount_point(DIR *d, const char *subdir) { function 410 if (S_ISDIR(s.st_mode) && dir_is_mount_point(d, dent->d_name) > 0) { |
Completed in 2229 milliseconds