Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifs_dfs_ref.c136 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()
168 name = cifs_build_devname((char *)fullpath, NULL); in cifs_compose_mount_options()
266 const char *fullpath) in cifs_dfs_do_mount() argument
272 devname = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in cifs_dfs_do_mount()
280 fullpath + 1, NULL, NULL); in cifs_dfs_do_mount()
Ddfs_cache.c50 char *fullpath; member
587 kfree(vi->fullpath); in __vol_release()
1211 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol() argument
1216 if (!vol || !fullpath || !mntdata) in dfs_cache_add_vol()
1219 cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath); in dfs_cache_add_vol()
1225 vi->fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol()
1226 if (!vi->fullpath) { in dfs_cache_add_vol()
1246 kfree(vi->fullpath); in dfs_cache_add_vol()
1253 static struct vol_info *find_vol(const char *fullpath) in find_vol() argument
1258 cifs_dbg(FYI, "%s: vi->fullpath: %s\n", __func__, vi->fullpath); in find_vol()
[all …]
Ddfs_cache.h48 const char *fullpath);
49 extern int dfs_cache_update_vol(const char *fullpath,
51 extern void dfs_cache_del_vol(const char *fullpath);
Dcifsproto.h81 const char *fullpath, const struct dfs_info3_param *ref,
/Linux-v5.10/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()
412 ((prop) ? "' in " : ""), (node)->fullpath
537 phandle, other->fullpath); in check_explicit_phandles()
635 path = refnode->fullpath; in fixup_path_references()
790 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format()
795 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format()
1264 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common()
1427 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.h190 char *fullpath; member
Dflattree.c249 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
/Linux-v5.10/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-v5.10/tools/testing/ktest/
Dktest.pl2448 my $fullpath = "$builddir/$file";
2449 if ($file eq $err || $fullpath eq $err) {