Lines Matching refs:fspath
764 char fspath[DFS_PATH_MAX]; in dfs_cache_add_byname() local
777 (void) snprintf(fspath, DFS_PATH_MAX, "%s/%s", si.shr_path, relpath); in dfs_cache_add_byname()
784 return (dfs_cache_add_byunc(uncpath, fspath, type)); in dfs_cache_add_byname()
1668 dfs_cache_add_byunc(const char *uncpath, const char *fspath, uint32_t type) in dfs_cache_add_byunc() argument
1677 (void) strlcpy(dn->nsc_fspath, fspath, sizeof (dn->nsc_fspath)); in dfs_cache_add_byunc()
1694 char fspath[DFS_PATH_MAX]; in dfs_cache_populate() local
1714 (void) snprintf(fspath, DFS_PATH_MAX, "%s/%s", dir, fname); in dfs_cache_populate()
1718 if (dfs_path_isdir(fspath)) { in dfs_cache_populate()
1719 dfs_cache_populate(uncpath, fspath); in dfs_cache_populate()
1720 } else if (dfs_link_stat(fspath, &stat) == ERROR_SUCCESS) { in dfs_cache_populate()
1722 (void) dfs_cache_add_byunc(uncpath, fspath, in dfs_cache_populate()