Lines Matching defs:fspath
564 char *fspath = dfspath->p_fspath;
571 dfs_path_create(fspath);
573 status = dfs_link_add(fspath, server, share, cmnt, flags, &newlink,
592 dn = dfs_node_create(uncpath, fspath, DFS_OBJECT_LINK);
1316 char fspath[DFS_PATH_MAX];
1333 (void) snprintf(fspath, DFS_PATH_MAX, "%s/%s", dir, fname);
1335 if (dfs_path_isdir(fspath)) {
1336 dfs_ns_cleanup(fspath, ns_type);
1337 (void) rmdir(fspath);
1341 if (dfs_link_stat(fspath, &stat) != ERROR_SUCCESS)
1346 (void) dfs_link_remove(fspath, NULL, NULL, ns_type);
1767 dfs_node_create(const char *uncpath, const char *fspath, uint32_t type)
1775 (void) strlcpy(dn->dn_fspath, fspath, sizeof (dn->dn_fspath));
1797 char fspath[DFS_PATH_MAX];
1818 (void) snprintf(fspath, DFS_PATH_MAX, "%s/%s", dir, fname);
1822 if (dfs_path_isdir(fspath)) {
1823 dfs_ns_populate_cache(uncpath, fspath);
1824 } else if (dfs_link_stat(fspath, &stat) == ERROR_SUCCESS) {
1826 dn = dfs_node_create(uncpath, fspath,