Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifs_dfs_ref.c136 const char *fullpath, in cifs_compose_mount_options() argument
157 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
158 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
171 name = cifs_build_devname((char *)fullpath, NULL); in cifs_compose_mount_options()
274 const char *fullpath) in cifs_dfs_do_mount() argument
280 devname = kstrdup(fullpath, GFP_KERNEL); in cifs_dfs_do_mount()
292 fullpath + 1, NULL, NULL); in cifs_dfs_do_mount()
Dcifsproto.h79 const char *fullpath, const struct dfs_info3_param *ref,
/Linux-v6.1/scripts/dtc/
Ddtc.c36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
Dchecks.c94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg()
96 xasprintf_append(&str, "%s: ", node->fullpath); in check_msg()
138 TRACE(c, "%s", node->fullpath); in check_nodes_props()
435 ((prop) ? "' in " : ""), (node)->fullpath
560 phandle, other->fullpath); in check_explicit_phandles()
658 path = refnode->fullpath; in fixup_path_references()
811 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format()
816 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format()
1285 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common()
1448 provider_node->fullpath, in check_property_phandle_args()
[all …]
Dlivetree.c849 data_copy_escape_string(node->fullpath, in generate_label_tree_internal()
850 strlen(node->fullpath)), in generate_label_tree_internal()
896 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
900 node->fullpath, prop->name, m->offset); in add_fixup_entry()
Ddtc.h226 char *fullpath; member
Dflattree.c250 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_offload.py341 fullpath = os.path.join("/sys/bus/netdevsim/", path)
343 with open(fullpath, "w") as f:
346 log("WRITE %s: %r" % (fullpath, val), -e.errno)
348 log("WRITE %s: %r" % (fullpath, val), 0)
/Linux-v6.1/tools/testing/ktest/
Dktest.pl2493 my $fullpath = "$builddir/$file";
2494 if ($file eq $err || $fullpath eq $err) {