Home | History | Annotate | Download | only in autofs

Lines Matching defs:mountpoint

68 find_statfs(const struct statvfs *mntbuf, int nitems, const char *mountpoint)
73 if (strcmp(mntbuf[i].f_mntonname, mountpoint) == 0)
107 char *mountpoint;
115 mountpoint = node_path(n);
116 sb = find_statfs(mntbuf, nitems, mountpoint);
120 "on %s; mounting", mountpoint);
127 "on %s", mountpoint);
129 free(mountpoint);
134 mountpoint);
137 mount_autofs(from, mountpoint, options, prefix);
139 free(mountpoint);