Searched refs:fullpath (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/fs/cifs/ |
| D | cifs_dfs_ref.c | 136 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()
|
| D | dfs_cache.c | 50 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 …]
|
| D | dfs_cache.h | 48 const char *fullpath); 49 extern int dfs_cache_update_vol(const char *fullpath, 51 extern void dfs_cache_del_vol(const char *fullpath);
|
| D | cifsproto.h | 81 const char *fullpath, const struct dfs_info3_param *ref,
|
| /Linux-v5.10/scripts/dtc/ |
| D | dtc.c | 36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
| D | checks.c | 94 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 …]
|
| D | livetree.c | 849 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()
|
| D | dtc.h | 190 char *fullpath; member
|
| D | flattree.c | 249 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
| /Linux-v5.10/tools/testing/selftests/bpf/ |
| D | test_offload.py | 341 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/ |
| D | ktest.pl | 2448 my $fullpath = "$builddir/$file"; 2449 if ($file eq $err || $fullpath eq $err) {
|