Searched refs:ex_fsdir (Results 1 – 1 of 1) sorted by relevance
122 char *ex_fsdir; member1727 ep->ex_fsdir = strdup(fsb.f_mntonname); in get_exportlist_one()1728 if (ep->ex_fsdir == NULL) in get_exportlist_one()2138 LOGDEBUG("fs=%s hash=%i", ep->ex_fsdir, i); in insert_exports()2217 LOGDEBUG("foreach ep=%s", ep->ex_fsdir); in compare_nmount_exportlist()2227 if (strcmp(ep->ex_fsdir, oep->ex_fsdir) != 0) in compare_nmount_exportlist()2248 if (statfs(ep->ex_fsdir, &fs) < 0) in compare_nmount_exportlist()2260 if (statfs(ep->ex_fsdir, &fs) < 0) in compare_nmount_exportlist()2272 LOGDEBUG("not done delete=%s", oep->ex_fsdir); in compare_nmount_exportlist()2273 if (statfs(oep->ex_fsdir, &ofs) >= 0 && in compare_nmount_exportlist()[all …]