Searched refs:UNC (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | cifs_dfs_ref.c | 65 char *UNC; in cifs_get_share_name() local 69 UNC = kmalloc(len+2 /*for term null and additional \ if it's missed */, in cifs_get_share_name() 71 if (!UNC) in cifs_get_share_name() 76 UNC[0] = '\\'; in cifs_get_share_name() 77 strncpy(UNC+1, node_name, len); in cifs_get_share_name() 79 UNC[len] = 0; in cifs_get_share_name() 81 strncpy(UNC, node_name, len); in cifs_get_share_name() 82 UNC[len] = 0; in cifs_get_share_name() 86 pSep = memchr(UNC+2, '\\', len-2); in cifs_get_share_name() 90 kfree(UNC); in cifs_get_share_name() [all …]
|
D | connect.c | 1681 vol->UNC = kmalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options() 1682 if (vol->UNC == NULL) { in cifs_parse_mount_options() 1686 strcpy(vol->UNC, string); in cifs_parse_mount_options() 1689 vol->UNC[0] = '\\'; in cifs_parse_mount_options() 1690 vol->UNC[1] = '\\'; in cifs_parse_mount_options() 1895 vol->UNCip = &vol->UNC[2]; in cifs_parse_mount_options() 2149 cFYI(1, "UNC: %s ip: %s", volume_info->UNC, volume_info->UNCip); in cifs_get_tcp_session() 2151 if (volume_info->UNCip && volume_info->UNC) { in cifs_get_tcp_session() 2192 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session() 2654 tcon = cifs_find_tcon(ses, volume_info->UNC); in cifs_get_tcon() [all …]
|
D | cifsglob.h | 159 char *UNC; member
|
D | README | 67 net use <mount point> <UNC name or cifs URL> 126 or unpredictable UNC names. 217 syntax) instead of the more widely used UNC format (i.e. \\server\share): 733 In addition, DFS support for target shares which are specified as UNC
|
D | CHANGES | 163 mount helper is missing convert make sure that UNC name 829 (server name portion of) the UNC name. Allow override of the 945 in a UNC style device name. Implementation of readpage/writepage started.
|