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

/freebsd-12-stable/usr.sbin/autofs/
H A Dautounmountd.c158 char *fsid_str; local
161 ret = asprintf(&fsid_str, "FSID:%d:%d", fsid.val[0], fsid.val[1]);
165 error = unmount(fsid_str, MNT_NONBUSY | MNT_BYFSID);
169 mountpoint, fsid_str, strerror(errno));
172 mountpoint, fsid_str);
176 free(fsid_str);
H A Dautomount.c67 char *fsid_str; local
70 ret = asprintf(&fsid_str, "FSID:%d:%d",
75 log_debugx("unmounting %s using %s", sb->f_mntonname, fsid_str);
80 error = unmount(fsid_str, flags);
81 free(fsid_str);

Completed in 77 milliseconds