Lines Matching refs:fspath
763 char fspath[DFS_PATH_MAX]; in dfs_cache_add_byname() local
776 (void) snprintf(fspath, DFS_PATH_MAX, "%s/%s", si.shr_path, relpath); in dfs_cache_add_byname()
783 return (dfs_cache_add_byunc(uncpath, fspath, type)); in dfs_cache_add_byname()
1667 dfs_cache_add_byunc(const char *uncpath, const char *fspath, uint32_t type) in dfs_cache_add_byunc() argument
1676 (void) strlcpy(dn->nsc_fspath, fspath, sizeof (dn->nsc_fspath)); in dfs_cache_add_byunc()
1693 char fspath[DFS_PATH_MAX]; in dfs_cache_populate() local
1713 (void) snprintf(fspath, DFS_PATH_MAX, "%s/%s", dir, fname); in dfs_cache_populate()
1717 if (dfs_path_isdir(fspath)) { in dfs_cache_populate()
1718 dfs_cache_populate(uncpath, fspath); in dfs_cache_populate()
1719 } else if (dfs_link_stat(fspath, &stat) == ERROR_SUCCESS) { in dfs_cache_populate()
1721 (void) dfs_cache_add_byunc(uncpath, fspath, in dfs_cache_populate()