Home
last modified time | relevance | path

Searched refs:prepath (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifs_dfs_ref.c65 cifs_build_devname(char *nodename, const char *prepath) in cifs_build_devname() argument
92 pplen = prepath ? strlen(prepath) : 0; in cifs_build_devname()
112 memcpy(pos, prepath, pplen); in cifs_build_devname()
144 const char *prepath = NULL; in cifs_compose_mount_options() local
155 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
157 *devname = cifs_build_devname(ref->node_name, prepath); in cifs_compose_mount_options()
Ddir.c52 int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in cifs_build_path_to_root()
74 strncpy(full_path + dfsplen + 1, vol->prepath, pplen); in cifs_build_path_to_root()
Dconnect.c1200 vol->prepath = kstrdup(pos, GFP_KERNEL); in cifs_parse_devname()
1201 if (!vol->prepath) in cifs_parse_devname()
3359 kfree(volume_info->prepath); in cleanup_volume_info_contents()
3382 unsigned int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root()
3394 strncpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()
Dcifsglob.h506 char *prepath; member