Lines Matching refs:UNC
1173 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname()
1174 if (!vol->UNC) in cifs_parse_devname()
1177 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname()
1861 if (!vol->UNC) { in cifs_parse_mount_options()
1867 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options()
1874 if (!cifs_convert_address(dstaddr, &vol->UNC[2], in cifs_parse_mount_options()
1875 strlen(&vol->UNC[2]))) { in cifs_parse_mount_options()
2110 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2126 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session()
2599 tcon = cifs_find_tcon(ses, volume_info->UNC); in cifs_get_tcon()
2634 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon()
2759 !match_tcon(tcon, volume_info->UNC)) { in cifs_match_super()
3275 kfree(volume_info->UNC); in cleanup_volume_info_contents()
3302 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root()
3308 strncpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root()
3348 ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1; in expand_dfs_referral()
3914 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()