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

/macosx-10.10.1/autofs-246/automount/
H A Dautomount.c316 * directory later, and will set dir_realpath
324 dir->dir_realpath = NULL;
326 dir->dir_realpath = strdup(real_mntpnt);
327 if (dir->dir_realpath == NULL) {
446 if (dir->dir_realpath != NULL &&
447 (mntp = find_mount(dir->dir_realpath)) != NULL) {
456 mntp->f_mntfromname, dir->dir_realpath);
477 pr_msg("update %s: %m", dir->dir_realpath);
481 pr_msg("%s updated", dir->dir_realpath);
494 * future problems. (We don't use dir->dir_realpath
[all...]
/macosx-10.10.1/autofs-246/headers/
H A Dautomount.h178 char *dir_realpath; /* realpath() of mount point - not always set */ member in struct:autodir
/macosx-10.10.1/autofs-246/automountlib/
H A Dauto_subr.c120 dir->dir_realpath = NULL;

Completed in 196 milliseconds