Searched refs:fullpath (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cifs_dfs_ref.c | 138 const char *fullpath, in cifs_compose_mount_options() argument 154 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options() 155 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options() 250 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument 258 fullpath + 1, ref, &devname); in cifs_dfs_do_refmount()
|
D | cifsproto.h | 78 const char *fullpath, const struct dfs_info3_param *ref,
|
/Linux-v4.19/scripts/dtc/ |
D | dtc.c | 49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
D | checks.c | 89 fprintf(stderr, "%s", node->fullpath); in check_msg() 119 TRACE(c, "%s", node->fullpath); in check_nodes_props() 393 ((prop) ? "' in " : ""), (node)->fullpath 518 phandle, other->fullpath); in check_explicit_phandles() 616 path = refnode->fullpath; in fixup_path_references() 762 c_addr_cells, node->parent->fullpath, in check_ranges_format() 767 c_size_cells, node->parent->fullpath, in check_ranges_format() 1061 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address() 1210 provider_node->fullpath, in check_property_phandle_args() 1549 remote_node->fullpath); in check_graph_endpoint()
|
D | livetree.c | 851 data_copy_mem(node->fullpath, in generate_label_tree_internal() 852 strlen(node->fullpath) + 1)); in generate_label_tree_internal() 897 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry() 901 node->fullpath, prop->name, m->offset); in add_fixup_entry()
|
D | dtc.h | 163 char *fullpath; member
|
D | flattree.c | 264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
/Linux-v4.19/tools/testing/ktest/ |
D | ktest.pl | 2396 my $fullpath = "$builddir/$file"; 2397 if ($file eq $err || $fullpath eq $err) {
|