Lines Matching defs:dirpath
1170 char rpcpath[MNTPATHLEN + 1], dirpath[MAXPATHLEN];
1224 if (realpath(rpcpath, dirpath) == NULL ||
1225 stat(dirpath, &stb) < 0 ||
1226 statfs(dirpath, &fsb) < 0) {
1230 numerichost, dirpath);
1232 warnx("stat failed on %s", dirpath);
1240 numerichost, dirpath);
1242 warnx("mounting non-directory %s", dirpath);
1255 ((dp = dirp_search(ep->ex_dirl, dirpath)) &&
1279 if (getfh(dirpath, (fhandle_t *)&fhr.fhr_fh) < 0) {
1281 syslog(LOG_ERR, "can't get fh for %s", dirpath);
1292 add_mlist(host, dirpath);
1294 add_mlist(numerichost, dirpath);
1300 numerichost, dirpath);
1306 numerichost, dirpath);
1336 if (realpath(rpcpath, dirpath) == NULL) {
1339 numerichost, dirpath);
1344 del_mlist(host, dirpath);
1345 del_mlist(numerichost, dirpath);
1349 numerichost, dirpath);
1386 * Xdr conversion for a dirpath string
1701 "different V4 dirpath %s",
1746 * Add dirpath to export mount point.
2568 * Hang the dir list element off the dirpath binary tree as required
2681 * Search for a dirpath on the export point.