Searched refs:ref_path (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | dfs.c | 104 char *ref_path, *full_path; in set_ref_paths() local 113 ref_path = dfs_get_path(cifs_sb, ctx->UNC); in set_ref_paths() 115 ref_path = dfs_get_path(cifs_sb, full_path); in set_ref_paths() 116 if (IS_ERR(ref_path)) { in set_ref_paths() 117 rc = PTR_ERR(ref_path); in set_ref_paths() 121 ref_walk_path(rw) = ref_path; in set_ref_paths()
|
H A D | misc.c | 1295 char *ref_path; in cifs_inval_name_dfs_link_error() local 1325 ref_path = dfs_cache_canonical_path(path + 1, cifs_sb->local_nls, in cifs_inval_name_dfs_link_error() 1329 if (IS_ERR(ref_path)) { in cifs_inval_name_dfs_link_error() 1330 if (PTR_ERR(ref_path) != -EINVAL) in cifs_inval_name_dfs_link_error() 1331 return PTR_ERR(ref_path); in cifs_inval_name_dfs_link_error() 1344 !ses->server->ops->get_dfs_refer(xid, ses, ref_path, &refs, in cifs_inval_name_dfs_link_error() 1349 kfree(ref_path); in cifs_inval_name_dfs_link_error()
|
/openbmc/libcper/ |
H A D | json-schema.c |
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 933 … ref_path = oe.sbom.doc_find_by_namespace(deploy_dir_spdx, package_archs, ref.spdxDocument) 934 if not ref_path: 936 collect_spdx_document(ref_path)
|