fullpath          136 fs/cifs/cifs_dfs_ref.c 				   const char *fullpath,
fullpath          154 fs/cifs/cifs_dfs_ref.c 		if (strlen(fullpath) - ref->path_consumed) {
fullpath          155 fs/cifs/cifs_dfs_ref.c 			prepath = fullpath + ref->path_consumed;
fullpath          168 fs/cifs/cifs_dfs_ref.c 		name = cifs_build_devname((char *)fullpath, NULL);
fullpath          266 fs/cifs/cifs_dfs_ref.c 					  const char *fullpath)
fullpath          272 fs/cifs/cifs_dfs_ref.c 	devname = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL);
fullpath          280 fs/cifs/cifs_dfs_ref.c 					       fullpath + 1, NULL, NULL);
fullpath           81 fs/cifs/cifsproto.h 		const char *fullpath, const struct dfs_info3_param *ref,
fullpath         1150 fs/cifs/dfs_cache.c int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath)
fullpath         1155 fs/cifs/dfs_cache.c 	if (!vol || !fullpath || !mntdata)
fullpath         1158 fs/cifs/dfs_cache.c 	cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath);
fullpath         1164 fs/cifs/dfs_cache.c 	vi->vi_fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL);
fullpath         1188 fs/cifs/dfs_cache.c static inline struct dfs_cache_vol_info *find_vol(const char *fullpath)
fullpath         1195 fs/cifs/dfs_cache.c 		if (!strcasecmp(vi->vi_fullpath, fullpath))
fullpath         1209 fs/cifs/dfs_cache.c int dfs_cache_update_vol(const char *fullpath, struct TCP_Server_Info *server)
fullpath         1214 fs/cifs/dfs_cache.c 	if (!fullpath || !server)
fullpath         1217 fs/cifs/dfs_cache.c 	cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath);
fullpath         1221 fs/cifs/dfs_cache.c 	vi = find_vol(fullpath);
fullpath         1242 fs/cifs/dfs_cache.c void dfs_cache_del_vol(const char *fullpath)
fullpath         1246 fs/cifs/dfs_cache.c 	if (!fullpath || !*fullpath)
fullpath         1249 fs/cifs/dfs_cache.c 	cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath);
fullpath         1252 fs/cifs/dfs_cache.c 	vi = find_vol(fullpath);
fullpath           47 fs/cifs/dfs_cache.h 			const char *fullpath);
fullpath           48 fs/cifs/dfs_cache.h extern int dfs_cache_update_vol(const char *fullpath,
fullpath           50 fs/cifs/dfs_cache.h extern void dfs_cache_del_vol(const char *fullpath);
fullpath           94 scripts/dtc/checks.c 			xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name);
fullpath           96 scripts/dtc/checks.c 			xasprintf_append(&str, "%s: ", node->fullpath);
fullpath          138 scripts/dtc/checks.c 	TRACE(c, "%s", node->fullpath);
fullpath          412 scripts/dtc/checks.c 	((prop) ? "' in " : ""), (node)->fullpath
fullpath          537 scripts/dtc/checks.c 		     phandle, other->fullpath);
fullpath          635 scripts/dtc/checks.c 			path = refnode->fullpath;
fullpath          783 scripts/dtc/checks.c 				  c_addr_cells, node->parent->fullpath,
fullpath          788 scripts/dtc/checks.c 				  c_size_cells, node->parent->fullpath,
fullpath         1248 scripts/dtc/checks.c 				FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath);
fullpath         1411 scripts/dtc/checks.c 			     provider_node->fullpath,
fullpath         1754 scripts/dtc/checks.c 		     remote_node->fullpath);
fullpath           36 scripts/dtc/dtc.c 	tree->fullpath = join_path(prefix, tree->name);
fullpath           45 scripts/dtc/dtc.c 		fill_fullpaths(child, tree->fullpath);
fullpath          159 scripts/dtc/dtc.h 	char *fullpath;
fullpath          249 scripts/dtc/flattree.c 		emit->string(etarget, tree->fullpath, 0);
fullpath          850 scripts/dtc/livetree.c 				data_copy_escape_string(node->fullpath,
fullpath          851 scripts/dtc/livetree.c 						strlen(node->fullpath)),
fullpath          897 scripts/dtc/livetree.c 	if (strchr(node->fullpath, ':') || strchr(prop->name, ':'))
fullpath          901 scripts/dtc/livetree.c 			node->fullpath, prop->name, m->offset);