Searched refs:unvis_dir (Results 1 – 1 of 1) sorted by relevance
1568 char unvis_dir[PATH_MAX + 1]; in get_exportlist_one() local1574 unvis_dir[0] = '\0'; in get_exportlist_one()1641 unvis_len = strnunvis(unvis_dir, sizeof(unvis_dir), in get_exportlist_one()1654 if (check_dirpath(unvis_dir, &err_msg) && in get_exportlist_one()1655 check_statfs(unvis_dir, &fsb, &err_msg)) { in get_exportlist_one()1659 unvis_dir); in get_exportlist_one()1670 strlcpy(v4root_dirpath, unvis_dir, in get_exportlist_one()1672 } else if (strcmp(v4root_dirpath, unvis_dir) in get_exportlist_one()1676 unvis_dir); in get_exportlist_one()1680 dirp = unvis_dir; in get_exportlist_one()[all …]