Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mountd/
H A Dmountd.c291 static char v4root_dirpath[PATH_MAX + 1]; variable
1555 if (strlen(v4root_dirpath) == 0) { in get_exportlist_one()
1556 strlcpy(v4root_dirpath, cp, in get_exportlist_one()
1557 sizeof (v4root_dirpath)); in get_exportlist_one()
1558 } else if (strcmp(v4root_dirpath, cp) in get_exportlist_one()
1803 v4root_dirpath[0] = '\0'; in get_exportlist()
2117 LOGDEBUG("v4root expath=%s", v4root_dirpath); in compare_nmount_exportlist()
2119 v4root_dirpath, strlen(v4root_dirpath), &fs, in compare_nmount_exportlist()
3052 nfsea.fspec = v4root_dirpath; in do_mount()