Lines Matching defs:export

83  * Structures for keeping the mount list and export list
567 warnx("getting export list");
1376 "export request succeeded from %s",
1457 * Xdr conversion for export list
1493 * Called from xdr_explist() to traverse the tree and export the
1579 * Get the export list from one, currently open file
1653 "flag before export path definition");
1746 * Add dirpath to export mount point.
1759 "symbolic link in export path or "
1771 "host(s) before export path definition");
1834 * Don't allow a network export coincide with a list of
1842 * If an export list was specified on this line, make sure
1950 * Get the export list from all specified files
1955 struct export_args export;
1986 /* Read the export file(s) and process them */
1998 bzero(&export, sizeof(export));
1999 export.ex_flags = MNT_DELEXPORT;
2010 eargs.export.ex_flags = MNT_DELEXPORT;
2019 build_iovec(&iov, &iovlen, "export", &export,
2020 sizeof(export));
2083 /* Read the export file(s) and process them */
2108 free(iov[8].iov_base); /* export */
2130 * Insert an export entry in the appropriate list.
2170 * nmount() as we go along to push the export rules into the kernel.
2191 * Compare the export lists against the old ones and do nmount() operations
2208 * If it is not the same, delete and re-export.
2211 * export it.
2233 * re-export.
2247 /* Delete and re-export. */
2258 LOGDEBUG("not found so export");
2259 /* Not found, so do export. */
2442 * We do not need to delete "export" flag from
2448 * Do not delete export for network filesystem by
2449 * passing "export" arg to nmount().
2476 * Allocate an export list element
2528 * Search the export list for a matching fs.
2681 * Search for a dirpath on the export point.
3184 * Do the nmount() syscall with the update flag to push the export info into
3204 eap = &nfsea.export;
3243 build_iovec(&iov, &iovlen, "export", eap,
3304 * Also, needs to know how to export all types of local
3355 syslog(LOG_ERR, "can't export %s %s",
3370 "can't export %s %s", dirp,
3418 free(iov[8].iov_base); /* export */
3503 /* Get a network name for the export list. */