Lines Matching refs:mountpoint
87 find_statfs(const struct statfs *mntbuf, int nitems, const char *mountpoint) in find_statfs() argument
92 if (strcmp(mntbuf[i].f_mntonname, mountpoint) == 0) in find_statfs()
147 char *mountpoint; in mount_if_not_already() local
155 mountpoint = node_path(n); in mount_if_not_already()
156 sb = find_statfs(mntbuf, nitems, mountpoint); in mount_if_not_already()
160 "on %s; mounting", mountpoint); in mount_if_not_already()
167 "on %s", mountpoint); in mount_if_not_already()
169 free(mountpoint); in mount_if_not_already()
174 mountpoint); in mount_if_not_already()
177 mount_autofs(from, mountpoint, options, prefix); in mount_if_not_already()
179 free(mountpoint); in mount_if_not_already()