Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mountd/
H A Dmountd.c305 static char v4root_dirpath[PATH_MAX + 1]; variable
1652 if (strlen(v4root_dirpath) == 0) { in get_exportlist_one()
1653 strlcpy(v4root_dirpath, cp, in get_exportlist_one()
1654 sizeof (v4root_dirpath)); in get_exportlist_one()
1655 } else if (strcmp(v4root_dirpath, cp) in get_exportlist_one()
1903 v4root_dirpath[0] = '\0'; in get_exportlist()
2019 if (strlen(v4root_dirpath) == 0) { in get_exportlist()
2231 LOGDEBUG("v4root expath=%s", v4root_dirpath); in compare_nmount_exportlist()
2233 v4root_dirpath, strlen(v4root_dirpath), &fs, in compare_nmount_exportlist()
3181 nfsea.fspec = v4root_dirpath; in do_mount()