Lines Matching refs:autofs
46 #include <fs/autofs/autofs_mount.h>
97 error = mount("autofs", fspath, 0, &args, sizeof(args));
118 if (strcmp(sb->f_fstypename, "autofs") != 0) {
126 log_debugx("autofs already mounted "
154 log_debugx("unmounting stale autofs mounts");
157 if (strcmp(mntbuf[i].f_fstypename, "autofs") != 0) {
158 log_debugx("skipping %s, filesystem type is not autofs",
165 log_debugx("leaving autofs mounted on %s",
170 log_debugx("autofs mounted on %s not found "
175 log_debugx("mounting new autofs mounts");
198 error = mount("autofs", fspath, MNT_UPDATE, NULL, 0);
213 log_debugx("flushing autofs caches");
216 if (strcmp(mntbuf[i].f_fstypename, "autofs") != 0) {
217 log_debugx("skipping %s, filesystem type is not autofs",
239 if (strcmp(mntbuf[i].f_fstypename, "autofs") == 0) {
240 log_debugx("skipping %s, filesystem type is autofs",