Searched refs:fullpath (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | cifs_dfs_ref.c | 136 const char *fullpath, in cifs_compose_mount_options() argument 153 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options() 154 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options() 251 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument 261 devname = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in cifs_dfs_do_refmount() 269 fullpath + 1, ref, NULL); in cifs_dfs_do_refmount()
|
| D | dfs_cache.h | 47 const char *fullpath); 48 extern int dfs_cache_update_vol(const char *fullpath, 50 extern void dfs_cache_del_vol(const char *fullpath);
|
| D | dfs_cache.c | 1150 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol() argument 1155 if (!vol || !fullpath || !mntdata) in dfs_cache_add_vol() 1158 cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath); in dfs_cache_add_vol() 1164 vi->vi_fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol() 1188 static inline struct dfs_cache_vol_info *find_vol(const char *fullpath) in find_vol() argument 1195 if (!strcasecmp(vi->vi_fullpath, fullpath)) in find_vol() 1209 int dfs_cache_update_vol(const char *fullpath, struct TCP_Server_Info *server) in dfs_cache_update_vol() argument 1214 if (!fullpath || !server) in dfs_cache_update_vol() 1217 cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath); in dfs_cache_update_vol() 1221 vi = find_vol(fullpath); in dfs_cache_update_vol() [all …]
|
| D | cifsproto.h | 81 const char *fullpath, const struct dfs_info3_param *ref,
|
| /Linux-v5.4/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() 783 c_addr_cells, node->parent->fullpath, in check_ranges_format() 788 c_size_cells, node->parent->fullpath, in check_ranges_format() 1248 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common() 1411 provider_node->fullpath, in check_property_phandle_args() [all …]
|
| D | livetree.c | 850 data_copy_escape_string(node->fullpath, in generate_label_tree_internal() 851 strlen(node->fullpath)), 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 | 159 char *fullpath; member
|
| D | flattree.c | 249 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
| /Linux-v5.4/tools/testing/ktest/ |
| D | ktest.pl | 2416 my $fullpath = "$builddir/$file"; 2417 if ($file eq $err || $fullpath eq $err) {
|