Searched refs:ref_path (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | connect.c | 4240 char *ref_path) in expand_dfs_referral() argument 4254 ref_path, &referral, NULL); in expand_dfs_referral() 4659 char *ref_path = NULL, *full_path = NULL; in cifs_mount() local 4690 ref_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount() 4691 if (IS_ERR(ref_path)) { in cifs_mount() 4692 rc = PTR_ERR(ref_path); in cifs_mount() 4693 ref_path = NULL; in cifs_mount() 4709 rc = expand_dfs_referral(xid, root_ses, vol, cifs_sb, ref_path + 1); in cifs_mount() 4719 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, vol, root_ses, &xid, in cifs_mount() 4732 rc = check_dfs_prepath(cifs_sb, vol, xid, server, tcon, &ref_path); in cifs_mount() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | create-spdx.bbclass | 999 ref_path = deploy_dir_spdx / "by-namespace" / ref.spdxDocument.replace("/", "_") 1000 collect_spdx_document(ref_path)
|