Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c303 static char v4root_dirpath[PATH_MAX + 1]; variable
1696 if (strlen(v4root_dirpath) == 0) { in get_exportlist_one()
1697 strlcpy(v4root_dirpath, unvis_dir, in get_exportlist_one()
1698 sizeof (v4root_dirpath)); in get_exportlist_one()
1699 } else if (strcmp(v4root_dirpath, unvis_dir) in get_exportlist_one()
1972 v4root_dirpath[0] = '\0'; in get_exportlist()
2088 if (strlen(v4root_dirpath) == 0) { in get_exportlist()
2288 LOGDEBUG("v4root expath=%s", v4root_dirpath); in compare_nmount_exportlist()
2290 v4root_dirpath, strlen(v4root_dirpath), &fs, in compare_nmount_exportlist()
3321 nfsea.fspec = v4root_dirpath; in do_mount()