Home
last modified time | relevance | path

Searched refs:v4root_dirpath (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/mountd/
Dmountd.c297 static char v4root_dirpath[PATH_MAX + 1]; variable
1639 if (strlen(v4root_dirpath) == 0) { in get_exportlist_one()
1640 strlcpy(v4root_dirpath, cp, in get_exportlist_one()
1641 sizeof (v4root_dirpath)); in get_exportlist_one()
1642 } else if (strcmp(v4root_dirpath, cp) in get_exportlist_one()
1886 v4root_dirpath[0] = '\0'; in get_exportlist()
2002 if (strlen(v4root_dirpath) == 0) { in get_exportlist()
2214 LOGDEBUG("v4root expath=%s", v4root_dirpath); in compare_nmount_exportlist()
2216 v4root_dirpath, strlen(v4root_dirpath), &fs, in compare_nmount_exportlist()
3148 nfsea.fspec = v4root_dirpath; in do_mount()