Home | History | Annotate | Download | only in autofs

Lines Matching refs:fsid

66 automounted_find(fsid_t fsid)
71 if (af->af_fsid.__fsid_val[0] == fsid.__fsid_val[0] &&
72 af->af_fsid.__fsid_val[1] == fsid.__fsid_val[1])
80 automounted_add(fsid_t fsid, const char *mountpoint)
88 af->af_fsid = fsid;
136 "(FSID:%d:%d)", mntbuf[i].f_mntonname,
143 "found on %s (FSID:%d:%d)", mntbuf[i].f_mntonname,
153 log_debugx("lost filesystem mounted on %s (FSID:%d:%d)",
161 do_unmount(const fsid_t fsid __unused, const char *mountpoint)
194 log_debugx("skipping %s (FSID:%d:%d), mounted "
206 log_debugx("filesystem mounted on %s (FSID:%d:%d), "