Searched refs:dl_dir (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c172 char *dl_dir; member in struct:dirlist
1904 path = strdup(dirhead->dl_dir);
1908 cmp = subdir_check(path, dirl->dl_dir);
2331 while (dirl && !check_dirpath(dirl->dl_dir)) {
2332 export_error(LOG_WARNING, "path contains non-directory or non-existent components: %s", dirl->dl_dir);
2335 while (dirl2 && (subdir_check(dirl->dl_dir, dirl2->dl_dir) == 1))
2348 if (statfs(dirl->dl_dir, &fsb) < 0) {
2350 strerror(errno), errno, dirl->dl_dir);
2427 DEBUG(2, "dir: %s", dirl->dl_dir);
[all...]

Completed in 117 milliseconds