HomeSort by: relevance | last modified time | path
    Searched defs:rdirpath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 583 char rpcpath[RPCMNT_PATHLEN + 1], rdirpath[MAXPATHLEN]; local in function:mntsrv
637 realpath(rpcpath, rdirpath) == NULL ||
639 strcpy(rdirpath, rpcpath) == NULL ||
641 stat(rdirpath, &stb) < 0 ||
643 statvfs1(rdirpath, &fsb, ST_WAIT) < 0) {
647 rdirpath);
654 "-> dirpath: %s\n", rdirpath);
660 &hostset) || ((dp = dirp_search(ep->ex_dirl, rdirpath)) &&
680 if (getfh(rdirpath, &fhr.fhr_fh, &fh_size) < 0) {
682 syslog(LOG_ERR, "Can't get fh for %s", rdirpath);
    [all...]
mountd.c 583 char rpcpath[RPCMNT_PATHLEN + 1], rdirpath[MAXPATHLEN]; local in function:mntsrv
637 realpath(rpcpath, rdirpath) == NULL ||
639 strcpy(rdirpath, rpcpath) == NULL ||
641 stat(rdirpath, &stb) < 0 ||
643 statvfs1(rdirpath, &fsb, ST_WAIT) < 0) {
647 rdirpath);
654 "-> dirpath: %s\n", rdirpath);
660 &hostset) || ((dp = dirp_search(ep->ex_dirl, rdirpath)) &&
680 if (getfh(rdirpath, &fhr.fhr_fh, &fh_size) < 0) {
682 syslog(LOG_ERR, "Can't get fh for %s", rdirpath);
    [all...]

Completed in 24 milliseconds