Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifs_dfs_ref.c138 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()
Dcifsproto.h78 const char *fullpath, const struct dfs_info3_param *ref,
/Linux-v4.19/scripts/dtc/
Ddtc.c49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
Dchecks.c89 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()
Dlivetree.c851 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()
Ddtc.h163 char *fullpath; member
Dflattree.c264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
/Linux-v4.19/tools/testing/ktest/
Dktest.pl2396 my $fullpath = "$builddir/$file";
2397 if ($file eq $err || $fullpath eq $err) {